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

Wrong value returned in get_distinct #63

Closed
ananace opened this issue Aug 21, 2015 · 0 comments
Closed

Wrong value returned in get_distinct #63

ananace opened this issue Aug 21, 2015 · 0 comments
Assignees
Labels
C-bug Category: This is a bug

Comments

@ananace
Copy link

ananace commented Aug 21, 2015

I'm getting big blocks of errors from Mopidy as it seems like calls to get_distinct are failing to return proper data, leaving a None value around the middle.

First what I assume to be a get_distinct('artist')

ERROR    SpotifyBackend backend returned bad data: Expected a list of unicode, not set([u'MIKA', u'Toto', ..., None, ..., u'Tears For Fears'])

And another one from what I can only assume is get_distinct('album')

ERROR    SpotifyBackend backend returned bad data: Expected a list of unicode, not set([u'90125', u'Toto', ..., None, ..., u'Happy Together'])
@jodal jodal added the C-bug Category: This is a bug label Aug 21, 2015
@jodal jodal self-assigned this Aug 23, 2015
@jodal jodal closed this as completed in 995e909 Aug 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants