Closed ghost closed 5 years ago
Fixed, head to line 250 and replace the code with
await sio.connect(f"wss://skribbl.io:{SETTINGS['port']}/{SETTINGS['join']}")
Note, skribbl.io uses 3 different ports for private games, 5001, 5002, 5003, usually its 5002 or 5001; I would make a .bat that does both and then close the one that doesn't work.
You mean line 254 in the unedited code. Just gonna say it so people won't get confused. If you have edited the code then search for this code:
await sio.connect(f"wss://skribbl.io:{SETTINGS['port']}/")
and replace it with:
await sio.connect(f"wss://skribbl.io:{SETTINGS['port']}/{SETTINGS['join']}")
Make sure indentation is correct.
This no longer works...
The join parameter doesn't work, meaning I can't join private games.