Where to find esi response error information?

Hello!

My app requires certain permissions from the characters it uses.
After login in I get a very generalist error message: {“Message”:“An error has occurred.”} from https://login.eveonline.com

Where can I find information about this error?

We would need some more details.

For one make sure you are using either the v1 or v2 routes for BOTH steps in the oauth flow.

Also make sure you have proper request header.

Note:I am using esipy client (https://github.com/Kyria/EsiPy).

I am passing the v1 route.
I have added a user agent to my request header.

Could it be lack of a certain permission that is being passed to the auth_uri?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.