Open BlackOnix opened 6 years ago
It's almost certainly a Steam issue, with their servers being busy and not being able to handle the load. You can work around this in your code by retrying the requests where appropriate.
Even Now errors are not present The bot comes to setting up a offers, and all
It just does not work
}, function(err) {
self.setWebSession(true);
self.setSession(sessionID);
setTimeout(self.acceptMobile, 10000);
});
Checklist:
Problem description: Error ETIMEDOUT when using steam-tradeoffer. Most often it appears at night. Error appears when loading inventory or when working with tradeoffers
I have already tried: Use proxy ( requestOptions : {'proxy' : 'username:pass@ip:port'} ), increased timeout in request
My code:
I use the following libraries:
steam (and steamcommunity on another project), steam-weblogon, steam-web-api-key, steam-tradeoffers,