STEAM GROUP
St​eamRE St​eamRE
STEAM GROUP
St​eamRE St​eamRE
14
IN-GAME
57
ONLINE
Founded
April 23, 2015
Language
English
Zladey Feb 6, 2016 @ 11:55pm
poolFailure : ESOCKETTIMEDOUT, ETIMEDOUT
My bot working properly for a few month, but yesterday it stoped. I'm using this event to catch pollFuilure:
this.steamBot.offers.on('pollFailure', function(err) {
debug('pollFailure: ', err);
});
And 30 seconds after the bot started i'm got this err every time i tried to poll:
[Error: ETIMEDOUT] code: 'ETIMEDOUT', connect: false
[Error: ESOCKETTIMEDOUT] code: 'ESOCKETTIMEDOUT', connect: false
I'm even change my VPS location from NY to Amsterdam, but i'm still getting this error.
What should i do?
Sometimes, i'm also got this poll error:
[Error: getaddrinfo ENOTFOUND api.steampowered.com api.steampowered.com:443]
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'api.steampowered.com',
host: 'api.steampowered.com',
port: 443 }
p.s. Btw my second bot ( exaclty same but placed at another server ) still working properly
Last edited by Zladey; Feb 7, 2016 @ 12:27am
< >
Showing 1-8 of 8 comments
McKay Feb 7, 2016 @ 9:34am 
Your Internet connection is just screwed up.
Zladey Feb 7, 2016 @ 10:32am 
But it lasts for a 2 days in a row, and i already tried at 2 another servers, do you think changing VPS provider should help? I'm using DO for all my projects, and this situation is weird, because all my same steam bots at another DO's VPS working fine for all time.
McKay Feb 7, 2016 @ 11:25am 
Can you ping api.steampowered.com?
Zladey Feb 7, 2016 @ 11:51am 
sure:
https://gyazo.com/863dba7751066e085c99788fb5b034e3
Update: It working fine on localhost now, but still timed out on the server.
Last edited by Zladey; Feb 7, 2016 @ 11:58am
McKay Feb 7, 2016 @ 1:23pm 
I don't know what to say besides make sure all needed ports are open for outbound traffic, and check your DNS servers.
Last edited by McKay; Feb 7, 2016 @ 1:24pm
Zladey Feb 7, 2016 @ 1:35pm 
Okay, thank you for this :)
Zladey Feb 8, 2016 @ 2:47am 
Seems like this issue was fixed by itself, it lasts 2 days (saturday and sunday) and at monday it's over. Guess it was a problem at steam's end.
< >
Showing 1-8 of 8 comments
Per page: 1530 50