RomelTorres / alpha_vantage

A python wrapper for Alpha Vantage API for financial data.
MIT License
4.3k stars 741 forks source link

greeting note from alphavantage raises an error #321

Closed martin3000 closed 1 year ago

martin3000 commented 3 years ago

Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.

            elif "Note" in json_response and self.treat_info_as_error:
                raise ValueError(json_response["Note"])

For this reason, alphavantage does not work in home assistant.

olsson17 commented 3 years ago

can i work on this?

78Peace78 commented 2 years ago

Can I work on this

78Peace78 commented 2 years ago

328

AlphaVantageSupport commented 1 year ago

Closing for now. Will re-open if there is community interest. Thanks!