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
Traceback (most recent call last):
File "draw_bot.py", line 260, in <module>
loop.run_until_complete(start_server())
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "draw_bot.py", line 254, in start_server
await sio.connect(f"wss://skribbl.io:{SETTINGS['port']}/")
File "/home/username/.local/lib/python3.7/site-packages/socketio/asyncio_client.py", line 116, in connect
six.raise_from(exceptions.ConnectionError(exc.args[0]), None)
File "<string>", line 3, in raise_from
socketio.exceptions.ConnectionError: Connection refused by the server
after executing the following line: python3 draw_bot.py
I've installed the required packages with the following command: pip3 install websockets aiohttp python-socketio requests git+https://www.github.com/hbldh/hitherdither Pillow google_images_download numpy
I am using newest MX Linux.
What did I wrong?
The text was updated successfully, but these errors were encountered:
I get the error:
after executing the following line:
python3 draw_bot.py
I've installed the required packages with the following command:
pip3 install websockets aiohttp python-socketio requests git+https://www.github.com/hbldh/hitherdither Pillow google_images_download numpy
I am using newest MX Linux.
What did I wrong?
The text was updated successfully, but these errors were encountered: