ccpgames / sso-issues

Please file issues with the CCP SSO (login.eveonline.com) here.
17 stars 1 forks source link

/characters/{id}/contacts/ returns a 500 error #42

Closed eugenebednik closed 6 years ago

eugenebednik commented 6 years ago

Bug

The /characters/x/contacts endpoint is returning a 500 error consistently. At first I thought just my app/server, but when i ran a cURL from 2 different machines (AWS and local), I get same result:

vagrant@homestead:~/Code/seat$ curl -i --compressed -X GET --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: Bearer ...' -d '[0]' 'https://esi.tech.ccp.is/latest/characters/1258430675/contacts/?datasource=tranquility'
HTTP/1.1 500 Internal Server Error
Date: Sun, 09 Sep 2018 16:27:41 GMT
Content-Type: application/json; charset=UTF-8
Content-Length: 49
Connection: keep-alive
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Content-Type,Authorization,If-None-Match,X-User-Agent
Access-Control-Allow-Methods: DELETE,GET,POST,PUT,HEAD,OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Type,Warning,ETag,X-Pages,X-ESI-Error-Limit-Remain,X-ESI-Error-Limit-Reset
Access-Control-Max-Age: 600
Allow: DELETE,GET,HEAD,OPTIONS,POST,PUT
Strict-Transport-Security: max-age=31536000
X-Esi-Error-Limit-Remain: 99
X-Esi-Error-Limit-Reset: 19
X-Esi-Request-Id: a0b7ab13-8f14-4926-8dd8-d9561c47014d
{"error":"Unhandled internal error encountered!"}

Reproduction Steps

Access the /character/{id}/contacts endpoint

Actual Behaviour

The response is a 500 {"error":"Unhandled internal error encountered!"}

Expected Behaviour

The contact data should be returned.

jowrjowr commented 6 years ago

not an sso issue. search esi issues. this is known.

eugenebednik commented 6 years ago

@jowrjowr thanks - is there a workaround? happens only on this particular character, but the character was the only one logged in at the time.

eugenebednik commented 6 years ago

@jowrjowr i found it in ESI issues. Thanks!