ByMykel / CSGO-API

An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
https://bymykel.github.io/CSGO-API/
MIT License
255 stars 29 forks source link

Multiple images are missing #99

Closed leonlarsson closed 6 months ago

leonlarsson commented 6 months ago

Multiple images are returning 404 from many different cases.

Examples: From Kilowatt Case: https://raw.githubusercontent.com/ByMykel/counter-strike-image-tracker/main/static/panorama/images/econ/default_generated/weapon_elite_dual_berettas_lethal_grin_light_png.png

From Chroma Case: https://raw.githubusercontent.com/ByMykel/counter-strike-image-tracker/main/static/panorama/images/econ/default_generated/weapon_deagle_aq_deagle_naga_light_png.png

The above are from https://bymykel.github.io/CSGO-API/api/en/crates/cases.json

These are just some examples, there are likely hundreds.

ByMykel commented 6 months ago

yeah, I am trying to automate everything so I don't need to update data/images manually when there's a new update.

Somehow the script didn't downloaded all the images and I am waiting for this workflow to finish. I estimate it will finish in 3 hours and hopefully those images will work.

ByMykel commented 6 months ago

Should be fixed now.