alex7kom / node-steam-tradeoffers

Steam Trade Offers for Node.js **NO LONGER MAINTAINED**
MIT License
287 stars 100 forks source link

'ETIMEDOUT' while sending tradeoffer. #284

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, i have got that error, while sending trade. Sometimes it's sends a tradeoffer, but usually no.

{ [Error: ETIMEDOUT] code: 'ETIMEDOUT', connect: false }
Error: ETIMEDOUT
    at null._onTimeout (node_modules/steam-tradeoffers/node_modules/request/request.js:759:15)
    at Timer.listOnTimeout (timers.js:92:15)

What to do?

alex7kom commented 7 years ago

Retry your request, ETIMEDOUT means your request is timed out. If you keep getting this error, you should troubleshoot your connection to Steam servers.

Also, #121.