frk1/steamhourboostv2

Won't start boosting, TypeError

Opened this issue · 0 comments

Hello, when running the script with "npm run app", I get the following stacktrace :

Unhandled rejection TypeError: Cannot read properties of undefined (reading 'loggedOn') at SteamAccount.login (/root/steamhourboostv2/lib/steamaccount.js:43:28) at SteamAccount.boost (/root/steamhourboostv2/lib/steamaccount.js:79:17) at apply (/root/steamhourboostv2/node_modules/lodash/lodash.js:487:27) at baseInvoke (/root/steamhourboostv2/node_modules/lodash/lodash.js:3259:41) at /root/steamhourboostv2/node_modules/lodash/lodash.js:15709:16 at tryCatcher (/root/steamhourboostv2/node_modules/bluebird/js/release/util.js:16:23) at MappingPromiseArray._promiseFulfilled (/root/steamhourboostv2/node_modules/bluebird/js/release/map.js:61:38) at PromiseArray._iterate (/root/steamhourboostv2/node_modules/bluebird/js/release/promise_array.js:114:31) at MappingPromiseArray.init (/root/steamhourboostv2/node_modules/bluebird/js/release/promise_array.js:78:10) at MappingPromiseArray._asyncInit (/root/steamhourboostv2/node_modules/bluebird/js/release/map.js:30:10) at Async._drainQueue (/root/steamhourboostv2/node_modules/bluebird/js/release/async.js:138:12) at Async._drainQueues (/root/steamhourboostv2/node_modules/bluebird/js/release/async.js:143:10) at Async.drainQueues [as _onImmediate] (/root/steamhourboostv2/node_modules/bluebird/js/release/async.js:17:14) at process.processImmediate (node:internal/timers:471:21)