-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket failed, polling doesn't work #2621
Comments
Hi, Are you using the same setup for your Windows install? (with apache as reverse proxy) |
No. On Windows I used the binary, and it worked perfectly. Trying to run the binary on linux fails with the following error: My guess is that's likely due to the fact that the system uses python 3.9 and OctoBot requires 3.10. I installed 3.10 and followed the python/git instructions. Now the errors in the page are gone, but there are errors in the console: Allowing trackers removed the errors, but the chart still won't load: |
If you get notifications, then it's better already! |
But like I said, the Windows binary works without adding any Binance credentials. I'm also not interested in using Binance. I want to use a dex like Bisq. Is that possible? Or would it require significant core changes to the code? |
I have this issue too, but it is intermittent. It happens no matter what platform its on when communicating with binance.us |
We are using ccxt to support multiple crypto exchanges. If ccxt does not support an exchange like Bisq, you should first ask them to support it and then we should be able to integrate it in OctoBot. |
Step 1: Have you search for this issue before posting it?
Yes
Step 2: Describe your environment
git log --format="%H" -n 1
)Step 3: Describe the problem:
Describe the bug
Watched markets never loads, trading page never loads, and the following errors appear in console:
Expected behavior
No errors
Steps to reproduce:
The text was updated successfully, but these errors were encountered: