You are not logged in.
Hey, is anyone else having issues with Discord's webrtc stream being silent after the latest update? I've checked Flatpak, canary (AUR) and pacman packages, all are broken. A friend of mine was having this same issue not long ago with the canary build, hoping it didn't get pushed to the stable client.
Offline
Yes, I've started having this problem too. Notifications and interactions sound correct, but I don't receive voice chat audio even though others can hear me and I can hear everything else on my system.
Last edited by jhigginbotham64 (2025-04-14 23:44:26)
Offline
I had the very same issue and the easiest way around it i found was to roll back to discord-0.0.89-1-x86_64 and everything seems to be working just fine again
Offline
Same here, it started this evening after restarting, one hour ago. Have been trying to see if I could fix it but looks like it's just a bug...
My issues are the same as the previous comment.
Offline
so all of you facing issues and not one of you put in a bug report?
Offline
Would be my first time reporting a bug for something like this, honestly with all the sanity checks out of the way I was half-ready to just wait for another update. Where would I need to put it? Probably to the Arch package rather than Discord support or something?
Last edited by jhigginbotham64 (2025-04-15 01:25:34)
Offline
Account registration is by email, apparently. Just sent one off, will report the bug once I hear back.
Offline
Yes, I've started having this problem too. Notifications and interactions sound correct, but I don't receive voice chat audio even though others can hear me and I can hear everything else on my system.
Same problem here. any workaround? expect using the web client.
Offline
What worked for me was downloading downgrade from the AUR.
yay -S downgrade
and then downgrade discord to version 0.0.89
sudo downgrade discord
Offline
What worked for me was downloading downgrade from the AUR.
yay -S downgrade
and then downgrade discord to version 0.0.89
sudo downgrade discord
Thanks, I used 0.0.88, I didn't have 0.0.89 available, and that fixed the issue
Offline
We have now downgraded the discord package in the official repos as per upstreams announcement: https://gitlab.archlinux.org/archlinux/ … 1cf2e9b451
Offline
I switched to webcord package, until its fixed.
Offline
It already is fixed in the repos as per my comment above
Offline
Hi,
I'm facing a general problem (a weird one!) with pacman regarding this rollback. Pacman insists on istalling 0.0.90-1. This is despite:
- Removing discord packages (including 0.0.90) from my cache dir
- Issuing pacman -Syyu (not sure it should help, but I assumed it would "repair" the db?).
Still, for some reason pacman is installing and re-downloading 0.0.90. I know I can use "downgrade" from AUR, but what would be the proper fix?
$ LANG=C sudo pacman -Suy discord
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (1) discord-0.0.90-1
Total Download Size: 73.87 MiB
Total Installed Size: 251.86 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
discord-0.0.90-1-x86_64 73.9 MiB 12.3 MiB/s 00:06 [---------------------------------------------------------------------------------------] 100%
(1/1) checking keys in keyring [---------------------------------------------------------------------------------------] 100%
(1/1) checking package integrity [---------------------------------------------------------------------------------------] 100%
(1/1) loading package files [---------------------------------------------------------------------------------------] 100%
(1/1) checking for file conflicts [---------------------------------------------------------------------------------------] 100%
(1/1) checking available disk space [---------------------------------------------------------------------------------------] 100%
:: Processing package changes...
(1/1) installing discord [---------------------------------------------------------------------------------------] 100%
Optional dependencies for discord
libpulse: PulseAudio support [installed]
libappindicator-gtk3: Systray indicator support
xdg-utils: For opening URLs and files [installed]
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Removing unnecessary cached files (keeping the latest two)…
==> no candidate packages found for pruning
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
Offline
I think you just need to switch your mirror to one that has the new version:
$ pacman -Si discord
Repository : extra
Name : discord
Version : 1:0.0.89-1
The package has been downgraded with an epoch (the "1" in the beginning)
Offline
@Wild Penguin, you need to refresh your mirrors
Offline
Yes, I have my mirrors up-to-date. It could have been some mirror I've been using was not up-to-date, but even downgrade found this "newer" package 0.0.89-1. I needed to install it manually. Seems like pacman only looked at the version number for some reason?
EDIT: FWIW this is the package I needed to "downgrade" to with the AUR script:
❯ LANG=C pacman -Qi discord
Name : discord
Version : 1:0.0.89-1
Description : All-in-one voice and text chat for gamers
Architecture : x86_64
URL : https://discord.com
Licenses : custom
Groups : None
Provides : None
Depends On : libnotify libxss nspr nss gtk3
Optional Deps : libpulse: PulseAudio support [installed]
libappindicator-gtk3: Systray indicator support [installed]
xdg-utils: For opening URLs and files [installed]
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 251.85 MiB
Packager : Robin Candau <antiz@archlinux.org>
Build Date : Tue Apr 15 09:38:09 2025
Install Date : Tue Apr 15 17:59:12 2025
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
(see the build date)
So it seems it was not a mirror issue, but for some reason pacman is misbehaving?
Last edited by Wild Penguin (2025-04-15 21:45:43)
Offline