lit26 / finvizfinance

Finviz analysis python library.
https://finvizfinance.readthedocs.io/en/latest/
MIT License
507 stars 83 forks source link

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

Closed lit26 closed 2 years ago

lit26 commented 2 years ago

finvizfinance version checks

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 2 years ago

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