Skip to content

Instantly share code, notes, and snippets.

@kingosticks
Created November 27, 2019 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingosticks/37f79d70be65265deea63db43e756f12 to your computer and use it in GitHub Desktop.
Save kingosticks/37f79d70be65265deea63db43e756f12 to your computer and use it in GitHub Desktop.
album: Using release-id: 5ad8e964-5d1a-4c10-be08-865ed9809dc2
Exception in thread Thread-43:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/mopidy_pidi/brainz.py", line 56, in async_request_album_art
self.save_album_art(album_art, file_name)
File "/usr/local/lib/python2.7/dist-packages/mopidy_pidi/brainz.py", line 85, in save_album_art
with open(output_file, "wb") as f:
IOError: [Errno 2] No such file or directory: '/var/lib/mopidy/pidi/QmlsbGllIEVpbGlzaF9XSEVOIFdFIEFMTCBGQUxMIEFTTEVFUCwgV0hFUkUgRE8gV0UgR08/.jpg'
@kingosticks
Copy link
Author

and again

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/local/lib/python2.7/dist-packages/mopidy_pidi/brainz.py", line 56, in async_request_album_art
    self.save_album_art(album_art, file_name)
  File "/usr/local/lib/python2.7/dist-packages/mopidy_pidi/brainz.py", line 85, in save_album_art
    with open(output_file, "wb") as f:
IOError: [Errno 2] No such file or directory: '/var/lib/mopidy/pidi/QmlsbGllIEVpbGlzaF9XSEVOIFdFIEFMTCBGQUxMIEFTTEVFUCwgV0hFUkUgRE8gV0UgR08/.jpg'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment