DestinyItemManager / DIM

Destiny Item Manager
https://destinyitemmanager.com
MIT License
2.07k stars 643 forks source link

Missing Items #2121

Closed RickKukiela closed 7 years ago

RickKukiela commented 7 years ago

Honestly, I'm sure you guys already know this, but I didnt see an issue for it so I figured I would create one.

Bunch of guns missing from the DB, and thus cannot move them.

image

wein3967 commented 7 years ago

I think these may be "classified" items. For example, I got a DO pulse from a Cayde chest and it doesn't show up in any 3rd party app or even the Bungie app. Basically, I'm betting these items don't really exist outside the game yet.

kyleshay commented 7 years ago

We'll have to update our https://github.com/DestinyItemManager/DIM/blob/master/src/data/classified.json file and add them there manually. If you/someone could open the browser console and match the items up with the item names, we could add them in but they still won't be transferrable unfortunately.

kyleshay commented 7 years ago

They are classified by the bungie/destiny API, but now they are transferrable with #2126

RickKukiela commented 7 years ago

Nice! Has bungie gave any indication as to when the API will have all item info?

kyleshay commented 7 years ago

Unfortunately not, we had the same issue in D1 (celery from D1 is still classified...)

We have chatted publicly with the API devs at bungie and even they don't know when things will be declassified (it's up to another internal team.)

In the meantime we can manually build out a list of the classified items. To do so we need the information printed out in the console and we need the name of the weapon that it maps to in game.

kyleshay commented 7 years ago

I'm going to close this for now. We had the same issue in D1 and our solution is to de-classify items manually if they are classified for too long.