esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
209 stars 23 forks source link

Market Group not found #1143

Closed asvpdev closed 4 years ago

asvpdev commented 5 years ago

Bug

Request 1

https://esi.evetech.net/dev/universe/types/52306/?datasource=tranquility&language=ru

Response 1

{ "capacity": 0, "description": "...", "dogma_attributes": [ ... ], "graphic_id": 24434, "group_id": 4029, "icon_id": 24136, "market_group_id": 2540, "mass": 0, "name": "Talassonite", "packaged_volume": 16, "portion_size": 100, "published": true, "radius": 1, "type_id": 52306, "volume": 16 }

Request 2

https://esi.evetech.net/dev/markets/groups/2540/?datasource=tranquility&language=ru

Response 2

Status Code

404

Body

{ "error": "Market Group not found!" }

Header

date: Tue, 10 Sep 2019 22:37:01 GMT etag: W/"133fb449ab195276656880e7af4d08dea34d66f005b708fdf1c5841a" status: 404 x-esi-request-id: 56df56d6-60dc-498b-8fe7-4cb47dee0c8d

lukasni commented 5 years ago

This is actually an issue that exists in game, the triglavian ores aren't searchable in the market, would close this as it's not an issue with ESI, the API is just reporting the data from the game. I would at least recommend opening an EBR

asvpdev commented 5 years ago

What is EBR?

rayanth commented 5 years ago

an EBR is an official bug report for the game, from a player - log in on https://community.eveonline.com/ and go to 'bug reports' under the Support menu

guiguilechat commented 5 years ago

Eve Bug Report ? https://community.eveonline.com/support/bug-reports/

rayanth commented 5 years ago

I submitted this. EBR-182082 for the ISD BH team to look at.

rayanth commented 4 years ago

The triglavian ores are now searchable, both via ESI and in-game - suggest closing this issue.

lukasni commented 4 years ago

Hm, I can confirm the market group is now returned correctly, however a search for "Talassonite" still returns an empty result set for me on /search/

https://esi.evetech.net/v2/search/?categories=inventory_type&search=Talassonite&strict=false

lukasni commented 4 years ago

This has been addressed in a recent EVE patch, both market group and search now work as expected.