-
Notifications
You must be signed in to change notification settings - Fork 21
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
API issues #316
Comments
Happening with a non patreon too |
Same here, with a free account. After validating the apikey, the requests sent return invalid api key. |
same here as well. |
It is working for me (Croatia, Europe), just got my API key yesterday. 😕 |
Same, but worked when I wrote it like this: |
it has started to come better :) dunno what happened... I think we just need some docs on using the API i had to change how it was calling the api |
@omdbapi |
If anyone still having same issue the do this steps:
|
Get a new key |
The link they give you in the confirmation email has "apikey" as the last URL argument, and I've verified I can turn the problem on and off by ensuring the end of the string isn't the last character of your key, or that the key isn't the last token:
It's not simply dropping the last character of the key:
So it's probably an issue with how the URL parameters are being tokenized, maybe by the underlying server wrapper? (edit: this happens in both Firefox and Google Chrome, but doesn't happen with curl, so it may be how the GET request is structured by browsers causing the issue, or maybe the presence of some header) |
Currently im getting the response
{"Response":"False","Error":"Invalid API key!"}
This is happening with my pateron API key and when i tried to create a new API key i still get the same issue...
The text was updated successfully, but these errors were encountered: