Sebastian
Sebastian
@marcpinet Your code was very useful, thank you. I have one question though: if the Sink is writing for all users to different WaveSinks and one of the users leaves...
Also experiencing this
Hi, I am also occasionally seeing this error ``` 2025-11-11 21:35:34,144 - discord.ext.voice_recv.router - packet-router-f5ada3f564b0 - ERROR - Error in loop Traceback (most recent call last): File "/home/ubuntu/discord-chisme-bot/.venv/lib/python3.12/site-packages/discord/ext/voice_recv/router.py", line 98,...
I spotted the problem. Login looks like it's working fine. But the register functionality is not. ```typescript return baseApiService.post(`/auth/register`, registerResponse, { body: parsedRequest.data, }); ``` that in `auth-api.service.ts` is sending...
> [@sebampuero](https://github.com/sebampuero) I tried changing the line you refreenced/submitted a pull request for but no dice for me. Attempting to create an account continues simply return the nonspecific "An unexpected...