-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_images raises ValueError when parsing uri "spotify:directory" #301
Comments
I am getting the same issue:
|
If someone wants to fix this, they can just handle the exception and return an empty response. We don't need to support returning images for arbitrary browse directories, I think this is a weird thing for a client to request. |
It could be analogous to album art? |
I'm talking about virtual directories like the ones in the examples I provided above. What would we return for |
Right, that doesn’t make sense. |
Fixed some time ago at https://github.com/mopidy/mopidy-spotify/blob/main/src/mopidy_spotify/images.py#L46-L47 |
Iris causes this straight away when you go to browse.
And similarly:
The text was updated successfully, but these errors were encountered: