You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to connect a bot to mumble but getting pymumble_py3.errors.CodecNotSupportedError: anyone got any ideas why its throwing out this error? its been fine for a while and only started to notice it.
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/dist-packages/pymumble_py3/mumble.py", line 134, in run
self.loop()
File "/usr/local/lib/python3.10/dist-packages/pymumble_py3/mumble.py", line 219, in loop
self.read_control_messages()
File "/usr/local/lib/python3.10/dist-packages/pymumble_py3/mumble.py", line 293, in read_control_messages
self.dispatch_control_message(type, message)
File "/usr/local/lib/python3.10/dist-packages/pymumble_py3/mumble.py", line 435, in dispatch_control_message
self.sound_output.set_default_codec(mess)
File "/usr/local/lib/python3.10/dist-packages/pymumble_py3/soundoutput.py", line 185, in set_default_codec
self.create_encoder()
File "/usr/local/lib/python3.10/dist-packages/pymumble_py3/soundoutput.py", line 197, in create_encoder
raise CodecNotSupportedError('')
pymumble_py3.errors.CodecNotSupportedError:
i ended up posting a issue on main mumble repo by accident and someone did say I can only tell you that we have removed support for the CELT codec in 1.5 as virtually every client in existence should be using Opus by now.
The text was updated successfully, but these errors were encountered:
That is what the server is sending. Since pymumble only support opus, when the server try to send a no opus sound, you will get this error.
Do you have a recent server ? And more important, you maybe have a client (maybe a old one) making the server fallback to CELT.
On the GUI, you can right click on people to see the one making this issue.
trying to connect a bot to mumble but getting
pymumble_py3.errors.CodecNotSupportedError:
anyone got any ideas why its throwing out this error? its been fine for a while and only started to notice it.debug for when a client wont connect
debug for when it connests
full traceback
i ended up posting a issue on main mumble repo by accident and someone did say
I can only tell you that we have removed support for the CELT codec in 1.5 as virtually every client in existence should be using Opus by now.
The text was updated successfully, but these errors were encountered: