You are not logged in.

#1 2022-05-04 16:55:18

BorOfi
Member
Registered: 2019-11-18
Posts: 3

ffado-mixer (libffado) 2.4.5-1 closes inmediately

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

#2 2022-05-04 16:57:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: ffado-mixer (libffado) 2.4.5-1 closes inmediately

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

Board footer

Powered by FluxBB