tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)

Home Page:http://friture.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something went wrong

LuisAcunaSM opened this issue · comments

Solo transcribo el error que aparece al intentar ejecutar Friture tras actualizarlo en Manjaro:

Error details

2022-03-20, 16:36:04 (Friture 0.48)
Traceback (most recent call last):
  File "/usr/bin/friture", line 10, in 
    main()
  File "/usr/lib/python3.10/site-packages/friture/analyzer.py", line 395, in main
    window = Friture()
  File "/usr/lib/python3.10/site-packages/friture/analyzer.py", line 128, in __init__
    self.level_widget = Levels_Widget(self, self.qml_engine)
  File "/usr/lib/python3.10/site-packages/friture/levels.py", line 69, in __init__
    self.onWidthChanged()
  File "/usr/lib/python3.10/site-packages/friture/levels.py", line 108, in onWidthChanged
    self.quickWidget.setFixedWidth(self.qmlObject.width())
TypeError: setFixedWidth(self, int): argument 1 has unexpected type 'float'

Thanks for the report @LuisAcunaSM. This problem has been fixed in 54c4958.