Storm Posted August 20, 2018 Report Posted August 20, 2018 TypeError: Cannot read property 'getSteamID64' of undefined at SteamCommunity.getUserInventory (/root/bot/node_modules/steamcommunity/components/users.js:287:39) at TradeOfferManager.loadUserInventory (/root/bot/node_modules/steam-tradeoffer-manager/lib/index.js:331:18) at Object.GetInventory (/root/bot/Code/BotsManager.js:143:17) at Server.<anonymous> (/root/bot/Code/RemoteAccess.js:48:11) at next (/root/bot/node_modules/restify/lib/server.js:1125:29) at f (/root/bot/node_modules/once/once.js:36:25) at Server.<anonymous> (/root/bot/node_modules/express-ipfilter/lib/ipfilter.js:205:14) at next (/root/bot/node_modules/restify/lib/server.js:1125:29) at f (/root/bot/node_modules/once/once.js:36:25) at Server.parseBody (/root/bot/node_modules/restify/lib/plugins/bodyParser.js:152:17) Please help. What could be causing these errors? Quote
Dr. McKay Posted August 20, 2018 Report Posted August 20, 2018 You're trying to get your inventory but you aren't signed in yet. Quote
Storm Posted August 20, 2018 Author Report Posted August 20, 2018 You're trying to get your inventory but you aren't signed in yet.That's odd.. Because I'm definitely getting logged in. Also, now while trying to fix the problem I'm getting "Log:Error: RateLimitExceeded" I read that means that Steam blacklisted my IP.. How long does it last? Thanks Quote
Dr. McKay Posted August 20, 2018 Report Posted August 20, 2018 You might be logging in, but you're still trying to load your inventory before you're logged in. Login IP ratelimits typically last less than an hour. 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.