Describe the bug
When loading in a skin everything but the full_item_name shows, previously I would see the item name, now nothing shows up.
To Reproduce
Steps to reproduce the behavior:
- Load up http://ip:port/?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview S76561198803770628A42283367623D7542617623545399937
- Get this data without the full_item_name:
{
"iteminfo": {
"origin": 4,
"quality": 4,
"rarity": 6,
"a": "42283367623",
"d": "7542617623545399937",
"paintseed": 997,
"defindex": 1,
"paintindex": 962,
"stickers": [
{
"stickerId": 368,
"slot": 0
},
{
"stickerId": 4899,
"slot": 1
},
{
"stickerId": 4934,
"slot": 3,
"rotation": -87,
"offset_x": -0.11747144162654877,
"offset_y": -0.0044238269329071045
},
{
"stickerId": 4934,
"slot": 1,
"rotation": -90,
"offset_x": -0.5460900068283081,
"offset_y": 0.029940009117126465
},
{
"stickerId": 4934,
"slot": 3,
"rotation": -90,
"offset_x": -0.16151298582553864,
"offset_y": -0.036193013191223145
}
],
"floatid": "42283367623",
"keychains": [
{
"sticker_id": 29,
"slot": 0,
"offset_x": -1.2694631814956665,
"offset_y": 0.26448214054107666,
"offset_z": 3.4847724437713623,
"pattern": 78591
}
],
"low_rank": 2,
"high_rank": 1,
"floatvalue": 0.06806705892086029,
"s": "76561198803770628",
"m": "0"
}
}
Expected behavior
Something similar to this
{
"iteminfo": {
"accountid": null,
"itemid": "13874827217",
"defindex": 7,
"paintindex": 282,
"rarity": 5,
"quality": 4,
"paintseed": 361,
"killeaterscoretype": null,
"killeatervalue": null,
"customname": null,
"stickers": [],
"inventory": 11,
"origin": 8,
"questid": null,
"dropreason": null,
"musicindex": null,
"s": "0",
"a": "13874827217",
"d": "4649025583329100061",
"m": "2608048286785948758",
"floatvalue": 0.22740158438682556,
"imageurl": "http://media.steampowered.com/apps/730/icons/econ/default_generated/weapon_ak47_cu_ak47_cobra_light_large.7494bfdf4855fd4e6a2dbd983ed0a243c80ef830.png",
"min": 0.1,
"max": 0.7,
"weapon_type": "AK-47",
"item_name": "Redline",
"rarity_name": "Classified",
"quality_name": "Unique",
"origin_name": "Found in Crate",
"wear_name": "Field-Tested",
"full_item_name": "AK-47 | Redline (Field-Tested)"
}
}
Additional Notes
Running this on docker, my compose is based off this with some changes to the ports #163 (comment)
Describe the bug
When loading in a skin everything but the full_item_name shows, previously I would see the item name, now nothing shows up.
To Reproduce
Steps to reproduce the behavior:
{ "iteminfo": { "origin": 4, "quality": 4, "rarity": 6, "a": "42283367623", "d": "7542617623545399937", "paintseed": 997, "defindex": 1, "paintindex": 962, "stickers": [ { "stickerId": 368, "slot": 0 }, { "stickerId": 4899, "slot": 1 }, { "stickerId": 4934, "slot": 3, "rotation": -87, "offset_x": -0.11747144162654877, "offset_y": -0.0044238269329071045 }, { "stickerId": 4934, "slot": 1, "rotation": -90, "offset_x": -0.5460900068283081, "offset_y": 0.029940009117126465 }, { "stickerId": 4934, "slot": 3, "rotation": -90, "offset_x": -0.16151298582553864, "offset_y": -0.036193013191223145 } ], "floatid": "42283367623", "keychains": [ { "sticker_id": 29, "slot": 0, "offset_x": -1.2694631814956665, "offset_y": 0.26448214054107666, "offset_z": 3.4847724437713623, "pattern": 78591 } ], "low_rank": 2, "high_rank": 1, "floatvalue": 0.06806705892086029, "s": "76561198803770628", "m": "0" } }Expected behavior
Something similar to this
{ "iteminfo": { "accountid": null, "itemid": "13874827217", "defindex": 7, "paintindex": 282, "rarity": 5, "quality": 4, "paintseed": 361, "killeaterscoretype": null, "killeatervalue": null, "customname": null, "stickers": [], "inventory": 11, "origin": 8, "questid": null, "dropreason": null, "musicindex": null, "s": "0", "a": "13874827217", "d": "4649025583329100061", "m": "2608048286785948758", "floatvalue": 0.22740158438682556, "imageurl": "http://media.steampowered.com/apps/730/icons/econ/default_generated/weapon_ak47_cu_ak47_cobra_light_large.7494bfdf4855fd4e6a2dbd983ed0a243c80ef830.png", "min": 0.1, "max": 0.7, "weapon_type": "AK-47", "item_name": "Redline", "rarity_name": "Classified", "quality_name": "Unique", "origin_name": "Found in Crate", "wear_name": "Field-Tested", "full_item_name": "AK-47 | Redline (Field-Tested)" } }Additional Notes
Running this on docker, my compose is based off this with some changes to the ports #163 (comment)