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'
Does not work on some songs Os: Arch Linux Python: 3.11.3