Gust4Oliveira / Last.fm-Discord-Rich-Presence

Script that catch your listening status from Last.fm and shares as your discord game activity (Discord Rich Presence)
MIT License
55 stars 8 forks source link

Does not work on some songs #19

Closed dgudim closed 1 year ago

dgudim commented 1 year ago

Does not work on some songs Os: Arch Linux Python: 3.11.3

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/home/kloud/Downloads/Last.fm-Discord-Rich-Presence-master/main.py", line 67, in RPCFunction
    User.now_playing(button_state)
  File "/home/kloud/Downloads/Last.fm-Discord-Rich-Presence-master/Last_fm_api.py", line 40, in now_playing
    artwork = album.get_cover_image()
              ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get_cover_image'