-
-
Save meydominic/654d17be7633cee7d3337fb5cde71e44 to your computer and use it in GitHub Desktop.
dominic@dominic-MS-7A32:~$ PULSE_LATENCY_MSEC=90 discord | |
Discord 0.0.10 | |
Starting app. | |
Starting updater. | |
[Modules] Modules initializing | |
[Modules] Distribution: remote | |
[Modules] Host updates: enabled | |
[Modules] Module updates: enabled | |
[Modules] Module install path: /home/dominic/.config/discord/0.0.10/modules | |
[Modules] Module installed file path: /home/dominic/.config/discord/0.0.10/modules/installed.json | |
[Modules] Module download path: /home/dominic/.config/discord/0.0.10/modules/pending | |
[Modules] No updates to install | |
[Modules] Checking for host updates. | |
[Modules] Host is up to date. | |
[Modules] Checking for module updates at https://discordapp.com/api/modules/stable/versions.json | |
[Modules] No module updates available. | |
[Modules] Starting to install discord_krisp... | |
[Modules] Fetching discord_krisp@0 from https://discordapp.com/api/modules/stable/discord_krisp/0 | |
[Modules] Streaming discord_krisp@0 to /home/dominic/.config/discord/0.0.10/modules/pending/discord_krisp-0.zip | |
Error downloading with electron net: HTTP Error: Status Code 403 | |
Falling back to node net library.. | |
(electron) 'isAccessibilitySupportEnabled function' is deprecated and will be removed. Please use 'accessibilitySupportEnabled property' instead. | |
[Modules] Failed fetching module discord_krisp@0: Error: HTTP Error: Status Code 403 | |
[Modules] Finished module downloads. [success: 0] [failure: 1] | |
(electron) 'setBadgeCount function' is deprecated and will be removed. Please use 'badgeCount property' instead. | |
[000:000] [8757] (audio_device_pulse_linux.cc:1855): Can't query latency | |
[000:002] [8752] (audio_send_stream.cc:285): Failed to set up send codec state. | |
[000:032] [8752] (audio_send_stream.cc:285): Failed to set up send codec state. | |
[000:033] [8752] (audio_device_generic.cc:31): BuiltInAECIsAvailable: Not supported on this platform | |
[000:082] [8752] (audio_send_stream.cc:285): Failed to set up send codec state. |
Do you have Java/OpenJDK on your computer installed?
I found this thread (but didn't try it yet) -> https://forums.linuxmint.com/viewtopic.php?t=287489
They describe exact the same problem I have
I also am getting this error.
At the moment I don't have problems any more.
What I did:
- Removing Discord and installed Canary Discord: https://discordapp.com/api/download/canary?platform=linux
- Using voice chats with maxium 64kbps selected
- Set voice recognition to manual
Maybe it works for you
I had the same issue, your @meydominic fix didn't work for me, so I had to find another way of solving it.
It looked like it was an issue with gpu driver (I guess) and related to electron, so.. I installed electron and tried to lauch it exact same thing.
I search for electron fix and I found electron --disable-gpu /path/to/app
, I first tried electron --disable-gpu
it worked.. So I tried /usr/bin/discord --disable-gpu
and it worked.
I changed my Discord.Desktop
and Discord Canary.Desktop
executables, adding --disable-gpu
and it work
Hope that'll do for others.
I'm having the same problem if found a solution please write it down here