Jump to content
McKay Development

PollFailure ETIMEDOUT


jensej

Recommended Posts

It timed out while contacting Steam. That happens sometimes. Either Steam is having trouble or your network is having trouble.

Is any possible that steam is bloking IP address form OVH? Because every few min display this error.

Moreover I have 3 different VPS and few steam account, and all of this have this error. Any Idea how I can solve this?

Edited by jensej
Link to comment
Share on other sites

i have  Error: Descriptions: ETIMEDOUT

 

change many VPS

 

i confirm offer , after offer send

 

if (stat = pendding) {

confirm offer ....

}

 

ETIMEDOUT error in confirm offer after sending offer

 

you must set confirm offer with

 

community.startConfirmationChecker(15000, IDENTI);

Edited by Hajagha
Link to comment
Share on other sites

i have  Error: Descriptions: ETIMEDOUT

 

change many VPS

 

i confirm offer , after offer send

 

if (stat = pendding) {

confirm offer ....

}

 

ETIMEDOUT error in confirm offer after sending offer

 

you must set confirm offer with

 

community.startConfirmationChecker(15000, IDENTI);

bot.community.startConfirmationChecker(30 * 1000, bot.identitySecret); // Check confirmations about every ~30 sec

Link to comment
Share on other sites

  • 1 month later...

If you haven't figured it out by now: The confirmation checker is probably getting you rate-limited. That happens if you are sending many requests in a relatively short period of time. That's why the confirmation checker is deprecated - because it does exactly this. Accept all incoming and outgoing offers manually with the method 

acceptConfirmationForObject()
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...