-
Notifications
You must be signed in to change notification settings - Fork 44
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
HTTP 500 Error on Every Card Method #39
Comments
The issue is with the API It's down. Any idea who manages it or if there is an alternative? UPDATE: Actually the API is fine, the base URI just doesn't return anything by itself. That means something is wrong with the SDK. I'll continue to investigate. |
And the issue is with the API after all. The MTG SDK attempts to "load all" by iterating each page. The API is throwing errors when giving a page other than 1. Example: This throws an error on the API.
I could care less about paging in my app though. A single page of matches is more than enough. It would be nice if the caller was provided with a way to set |
It looks like the API is throwing errors intermittently even for non-paging queries. |
I switched to the Scryfall API and wrote my own SDK. |
Whatever backend server this SDK is calling is returning HTTP 500 errors. Even the simple examples in the README fail.
Example:
throws:
This SDK is unusable if its dependencies are unreliable.
The text was updated successfully, but these errors were encountered: