EVE-KILL / zKillboard

zKillboard
https://beta.eve-kill.net
Other
0 stars 0 forks source link

API: Singleton flag not set for items in containers #295

Open Salvoxia opened 9 years ago

Salvoxia commented 9 years ago

Hi,

I think I found a bug concerning the API and the singleton flag (for BPCs). If the blueprint was inside a container, the API does not return the singleton flag propertly (it's always 0). Example: https://beta.eve-kill.net/kill/44908544/ API: https://beta.eve-kill.net/api/kills/killID/44908544/ TypeID: 27952 (Triage Module I Blueprint)

When viewing the kill at beta.eve-kill.net it shows the BPC inside a Small Standard Container in the ship's cargo. However, the API returns singleton 0 for that item.

{
    "typeID": 27952,
    "flag": 0,
    "qtyDropped": 0,
    "qtyDestroyed": 1,
    "singleton": 0
},

Regards, Salvoxia

cvweiss commented 9 years ago

This is a bug with CCP's API, not zKillboard's. They're aware of the bug and said it would be fixed "soon", that was two years ago.

Salvoxia commented 9 years ago

Hi,

It's correct in CREST, but I guess that kill has been posted via the XML API.

However, I'm a bit surprised it shows as BPC when viewing the kill at zKillboard. So the correct information has to be available somewhere.

Regards, Salvoxia