-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rate limit for Helium API calls #14
Comments
I see there is a line to sleep the api call in utils.py Perhaps my error is from the API being down again. It would be nice though to find out the helium API rate limit and make sure the sleep time corresponds. Thanks. |
The API now requires user agents, but returns a 429. I'm guessing that is
the issue here
|
I had the same problem. It's indeed the user agent option. I fixed this in PHP using this code: Add this before using file_get_contents (only once - no need to repeat/re-set)
Modify your file_get_contest request:
|
I've forked this repo to fix the HTTP issues and make various improvements since the dev's gone AWOL. I'll look in to PoCv11 support, refactoring, checkmarking during hotspot cache builds and usability improvements. If you have suggestions or improvements, let me know. |
Do we need to add a rate limit for Helium API calls? Helium added a rate limit to the API on 3/29/2021 - https://discord.com/channels/404106811252408320/730418759298318346/826229168260775986
The text was updated successfully, but these errors were encountered: