You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
Thank you for sharing this wonderful tool. I'm not a strong programmer, so your code and example are invaluable for me to get up the learning curve, to hopefully implement some computer-driven strategies on BFX.
The example code worked pretty well for a few hours yesterday, but started throwing the following logging warning a few hours in:
INFO:btfxwss.connection:Connection opened
INFO:btfxwss.connection:Initialized Client on API Version 2
INFO:btfxwss.connection:Attempting to connect again in 10 seconds.
INFO:btfxwss.connection:Connection opened
INFO:btfxwss.connection:_on_open(): Connection reconnected, re-subscribing..
INFO:btfxwss.connection:Initialized Client on API Version 2
INFO:btfxwss.connection:Attempting to connect again in 10 seconds.
INFO:btfxwss.connection:Connection opened
... and so on. Still does this today.
It starts after the wss.start() line in the example. I have tried it on two different platforms in two different locations, so that's not an issue. Could it be an issue on the Bitfinex side or something else?
Many thanks!
The text was updated successfully, but these errors were encountered:
Hey @ojsaito,
This is likely an issue with the connection to Bitfinex - if the problem persists, enable debugging for the btfxwss client and post your log file here. Then I'll gladly help you out!
Thank you for sharing this wonderful tool. I'm not a strong programmer, so your code and example are invaluable for me to get up the learning curve, to hopefully implement some computer-driven strategies on BFX.
The example code worked pretty well for a few hours yesterday, but started throwing the following logging warning a few hours in:
INFO:btfxwss.connection:Connection opened
INFO:btfxwss.connection:Initialized Client on API Version 2
INFO:btfxwss.connection:Attempting to connect again in 10 seconds.
INFO:btfxwss.connection:Connection opened
INFO:btfxwss.connection:_on_open(): Connection reconnected, re-subscribing..
INFO:btfxwss.connection:Initialized Client on API Version 2
INFO:btfxwss.connection:Attempting to connect again in 10 seconds.
INFO:btfxwss.connection:Connection opened
... and so on. Still does this today.
It starts after the wss.start() line in the example. I have tried it on two different platforms in two different locations, so that's not an issue. Could it be an issue on the Bitfinex side or something else?
Many thanks!
The text was updated successfully, but these errors were encountered: