Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upBug: Assets included items that was destroyed in-game #698
Comments
ccp-zoetrope
added
in-backlog
bug
and removed
in-backlog
labels
Jan 2, 2018
This comment has been minimized.
This comment has been minimized.
A quick snoop on some of these items shows that these are all inside containers of some kind, I've seen ships and cargo containers. The container itself is in the junkyard, we're probably not recursing back up the tree far enough. |
This comment has been minimized.
This comment has been minimized.
I'm so happy you're able to reproduce this, thank you for looking into it. :) |
This comment has been minimized.
This comment has been minimized.
Kupuyc
commented
May 16, 2018
Similar situation with corporation assest. Some items (ihub upgrades) in list may have location_id which are not in list. For example upgrade |
CarbonAlabel
added
the
esi-assets
label
May 22, 2018
This comment has been minimized.
This comment has been minimized.
See #792. |
GoldenGnu commentedJan 2, 2018
Bug
Character Assets include items that no longer exist in game.
Example: The assets endpoint will return items fitted to ships that was destroyed (It only returns the items that did not drop).
Route
/characters/{character_id}/assets/
Note: It may also affect the corporation endpoint, as I have reports of this happening when trashing assets too.
Response
Reproduce with
uhnboy ghost
Here is a list of ItemIDs that may fit the above description:
https://gist.github.com/GoldenGnu/bbd53ed0a42deea9b8f48bd07a40d2a7
They won't all match the description, but, some of them should. (I apologize for the overflow of data)
Expected
Only assets that still exist