quer / the-steam-awards

Steam multi account module/event (get updates when event for steam)
95 stars 13 forks source link

Connection to steam #43

Closed EbadiDev closed 2 years ago

EbadiDev commented 2 years ago

Keep getting Connection Error tried to use VPN but no luck

Connected to Steam.
Connection closed by server -  Error: Disconnected
    at SteamClient._disconnected (\the-steam-awards-master\node_modules\steam\lib\steam_client.js:186:24)
    at Connection.emit (node:events:527:28)
    at TCP.<anonymous> (node:net:709:12)
quer commented 2 years ago

have you also set up the sharedSecret for the account?

EbadiDev commented 2 years ago

Yes i did

peteranh commented 2 years ago

Sorry for hijacking this, but I'm also getting this error. However, I don't know what I need to set in sharedSecret. I couldn't find anything on wiki regarding it. Is it the 2-FA code from SteamGuard?

quer commented 2 years ago

@EbadiDev the error is that the login informain is not valid. it dies right after it will try to login. so somefing is as it shoud be in the config.js file. Have you used any other js steam system before. so you know that the sharedSecret, is the right one.

@peteranh the sharedSecret, is a code/key that is on the phone, that is used to generate the 2-fa key, that you normal login whit. if you only have the login way, where you get the 2-fa on a mail, look at issue https://github.com/quer/the-steam-awards/issues/44