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
I got repeated (every second) exceptions (as below) being thrown and the dialog produced, but I can't reproduce now. It was after the Pulse sound source changed whilst QL was paused for a long time (BT headphones disconnected), not sure if that was the trigger.
Traceback (most recent call last):
File "/home/nick/workspace/quodlibet/quodlibet/quodlibet/ext/events/waveformseekbar.py", line 258, in do_draw
self.draw_waveform(cr, width, height, elapsed_color, fg_color)
File "/home/nick/workspace/quodlibet/quodlibet/quodlibet/ext/events/waveformseekbar.py", line 221, in draw_waveform
cr.line_to(x, ceil(half_height + val))
ValueError: cannot convert float NaN to integer
The text was updated successfully, but these errors were encountered:
I got repeated (every second) exceptions (as below) being thrown and the dialog produced, but I can't reproduce now. It was after the Pulse sound source changed whilst QL was paused for a long time (BT headphones disconnected), not sure if that was the trigger.
The text was updated successfully, but these errors were encountered: