Skip to content
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

Clearing the queue triggers a Application error #201

Closed
kingosticks opened this issue May 10, 2016 · 0 comments
Closed

Clearing the queue triggers a Application error #201

kingosticks opened this issue May 10, 2016 · 0 comments

Comments

@kingosticks
Copy link
Member

kingosticks commented May 10, 2016

When we clear the queue we call resetSong() to clear the current song info by manually populating a fake Mopidy Tltrack object and passing it to setSongInfo(). We then end up trying to get images for the uri ' ' (a space character) which Mopidy doesn't like. Mopidy log available here.

{"message": "Application error", "code": 0, "data": {"message": "Expected a list of URIs, not u\' \'",

This is kind of related to #172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant