WFCD / warframe-items

πŸ“˜ Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:bug: Primary Weapon Kuva Bamma missing wikia thumbnail field

FarBeyondDriven opened this issue Β· comments

Describe the bug
The Primary Weapon Kuva Bamma is missing the wikia thumbnail field "wikiaThumbnail"

To Reproduce
Fetching jsondata for primary weapons or all weapon data

Expected behavior
wikiaThumbnail should be set to "https://static.wikia.nocookie.net/warframe/images/a/a7/Kuva_Bramma.png/revision/latest?cb=20210609234150"

Additional context
That should be the proper url, but any url with the right image will do of course.

commented

Still not quite sure on this one

commented

eyyyy, found it. the imageUrls map that we're using for getting images from wikia (it's a map from them) mapped the image title for it as Kuva Bramma.png, whereas the image name in the weapons lua is Kuva_Bramma.png... gg wikia :D

(the fix for it'll be in whenever i fix #188)

πŸŽ‰ This issue has been resolved in version 1.1246.463 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€