lit26 / finvizfinance

Finviz analysis python library.

Home Page:https://finvizfinance.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: ticker news 'NoneType' object has no attribute 'text'

lit26 opened this issue · comments

finvizfinance version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the master branch of finvizfinance.

Reproducible Example

from finvizfinance.news import News
fnews = News()
all_news = fnews.get_news()

Issue Description

ticker news 'NoneType' object has no attribute 'text'

Expected Behavior

Return news df

Installed Versions

Replace this line with the output of finvizfinance.version

The issue is fixed in the PR. The new release will be available soon.