Theiremi
Theiremi
I've tested this branch and it's impressive how easy it is to get a pty linked to uart. After many hours trying to make this link works, I'm surprised to...
I encounter the same problem in my program and made some discoveries by executing the code of @robertsLando with debug flags. Here are the output I got in different scenarios...
Thank you @DasSamsi for your return ! Just tested on my side and cannot reproduce the bug with node V21.6.2
I'm facing the same problem both on my RPi and my computer on Ubuntu 22.10, andafter changing versions of node and reinstalling dependencies, it still doesn't work properly
After doing random sh*t on the code of discordjs/voice it seems to works adding `this.configureNetworking();` on the line 355 of this file : https://github.com/discordjs/discord.js/blob/main/packages/voice/src/VoiceConnection.ts Or on the line ~~1363~~ 1361...
I don't exactly know what I've done but as far as it works it's enough for me 😁 Edit : I can hear a blank in the sound sometimes but...
I suspect the bug to come with an update on my server, but if it's not the cause, that's probably a bug in discord that is not well handled by...
Idk if I understand correctly the code, but it seems that discord.js is expecting a packet from discord api (called server packet in code) and never receive it, so it...
> > After doing random sh*t on the code of discordjs/voice it seems to works adding `this.configureNetworking();` on the line 355 of this file : https://github.com/discordjs/discord.js/blob/main/packages/voice/src/VoiceConnection.ts Or on the line...