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

API does not seem to work, Error Message incomplete #83

Open
czioutas opened this issue Mar 8, 2024 · 2 comments
Open

API does not seem to work, Error Message incomplete #83

czioutas opened this issue Mar 8, 2024 · 2 comments

Comments

@czioutas
Copy link

czioutas commented Mar 8, 2024

I have been using the API for a few weeks now and today after a hiatus it seems to not be working.
The exception message is also incomplete "MTG Api Error, "

image

My code is fairly simple and calling the API directly via Postman works without any issues. I thought maybe I am banned or something but does not seem so.

var result = await _cardService .Where(x => x.PageSize, count) .Where(x => x.Page, page) .AllAsync();

@czioutas
Copy link
Author

czioutas commented Mar 8, 2024

The plot thickenss. The queries used to throw an exception after like 30 seconds or so but now they are instant. Same error message.

@czioutas
Copy link
Author

czioutas commented Mar 8, 2024

Seems to be working now - I will leave this open in case you are interested to check why it happened and why the library did not provide any other error context.

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

No branches or pull requests

1 participant