-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[SEVERE] Getting "Cannot GET" error since some hours #43
Comments
Those endpoints are intended to be called with the author IDs, e.g. https://api.spiget.org/v2/authors/6643 or https://api.spiget.org/v2/authors/88296 |
Thanks for the clarification.
The strange thing is that it was working fine until today, nothing got changed on my side. Sorry for the false warning |
Found the issue! {
"name": "DexterSKOfficial",
"id": 1418187
} For example this other user https://api.spiget.org/v2/authors/25201 has no profile picture too, but the returned json is: {
"identities": {},
"name": "xdmen62",
"icon": {
"url": "",
"data": "",
"info": "0",
"hash": ""
},
"id": 25201
} |
Hello!
Since some hours ago I'm getting this error
Cannot GET /v2/...
when accessing the api method which allows to get authors info.For example:
https://api.spiget.org/v2/authors/LoneDev
https://api.spiget.org/v2/authors/inventivetalent
Even using your online docs request maker shows the same result.
https://spiget.org/documentation/#!/authors/get_authors
Not working API methods:
https://api.spiget.org/v2/authors/inventivetalent
https://api.spiget.org/v2/authors/inventivetalent/resources
https://api.spiget.org/v2/authors/inventivetalent/reviews
Working methods:
https://api.spiget.org/v2/search/authors/inventivetalent
https://api.spiget.org/v2/authors
The text was updated successfully, but these errors were encountered: