ERR#0015: error 429, try again later #593
marcialgarza
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running into issue when executing investpy in Azure cloud. Specifically I'm running python flask code that references the investpy API in a serverless function (Azure Function) and getting following error:
ERR#0015: error 429, try again later.
When I run the code locally, it's fine. Is there an extra step I need to implement in my flask code? I get the error message immediately when I execute the following line of code:
investpy.get_commodity_historical_data()
Beta Was this translation helpful? Give feedback.
All reactions