csfloat / inspect

Source Code that Powers the CSFloat Inspect Link API
https://csgofloat.com
MIT License
403 stars 119 forks source link

Mismatching "a" parameter on stickers #185

Closed bouncytorch closed 1 year ago

bouncytorch commented 1 year ago

Hey. Say I have a cool new Paris 2023 sticker:

steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S76561199512583172A33096276409D9398004206074796675

When feeding it to inspect, it returns a value of A completely different from whats in the link:

{
// ...
 a: '32850776937',
 stickers: [
  {
   "slot": 0,
   "stickerId": 6700,
   "codename": "paris2023_team_mngz",
   "material": "paris2023/mngz",
   "name": "The MongolZ | Paris 2023"
  }
]
// ...
}

with a "sticker id" in stickers[]. Why is it like that? If it's intentional, how to use "sticker id" to match the A parameter in the link?

bouncytorch commented 1 year ago

I can no longer replicate this, even with the same link. Weird.