You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.log('❌ Failed to parse JSON. Response was:',text.substring(0,500));
86
+
thrownewError('Steam returned HTML instead of JSON. Check:\n1. You are logged into Steam\n2. Your inventory is set to Public\n3. Try refreshing the page');
87
+
}
77
88
78
89
if(!data.assets||!data.descriptions){
79
90
thrownewError('Invalid inventory response from Steam');
0 commit comments