You are not logged in.
I get the following error when opening ffado-mixer:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/ffado/panelmanager.py", line 460, in updatePanels
self.addPanel(idx)
File "/usr/lib/python3.10/site-packages/ffado/panelmanager.py", line 339, in addPanel
mixerwidget.initValues()
File "/usr/lib/python3.10/site-packages/ffado/mixer/maudio_bebob.py", line 590, in initValues
ctl.setValue(state)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Abortado (`core' generado)
Any ideas? Python's fault or libffado's?
Offline
Primarily it's a bug in ffado-mixer they need to fix their code to do an explicit cast in their function since that is what python 3.10 mandates, in order to remove ambiguity.
Last edited by V1del (2022-05-04 17:09:30)
Offline