Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to set up new Pathfinder Server: SSO Login Issues #1049

Open
SuperSixOne opened this issue Apr 4, 2022 · 0 comments
Open

Failed to set up new Pathfinder Server: SSO Login Issues #1049

SuperSixOne opened this issue Apr 4, 2022 · 0 comments

Comments

@SuperSixOne
Copy link

Apparently CCP has iterated on the character endpoint recently and released v5 while simultaneously deprecating the v4 character endpoints. This is causing an issue for us setting up a new pathfinder instance, as on attempting to login we get:

Access Denied - No characterData could be loaded.

I found the error in the ESI logs:

{ "message": "GET /v4/characters/675835178/?datasource=tranquility HTTP/1.1 → 404 Not Found 21", "context": { "data": { "response": { "code": 404, "phrase": "Not Found", "version": "1.1", "res_header_content-length": "21", "error_msg": "Not found" }, "cache": { "status": "MISS" }, "request": { "method": "GET", "url": "https://esi.evetech.net/v4/characters/675835178/?datasource=tranquility", "host": "esi.evetech.net", "path": "/v4/characters/675835178/", "target": "/v4/characters/675835178/?datasource=tranquility", "version": "1.1" }, "stats": { "time": "0.38366" } }, "tag": "warning" }, "level": 400, "level_name": "ERROR", "channel": "api_esi_requests", "datetime": "2022-04-04T05:33:35.920659+00:00", "extra": { "path": "/sso/callbackAuthorization", "ip": "192.168.1.1" } }

Switching V4 -> V5 allows me to return data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant