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
If the library is empty, ssp will crash with something along the lines of:
Traceback (mostrecentcalllast):
File"./player.py", line239, in<module>p.play()
File"./player.py", line156, inplayself.album=self.track.albumid# Set this so we can continue with an album we stumble acrossAttributeError: 'NoneType'objecthasnoattribute'albumid'
Instead of this unhelpfulness, the user should be prompted to run ./update_library.py even though the README does state that it should be run before the player.
The text was updated successfully, but these errors were encountered:
If the library is empty, ssp will crash with something along the lines of:
Instead of this unhelpfulness, the user should be prompted to run
./update_library.py
even though the README does state that it should be run before the player.The text was updated successfully, but these errors were encountered: