New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Characters Assets: strange location_id #684
Comments
By the looks of it, your inventory is bugged. ESI is accurately reporting this item location as it is given in the DB, but obviously that value is not valid. If this is your character, file a support ticket with the item ID's, and request a GM help you move them somewhere real. |
I've submitted support ticket #560452 to try get these items in a real location. Cheers, |
It’s a little unclear to me, if this have been fixed yet. If it’s not fixed, could you re-open the issue until it is fixed. Otherwise just confirming it’s fixed would be nice. 🙂 |
This has now definitely been fixed :) |
Is this fix in as they found out why some items are in strange locations or as in we just hide your bugged assets from you now and you will never get them back? :( |
I can answer that: zoetrope may be able to explain it better, but, that is how I understand it |
That's pretty close, but to expand, this issue as I understand it is restricted to blueprints. Please tell me if you find examples where that's not the case. When you interact with a hacking site container, we fill it with "fake items", which are signified by very high ID's, so that you have something to scan. These items exist in the simulation, but are never persisted to the database. If you loot the container, the "fake items" get turned into real items and persisted. However, if no one loots the container and the site despawns or if someone fails the hack and it explodes, then it's contents are never persisted. However, blueprints are silly, and because of Reasons™ they can't be created as fake items, so they get made as real items with you as the owner. If you fail to hack the container and it explodes, the simulation just forgets about everything inside it, but because the blueprints weren't a fake item they're actually in the DB as an item you own, but they're located inside a fakeitem that doesn't actually exist anywhere. So, to be 100% clear on this: you never really owned that item. You failed the hack and it was destroyed or possibly left the site without looting it. |
Bug
Characters assets are returning some very strange values for
location_id
Example:
9001359308000569359
Request
/characters/{character_id}/assets/
Reproduce with:
Neugeniko
Response
As It's not my own character, I can not produce a result via esi.tech.ccp.is.
The bellow are reconstructed via jEveAssets data and may not be 100% correct.
location_id
,item_id
, andtype_id
should be correct, though.Expected
No strange
location_id
The text was updated successfully, but these errors were encountered: