AI4Finance-Foundation / FinNLP

Democratizing Internet-scale financial data.

Home Page:https://ai4finance.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.

Perpetue237 opened this issue · comments

hello,
I am trying to use the Finnhub_Date_Range to download news on Sandp 500 (^GSPC).
The news_downloader.download_date_range_stock(start_date, end_date, stock) works well. But when i try news_downloader.gather_content() , it returns the error above. The same script worked before.
can somebody help me with this bug please?