esi-issues icon indicating copy to clipboard operation
esi-issues copied to clipboard

/characters/{character_id}/search/ returns 500 Unhandled Internal error on certain structure searches

Open Slazanger opened this issue 4 years ago • 1 comments

Bug

Searching for structures using the term " » " now results in a 500 and error :

Request

curl -X GET "https://esi.evetech.net/latest/characters/{character_id}/search/?categories=structure&datasource=tranquility&language=en-us&search=%20%C2%BB%20&strict=false"

Status Code

500

Response Body

{ "error": "Unhandled internal error encountered!" }

Headers

 access-control-allow-credentials: true 
 access-control-allow-headers: Content-Type,Authorization,If-None-Match,X-User-Agent 
 access-control-allow-methods: GET,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: GET,HEAD,OPTIONS 
 content-language: en-us 
 content-length: 49 
 content-type: application/json; charset=UTF-8 
 date: Thu, 28 Jan 2021 13:33:43 GMT 
 strict-transport-security: max-age=31536000 
 vary: Accept-Language 
 x-esi-error-limit-remain: 99 
 x-esi-error-limit-reset: 17 
 x-esi-request-id: 2786a294-8972-46ff-9743-05e3a56c6d87 

Expected

Previous this would return a list of structure id's

Status 200

{ "structure": [ 1234567890, 1234567891, ..... ] }

Checklist

Check all boxes that apply to this issue:

  • [x] Bug description is provided
  • [x] Request path is provided
  • [x] Response status code is provided
  • [x] Response headers are provided
  • [x] Response body is provided
  • [x] Expected response is provided

Slazanger avatar Jan 28 '21 13:01 Slazanger

Internal Issue: EO-12622

Xamber avatar Feb 01 '21 09:02 Xamber