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
Getting that while launching draw_bot.py [python draw_bot.py '5002']
Traceback (most recent call last):
File "draw_bot.py", line 260, in
loop.run_until_complete(start_server())
File "C:\Users\myUser\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 616, 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 "C:\Users\myUser\AppData\Local\Programs\Python\Python38-32\lib\site-packages\socketio\asyncio_client.py", line 116, in connect
six.raise_from(exceptions.ConnectionError(exc.args[0]), None)
File "", line 3, in raise_from
socketio.exceptions.ConnectionError: Connection refused by the server
The text was updated successfully, but these errors were encountered:
Getting that while launching draw_bot.py [python draw_bot.py '5002']
Traceback (most recent call last):
File "draw_bot.py", line 260, in
loop.run_until_complete(start_server())
File "C:\Users\myUser\AppData\Local\Programs\Python\Python38-32\lib\asyncio\base_events.py", line 616, 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 "C:\Users\myUser\AppData\Local\Programs\Python\Python38-32\lib\site-packages\socketio\asyncio_client.py", line 116, in connect
six.raise_from(exceptions.ConnectionError(exc.args[0]), None)
File "", line 3, in raise_from
socketio.exceptions.ConnectionError: Connection refused by the server
The text was updated successfully, but these errors were encountered: