aeonix Posted July 19, 2019 Report Posted July 19, 2019 Hello, for some reason I can't login on any Steam accounts.—Node.js version: 12.4.0 / 8.16.0node-steam-user version: 4.12.2—Debug log (first part, then it repeat immediately inf. amount of times): Connecting to TCP CM: 155.133.230.34:27019 TCP connection established Handled message: ChannelEncryptRequest Channel encrypt request: protocol 1, universe 1, nonce 2c1378e10fb52fd105a21685874390d8, 0 remaining bytes Sending message: ChannelEncryptResponse Handled message: ChannelEncryptResult Sending message: ClientLogon Handled message: ClientLogOnResponse Log on response: TryAnotherCM Code: console.log('> Loading, please wait.') const SteamUser = require('steam-user') const client = new SteamUser() const logOnOptions = { accountName: '***', password: '***', } console.log('> Loaded, logging in.') client.logOn(logOnOptions) client.on('loggedOn', () => { console.log('> Logged into Steam.') client.setPersona(SteamUser.Steam.EPersonaState.Online, 'aeonix.space') client.gamesPlayed('Idling', 730) }) client.on('debug', console.log) Quote
Dr. McKay Posted July 19, 2019 Report Posted July 19, 2019 TryAnotherCM means the server you connected to isn't accepting connections at this time. Seems like Steam was just down when you tried to log on. Can you try again now? Quote
aeonix Posted July 20, 2019 Author Report Posted July 20, 2019 TryAnotherCM means the server you connected to isn't accepting connections at this time. Seems like Steam was just down when you tried to log on. Can you try again now?Still can't, I tried with another developer's Steam module - everything worked, but this module keeps erroring TryAnotherCM. Quote
Dr. McKay Posted July 20, 2019 Report Posted July 20, 2019 Make sure api.steampowered.com isn't being blocked on your network, maybe. Quote
aeonix Posted July 21, 2019 Author Report Posted July 21, 2019 (edited) Make sure api.steampowered.com isn't being blocked on your network, maybe.It isn't blocked, i tried use it with VPN - no results. Edited July 21, 2019 by aeonix Quote
Dr. McKay Posted July 22, 2019 Report Posted July 22, 2019 Dunno what to tell you. You're connecting to Steam servers, but they're telling you to try a different one. 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.