Closed pvyParts closed 4 months ago
Appears to be due to the new corporation project hangar added in the Viridian expansion. Items from contributing to a corp project stored in this hangar don't have a location_flag value passed, causing the request to error. Removing all items from the project hangar and waiting for the endpoint cache to refresh resolved the issue for us.
See the following example. The first item is in corp deliveries and has a location_flag value. 2nd item was in the new project hangar, missing the location_flag value.
CorporationGoalDeliveries should have been added last year https://github.com/esi/eve-glue/commit/1824792d04c14f6bf4e5839735d812b6e6b33231
Can you confirm?
I haven't seen this in a very long time so assume fixed yes.
Bug
ESI intermitently returns an error when requesting corporate assets
Request
Response
Status Code
500
Headers
Include relevant headers received. Timestamps and request ID is nice, you may not have all these values, fill out what you received (don't worry about headers not listed here, unless pertinent to your issue). E.g.:
Body
Please provide the response body, feel free to scrub any opsec details you wish. E.g.:
That location ID is an office folder in a keepstar in nullsec. more details can be given if needed.
Expected
Please provide either the expected return code, correct response body, header value, or some combination thereof. E.g.:
200
and a list of items as per the specChecklist
Check all boxes that apply to this issue: