Closed Suniron closed 3 years ago
I see that the date in the message is not the same of the system.
It's shifted by 2 hours (I'm in France where it is GMT+2).
I had checked the date on the 3 docker image and it's the same, see bellow:
But in slack bot message the date is shifted:
First of all, this is not a bug of the bot.
Secondly, there are already closed issues related to ETIMEDOUT. Please search first before you submit the issue.
Please close the issue if your issue is duplicated.
Of course, I had consulted the other issues but the cause does not seem to be the same: it seems that there is a problem with the time of the request made to the API.
Hi @Suniron
The error is caused due to timeout between your bot and Binance API. It's most likely caused by your RPi has a slow network. If you are using WiFi, try ethernet.
Thanks for your answer @chrisleekr.
I'm already connected over ethernet 😔.
It's strange that the time in parenthesis, after the message Execution failed
is not the same as the system / the docker image.
Is it just a log problem with this time error?
.. Because, I think, if the requests was sent with a bad time, the binance api server block them.
@Suniron
Yeah, the error does not stop the bot from working. I mean, eventually, the request will go through and process the request. But those error messages would be so annoying to receive.
I suggest trying with Cloud if you don't have any other option.
@chrisleekr
Mmmh effectively, I just see that 3 order are opened this morning like that:
But all other open order who got the ETIMEDOUT ERROR are failed ant don't appear in the Binance interface.
I think that the probleme isn't far, link a date sync problem.
Ok, please close the issue if your issue is resolved.
Ok, please close the issue if your issue is resolved.
It's not solved, I use a fork we're I haven't the problem :(
@Suniron Which fork do you use? I have the same issue, checked all others, tried DNS change, sitting on 1000 MB/S optical, but it's still not working..
Hey there,
I have a fresh deployment of this bot on my Rapseberry Pi 4 with Raspbian 64 Bits since midday.
After few hours of running, the bot detect the first opportunity to put a buy order! But... it fail again and again..
The error which is showed is theese:
(I just mofidied the signature to give the error here 😉).
An idea?