WFCD / warframe-items

📘 Get all Warframe items directly from Warframe's API. No more messy wikia scraping.
MIT License
279 stars 53 forks source link

:bug: Incorrect image for Fass Residue #153

Closed l-wr-w closed 4 years ago

l-wr-w commented 4 years ago

Describe the bug The image for Fass Residue is incorrect.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'warframe-items/data/img/'
  2. Open 'fass-residue.png'
  3. See error (is a picture of Otak Token).

Expected behavior Should show a picture of Fass Residue. but currently shows a picture of an Otak Token.

Screenshots image

TobiTenno commented 4 years ago

we don't determine the images. we consume what is provided from DE's image manifests. if you can find where that is incorrectly being used, let us know.

l-wr-w commented 4 years ago

image https://nexushub.co/warframe/items/fass-residue

Does this count?

TobiTenno commented 4 years ago

no, like where in our code it's being set wrong.

"used wrong" as in used wrong from their data.

nexushub consumes warframe-items

Edit: to be clear, i'm not saying something's not buggy, just vague enough from our consumption that it'll be hard to pin down