Skip to content
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

Solcast API no longer reports api usage #378

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

FozzieUK
Copy link
Contributor

Solcast have removed the function to check the users daily limit and consumed api calls - it now just returns a 405 error which results in a nonetype subcriptable error.

A constant has been added _API_LIMIT which contains the number of api limit for the user - this defaults to 10 as that is the most likely limit, but the constant can be changed to 50 if the account supports it.

Solcast have removed the function to check the users daily limit and consumed api calls - it now just returns a 405 error which results in a nonetype subcriptable error.

A constant has been added _API_LIMIT which contains the number of api limit for the user - this defaults to 10 as that is the most likely limit, but the constant can be changed to 50 if the account supports it.
@nathanmarlor nathanmarlor merged commit 432db02 into nathanmarlor:main Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants