-
Notifications
You must be signed in to change notification settings - Fork 14
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
Invalid API key #9
Comments
The error occurred because the server returned an HTTP 403 Forbidden response: {'header': {'status': -1, 'message': 'The anonymous account type does not permit API usage.'}} SauceNao probably no longer supports anonymous requests, and yes, you will have to register and pass an API key with every request. (With the key, the request is successful.) |
@khoadng You have to pass the API key to the # Replace the key with your own
sauce = SauceNao('077f16b38a2452401790540f41246c7d951330c0') To get the key, register using the link: https://saucenao.com/user.php?page=search-api |
I think this can't be considered a bug in the library. If SauceNao's policy doesn't change in the next few days, I'll make |
Other than this, everything works flawlessly. Nice work! |
Got this error when running this code snippet
Error
Code
Do I need to provide an API key or something?
The text was updated successfully, but these errors were encountered: