Axle Posted November 22, 2017 Report Posted November 22, 2017 (edited) I'm getting this error: Logged into SteamError: EYldRefreshAppIfNecessary failed with EResult 55 at /node_modules/steamcommunity/components/users.js:398:12 at SteamCommunity._checkHttpError (node_modules/steamcommunity/components/http.js:110:3) at Request._callback (/node_modules/steamcommunity/components/http.js:50:61) at Request.self.callback (/node_modules/request/request.js:186:22) at emitTwo (events.js:106:13) at Request.emit (events.js:191:7) at Request.<anonymous> (/node_modules/request/request.js:1163:10) at emitOne (events.js:96:13) at Request.emit (events.js:188:7) at IncomingMessage.<anonymous> (/node_modules/request/request.js:1085:12) With the code (after login, etc.): client.on('webSession', function(sessionID, cookies) { community.getUserInventoryContents("76561198435553802", 440, 2, true, function(err,inventory){ console.log(err); console.log(inventory); //does other stuff after I ommitted }); }); The weird part is that it works if I request any inventory besides the two bots I own. I'm thinking this might be a too many requests error? But it also doesn't work if I login to an alt/my main account and try to request the same inventory from a different account. Edit: I've also now gotten eresult 20. Looking at the corresponding errors these are "ServiceUnavailable" and "RemoteCallFailed", so it seems to be a steam error. Will see if this continues in a few hours. Edit 2: I actually can't even see their inventories in steam now, definitely a steam issue. Edited November 22, 2017 by Axle Quote
Axle Posted November 22, 2017 Author Report Posted November 22, 2017 Fixed, was a steam API error, just have to wait. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.