TrackerNetwork / TRN.Developers

Information and Issue Tracker for the Tracker Network API.
https://tracker.gg/developers
24 stars 5 forks source link

ERROR: An unhandled exception has occured in the system. Please try again. #33

Closed dabitsr closed 4 years ago

dabitsr commented 4 years ago

I'm getting the next error when requesting to the CSGO API: code: null, message: 'An unhandled exception has occured in the system. Please try again.', data: {}

My code:

const axios = require("axios"); axios .get("https://public-api.tracker.gg/v2/csgo/standard/profile/steam/dabitsr", { headers: { "TRN-Api-Key": my-key }, }) .then((res) => console.log(res)) .catch((err) => console.log(err.response.data));

bladefist commented 4 years ago

Should be fixed now.

dabitsr commented 4 years ago

Fixed! Thank you!