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
296 stars 34 forks source link

errors? #133

Open Cutcorwn opened 9 hours ago

Cutcorwn commented 9 hours ago

image image

The new major items have some errors that the previous major ones do not have The souvenir packages and the viewer pass are returning only null Another issue is that the images of the souvenirs are not working

Cutcorwn commented 9 hours ago

It is returning only null for all souvenir packages and the images are not working. In the "viewer pass", it is missing rarity

ByMykel commented 4 hours ago

The images were not working because they were in a folder that i was not tracking and the rarity is null because a function was not up to date.

The images are already working but the rarity will be fixed in the next update.

Ou7law007 commented 4 hours ago

The images were not working because they were in a folder that i was not tracking and the rarity is null because a function was not up to date.

The images are already working but the rarity will be fixed in the next update.

I don't want to hijack this issue, but is there a way that you can add item_nameids? Or is there an easy way to get them for any given skin?

ByMykel commented 4 hours ago

The images were not working because they were in a folder that i was not tracking and the rarity is null because a function was not up to date. The images are already working but the rarity will be fixed in the next update.

I don't want to hijack this issue, but is there a way that you can add item_nameids? Or is there an easy way to get them for any given skin?

You adding the item_name? If you can explain how is that attribute useful I can add it without problem.

image