## Expected Behavior - start worker ## Actual Behavior - worker does not start - websocket error ## Steps to Reproduce the Problem 1. ~/.local/bin/dexbot-gui run 2. websocket-client 0.58 or newer 3.  ## Specifications - Version: 1.0.0 - OS: Ubuntu 18.04 - https://github.com/websocket-client/websocket-client/issues/669 ## Workaround ``` pip3 uninstall websocket-client pip3 install websocket-client==0.57.0 ```
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Specifications
Workaround