Detailed bug description
Error comes up saying that it cannot read split of undefined in the steam-user node module. The API key is correct and accounts are all supplied. Works for a few seconds before this comes up just after it tries to log into one of the accounts, then comes up with an error saying that it couldn't log in within a minute.
Error
Logging into fetcher account...
TypeError: Cannot read property 'split' of undefined
at new TCPConnection (C:\Users\User\Desktop\csgo-commend-bot-master\node_modules\steam-user\components\connection_protocols\tcp.js:29:22)
at SteamUser._doConnection (C:\Users\User\Desktop\csgo-commend-bot-master\node_modules\steam-user\components\logon.js:238:23)
at C:\Users\User\Desktop\csgo-commend-bot-master\node_modules\steam-user\components\logon.js:218:8 Promise {
<rejected> TypeError: Cannot read property 'split' of undefined
at new TCPConnection (C:\Users\User\Desktop\csgo-commend-bot-master\node_modules\steam-user\components\connection_protocols\tcp.js:29:22)
at SteamUser._doConnection (C:\Users\User\Desktop\csgo-commend-bot-master\node_modules\steam-user\components\logon.js:238:23)
at C:\Users\User\Desktop\csgo-commend-bot-master\node_modules\steam-user\components\logon.js:218:8
}
Error: Failed to log in within given 60000ms
at Timeout._onTimeout (C:\Users\User\Desktop\csgo-commend-bot-master\helpers\account.js:63:12)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7) Promise {
<rejected> Error: Failed to log in within given 60000ms
at Timeout._onTimeout (C:\Users\User\Desktop\csgo-commend-bot-master\helpers\account.js:63:12)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
}
Detailed bug description Error comes up saying that it cannot read split of undefined in the steam-user node module. The API key is correct and accounts are all supplied. Works for a few seconds before this comes up just after it tries to log into one of the accounts, then comes up with an error saying that it couldn't log in within a minute.
Error
Config
Version
v12.9.1
(You can find this usingnode -v
)2.10.0
(You can find this in yourpackage.json
file underversion
)Additional information Add any other potentially useful information about your issue here.