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
Hi. Just upgraded from 1.6.1 to the latest git. After that I stumbled upon this:
Traceback (most recent call last):
File "(...)/pymumble-bot/pymumble-bot.py", line 80, in <module>
mumble.sound_output.add_sound(raw_audio)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'add_sound'
Since d37c4c7 it seems to be necessary that set_receive_sound is True, if one want to send audio or use anything from sound_output. This kinda contradicts the name of the variable and the documentation.
The text was updated successfully, but these errors were encountered:
Hi. Just upgraded from 1.6.1 to the latest git. After that I stumbled upon this:
Since d37c4c7 it seems to be necessary that
set_receive_sound
isTrue
, if one want to send audio or use anything fromsound_output
. This kinda contradicts the name of the variable and the documentation.The text was updated successfully, but these errors were encountered: