You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, "
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();
The text was updated successfully, but these errors were encountered:
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.
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, "
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();
The text was updated successfully, but these errors were encountered: