zaida04 / g.js-self

[archive] Library for creating selfbots on Guilded.
MIT License
54 stars 10 forks source link

WS Gateway does send any data #12

Closed zaida04 closed 3 years ago

zaida04 commented 3 years ago

Ever since the Guilded API update that broke the old login system of sending the HMAC_SIGNED_SESSION cookie through the WS, the WS gateway has not been sending any data under opcode 42. At the moment, the lib is only receiving 0 (connection established), 3 (heartbeat), 40 (ready event), & 41 (??).

Screenshot of test log: image

As shown above, things like the ping and connection established are shown. However, things like messages, reactions, pretty much everything you'd get through WS, is just not being sent. I've attempted to do some debugging, and swapping of WS libraries but this is persistent across libs (I tried socket.io as well). This could be a network issue on my end, but I've had one other person report this.

Any help or knowledge on this issue would be much appreciated.