seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 181 forks source link

Socket timed out #423

Closed menesakdeniz closed 6 years ago

menesakdeniz commented 6 years ago

I can't connect to my accounts, it stucks in a loop, what is wrong? i logged debug events;

[DEBUG]connected
[DEBUG]encrypt request
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.13:27018
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.175:27018
[DEBUG]connected
[DEBUG]encrypt request
[DEBUG]socket ended
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.12:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.14:27019
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.14:27017
[DEBUG]socket ended
[DEBUG]socket closed
[DEBUG]connecting to 209.197.29.196:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.176:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.13:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.175:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.14:27017
[DEBUG]connected
[DEBUG]encrypt request
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.174:27017
[DEBUG]connected
[DEBUG]encrypt request
[DEBUG]socket ended
[DEBUG]socket closed
[DEBUG]connecting to 209.197.29.196:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.14:27019
[DEBUG]socket ended
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.15:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.174:27018
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.13:27018
[DEBUG]connected
[DEBUG]encrypt request
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.175:27018
[DEBUG]connected
[DEBUG]encrypt request
[DEBUG]socket ended
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.12:27018
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.15:27019
[DEBUG]socket ended
[DEBUG]socket closed
[DEBUG]connecting to 146.66.152.14:27019
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.185:27017
[DEBUG]socket timed out
[DEBUG]socket closed
[DEBUG]connecting to 72.165.61.188:27017
[DEBUG]connected
[DEBUG]encrypt request

i tried to disable firewall and iptables but it isn't related with it i guess, what can be the problem?

seishun commented 6 years ago

Have you connected successfully before? Did you save the server list and assign it to Steam.servers before connecting?

menesakdeniz commented 6 years ago

No, but it seems to be related with nodejs version, i am upgraded version to newest and now it connects successfully.

dalexhd commented 6 years ago

Still having the same issue after updating... Please help.