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 have a book in m4b (+ .cue file) and while I attempt to play it, I get following error:
2021-05-17 13:35:10,250 appJar:DEBUG [Line 318]: playing REDACTED
2021-05-17 13:35:10,252 appJar:WARNING [Line 173->7525/setImage]: Not updating player_image, REDACTED hasn't changed.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python37\lib\tkinter_init_.py", line 1705, in call
return self.func(*args)
File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python37\lib\site-packages\appJar\appjar.py", line 3783, in
return lambda *args: funcName(param)
File "main.py", line 319, in libraryButton
preparePlayer(library[name])
File "main.py", line 180, in preparePlayer
app.selectListItem('list_queue',audioFiles[0])
IndexError: list index out of range
2021-05-17 13:37:48,242 appJar:DEBUG [Line 426]: editing REDACTED
The text was updated successfully, but these errors were encountered:
Hello,
Please specify formats that your player can read.
I have a book in m4b (+ .cue file) and while I attempt to play it, I get following error:
2021-05-17 13:35:10,250 appJar:DEBUG [Line 318]: playing REDACTED
2021-05-17 13:35:10,252 appJar:WARNING [Line 173->7525/setImage]: Not updating player_image, REDACTED hasn't changed.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python37\lib\tkinter_init_.py", line 1705, in call
return self.func(*args)
File "C:\Users\REDACTED\AppData\Local\Programs\Python\Python37\lib\site-packages\appJar\appjar.py", line 3783, in
return lambda *args: funcName(param)
File "main.py", line 319, in libraryButton
preparePlayer(library[name])
File "main.py", line 180, in preparePlayer
app.selectListItem('list_queue',audioFiles[0])
IndexError: list index out of range
2021-05-17 13:37:48,242 appJar:DEBUG [Line 426]: editing REDACTED
The text was updated successfully, but these errors were encountered: