This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[gdax.js] Live tradebot crash after order not filled - irrecoverable error #1817
Comments
Hey,
|
Hey Mike, Thanks for your answer !
|
Great! Please reply here and re-open if it does.
After doing some more research this error means that the DNS server (most likely your home router) gave raspberry pi that specific error. This is not really an issue with Gekko and Gekko cannot do anything about it, the only things I can recommend trying and looking into are:
|
Thanks a lot for you help there 😃 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a ...
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Action taken (what you did)
I launched several time a live tradebot using gdax exchange, running gekko on a raspberry pi.
Expected result (what you hoped would happen)
I would expect gekko to continue running all the time unless I stop it manually.
Actual result (unexpected outcome)
After running well for several hours, I receive an irrecoverable error that make Gekko crash and kill the live tradebot. Each time it was after an attempt to SELL or BUY which was not filled :
018-01-28 20:25:57 (INFO): SELL order was not (fully) filled, cancelling and creating new order 2018-01-28 20:25:57 (DEBUG): Waiting 10 seconds before starting a new trade on GDAX!
And after that, I receive and irrecoverable error.
2 times this error message :
[gdax.js] (getTicker) returned an irrecoverable error: getaddrinfo EAI_AGAIN api.gdax.com:443
And one time this one :
[gdax.js] (getTicker) returned an irrecoverable error: write EPROTO 1995669376:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:../deps/openssl/openssl/ssl/s3_pkt.c:365:
In the UI I see a popup message indicating that Gekko has crashed. And in the console the following message :
Gekko encountered an error and can't continue Error: [gdax.js] getaddrinfo EAI_AGAIN api.gdax.com:443 Meta debug info: Gekko version: v0.5.12 Nodejs version: v8.9.4
The 3 times, it happened after an BUY/SELL attempt not filled, and an attempt from gekko to cancel current order to place another one.
Thanks a lot for you precious help 😃
The text was updated successfully, but these errors were encountered: