Failed to get sink information: No such entity
I am on the latest manjaro kde with Pulseaudio. I modified the script to install mumble and murmur through pacman. But I am still getting this error, Please help.
I modified the script to install mumble and murmur through pacman.
Fixed setup crashing in 8dc629e due to malformed if statement. (Edit: Updated again, forgot to add ! my bad)
The expected behaviour was to ignore installation on non-apt systems. So you needn't change the setup file now.
But I am still getting this error, Please help.
Can you add an echo "here" on start of get_mumble_sink_input_index(), so that we know where the crash is happening?
I cloned the new script and added the echo statement. I did not modify anything else.

Add pactl list short sinks on start of configure_sink() and send the output. Maybe the name is not the one expected.
Here you go

It's the pactl set-default-source Broo failing...
I will take a look at it.
Fixed. Please update.
Hey, just wanted to confirm: Does it work now at your end?
Nope.

bro actually i forgot to update the script 😅 . But it still showing some error.

hmm
Ok I should have just said this before:
Please add set -x at the top of the script so it shows every command.
omg its working now. Thanks broo 👊
the script ran succesfully as it showed the IP address of the mumble server. But I noticed that there is no input device 'Monitor over number ' in my system. There is just one output device added 'broo'. I just restarted my system and the script is the showing the same error message again. :(

Weird... pactl doesn't list Mumble or any other applications? What does pactl list sink-inputs show?
When you run that, is there any error in /var/run/user/1000/broo/mumble_client.out? Is mumble there in pavucontrol and ps -aux | grep mumble?
Also edited issue msg and should have pointed it out earlier, you are on pulseaudio and not pipewire.
Since you are on an Arch based system, make sure you have checked your modifications and configurations, and that pulseaudio isn't broken.
https://bbs.archlinux.org/viewtopic.php?id=225441
Ping...
Will be closing the issue if no reply in 7 days.