Traceback when no album art found #1

Closed
opened 2023-12-27 21:54:57 +00:00 by dustin · 0 comments

This traceback is printed to the console when no album art is found for the CD:

[15:45:32] ERROR    Thread-2 (fetch_album_art) [rupert.ripper] No album art found for star-crossed                                                                                             
Exception in thread Thread-2 (fetch_album_art):
Traceback (most recent call last):
  File "/usr/lib64/python3.10/threading.py", line 1009, in _bootstrap_inner
    self.run()
  File "/usr/lib64/python3.10/threading.py", line 946, in run
    self._target(*self._args, **self._kwargs)
  File "/home/dustin/src/rupert/src/rupert/ripper.py", line 352, in fetch_album_art
    buf = io.BytesIO(data)
UnboundLocalError: local variable 'data' referenced before assignment
This traceback is printed to the console when no album art is found for the CD: ``` [15:45:32] ERROR Thread-2 (fetch_album_art) [rupert.ripper] No album art found for star-crossed Exception in thread Thread-2 (fetch_album_art): Traceback (most recent call last): File "/usr/lib64/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/usr/lib64/python3.10/threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "/home/dustin/src/rupert/src/rupert/ripper.py", line 352, in fetch_album_art buf = io.BytesIO(data) UnboundLocalError: local variable 'data' referenced before assignment ```
dustin added the
bug
label 2023-12-27 23:41:08 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dustin/rupert#1
There is no content yet.