dutu / poloLender

Free, open source, high performance bot for lending funds on Poloniex exchange
https://github.com/dutu/poloLender
Other
160 stars 47 forks source link

Timeouts every few secounds #15

Closed SearchAndDestroy closed 7 years ago

SearchAndDestroy commented 7 years ago

I am getting these timeouts every few seconds: notice: returnAvailableAccountBalances: ESOCKETTIMEDOUT notice: returnActiveLoans: ETIMEDOUT notice: returnOpenLoanOffers: ETIMEDOUT notice: returnActiveLoans: ESOCKETTIMEDOUT notice: returnActiveLoans: ETIMEDOUT notice: returnOpenLoanOffers: ETIMEDOUT notice: returnActiveLoans: ESOCKETTIMEDOUT notice: returnAvailableAccountBalances: ETIMEDOUT notice: returnAvailableAccountBalances: ETIMEDOUT notice: returnOpenLoanOffers: ETIMEDOUT notice: returnActiveLoans: ESOCKETTIMEDOUT notice: returnOpenLoanOffers: ESOCKETTIMEDOUT notice: returnAvailableAccountBalances: ETIMEDOUT notice: returnActiveLoans: ETIMEDOUT notice: returnOpenLoanOffers: ETIMEDOUT notice: returnOpenLoanOffers: ESOCKETTIMEDOUT notice: returnActiveLoans: ETIMEDOUT notice: returnActiveLoans: ESOCKETTIMEDOUT notice: returnOpenLoanOffers: ESOCKETTIMEDOUT notice: returnOpenLoanOffers: ETIMEDOUT notice: returnOpenLoanOffers: ETIMEDOUT

The bot creates and get returned loans without problems though. It's running locally on my machine and I created a new API key for it.

dutu commented 7 years ago

@SearchAndDestroy, these are transient Poloniex server errors.

We see these errors every now and than when Poloniex is having issues with their servers. I'd nothing we can do about it, just ignore the bot is handling these errors, and places the loans correctly even with these transient errors.

For reference you can also check https://github.com/dutu/poloniex-api-node/issues/4, reporting Poloniex API issues.