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
The marketstat API endpoint in JSON format does not always return valid JSON, for instance when an invalid typeid is given.
https://api.eve-central.com/api/marketstat/json?typeid=123456 for example returns "A non-marketable type was given, or some other error occurred.". This return can not be parsed as JSON, and will break code that expects to return to be always JSON.
The text was updated successfully, but these errors were encountered:
The marketstat API endpoint in JSON format does not always return valid JSON, for instance when an invalid typeid is given.
https://api.eve-central.com/api/marketstat/json?typeid=123456 for example returns "A non-marketable type was given, or some other error occurred.". This return can not be parsed as JSON, and will break code that expects to return to be always JSON.
The text was updated successfully, but these errors were encountered: