Demoutrei Korasaki
Demoutrei Korasaki
as far as i understood how it behaved, based from your video, you are pasting a long text of what seems to be a [ contained ] data of the...
but hen again, as you said, it is pasted as a string. it's unlikely for Discord to just convert the chatbox type to slash command prompt just because they chatbox...
hello. i'm receiving a same / similar issue, occuring with ` ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2406) `. This has just started reoccuring recently. i'm doing this in...
Unfortunately I've got two exceptions now : ` ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2406) `, and ` websocket._exceptions.WebSocketConnectionClosedException: socket is already closed. ` ( I've not changed any...
I've recently pushed the non-working code to my [democord]() repo. The pyscript in question is [` democord/ws.py `](https://github.com/almostDemoPy/democord/blob/main/democord/ws.py). Lines [` 60 `](https://github.com/almostDemoPy/democord/blob/4926b711605db6cc6c6394b7454263eb23fc7dd7/democord/ws.py#L60) and [` 100 `](https://github.com/almostDemoPy/democord/blob/4926b711605db6cc6c6394b7454263eb23fc7dd7/democord/ws.py#L100) will tell you what...
I passed ` rel ` to the ` dispatcher ` parameter of ` run_forever() ` method ( just now, for that correction ; that's the only change I did as...
Ah, calling ` rel.dispatch() `, the payloads are being received then. Though the ` READY ` event is received after the 2nd ` Heartbeat ` ( since the ` Hello...
#983 fixed it yes, thank you !