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: Missing wikiaThumbnail attribute for Equinox and Equinox Prime Warframe #152

Closed F3l1XQu1ll closed 4 years ago

F3l1XQu1ll commented 4 years ago

Describe the bug The wikiaThumbnail attribute for the Equinox and Equinox Prime Warframe is missing.

To Reproduce Steps to reproduce the behavior:

  1. Query https://api.warframestat.us/warframes/search/equinox
  2. Search for the wikiaThumbnail attribute - is missing for both entries
  3. I can confirm that this is not an API issue since the data is also missing in the raw file

Expected behavior The response should contain this attribute as it does for every? other item.

Additional context Not a big deal since all images are also separated accessible, but it should match with the other entries.

TobiTenno commented 4 years ago

Those are entirely dependent on the url populating from the wiki data, can't do anything if it's not in their data

F3l1XQu1ll commented 4 years ago

Closing then, thank you for the info.