Couldn't connect to WS! Exiting.
See original GitHub issueUPDATE: Seems to be working now. Must have been an issue with BitMEX servers.
I’ve been running MM without a hitch for two weeks and just today I came across the following error:
2018-10-05 15:28:22,756 - INFO - ws_thread - Connecting to wss://www.bitmex.com/realtime?subscribe=quote:ETHUSD,trade:ETHUSD,instrument,order:ETHUSD,execution:ETHUSD,margin,position
2018-10-05 15:28:22,756 - INFO - ws_thread - Authenticating with API Key.
2018-10-05 15:28:22,758 - INFO - ws_thread - Started thread
2018-10-05 15:28:27,761 - ERROR - ws_thread - Couldn't connect to WS! Exiting.
I tried running MM on three different systems and come across the same error. I’ve also tried creating a new API key (livenet) but that didn’t fix the problem. I’ve also tried upgrading websocket-client to 0.53.0 (originally 0.47.0) to no avail.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Localhost Refused to Connect Error: 5 Confirmed Ways to Fix It
Localhost refused to connect error can be caused by an incorrectly configured port, insufficient permissions, or an inoperative web server.
Read more >Developers - Couldn't connect to WS! Exiting. - - Bountysource
UPDATE: Seems to be working now. Must have been an issue with BitMEX servers. I've been running MM without a hitch for two...
Read more >How to resolve cURL Error (7): couldn't connect to host?
“CURL ERROR 7 Failed to connect to Permission denied” error is caused, when for any reason curl request is blocked by some firewall...
Read more >How to Fix java.net.ConnectException: Connection refused
1) First try to ping the destination host, if the host is ping-able it means the client and server machine are in the...
Read more >'Unable to connect to server' error when starting client
Check to see if the App Server is started, and if not, try restarting the App Server. Is the connection information in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue and fixed it:
steps:
I’m still getting the error after following the steps mentioned above