rovalder

Results 2 comments of rovalder

Had the same issue with Ubuntu via WSL - downloading a browser in Ubuntu fixed the issue for me: ```bash sudo apt install firefox ```

Fast fix ```bash pip uninstall websockets pip install websockets==13.1 ```