Closed MightyPork closed 2 years ago
easy fix, cast to int
def _set_max_progress_bar(self):
"""Set the maximum value of the progress bar."""
self._audio_progress.setMaximum(
int(mixer.Sound(self._audio_file).get_length() * 1000)
)
happens on Manjaro as well, same fix worked
Fixed in #34
artemis3 installed from AUR on arch linux. Artemis crashes when I click play in the audio widget in the right sidebar.