lit26/finvizfinance

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

lit26 opened this issue · 1 comments

lit26 commented

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

lit26 commented

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