SpaceTradersAPI / api-docs

The API documentation for the SpaceTraders API
143 stars 35 forks source link

https://api.spacetraders.io/v2/my/agent not working #95

Open Finbel opened 3 months ago

Finbel commented 3 months ago

I successfully created a new agent but:

When I try to call

https://api.spacetraders.io/v2/my/agent

with the token I get the following response:

    "error": {
        "code": 500,
        "message": "Something unexpected went wrong! If you want to help you can file an issue here: https://github.com/SpaceTradersAPI/issues-and-suggestions"
    }

(linking to a deprecated issues-page that has a link to this repo)

The server doesn't seem to be down since both the register-endpoint works.

And there shouldn't be an issue with my token, since the systems/:systemSymbol/waypoints/:waypointSymbol-endpoint requires it and it works fine as well.