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

Opening some artists crashes MPD client #8

Open
vojtapolasek opened this issue Jan 5, 2017 · 2 comments
Open

Opening some artists crashes MPD client #8

vojtapolasek opened this issue Jan 5, 2017 · 2 comments

Comments

@vojtapolasek
Copy link

Hi,
I really like your plugin, it provides features which are not provided by other mopidy spotify plugin. But I encounter a problem while accessing albums of some artists with GMPC MPD client. For example artist Yiruma. I try to list his albums through Spotify-web -> Your artists -> Yiruma, but GMPC always crashes. I attach the log created by Mopidy. The problem occurs near end before Mopidy is shut down.
mopidy.txt

@lfcabend
Copy link
Owner

lfcabend commented Jan 5, 2017

I see some errors in log from a log statement.
like:

DEBUG 2017-01-05 18:34:55,527 [19637:SpotifyWebBackend-10] mopidy_spotify_web.library
Going to add album Promeny
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/mopidy/internal/log.py", line 176, in emit
self.stream.write(message)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 124: ordinal not in range(128)
Logged from file library.py, line 369

Looks like an UTF-8 encoding issue. Is this what you mean. I can have a look this weekend

@vojtapolasek
Copy link
Author

vojtapolasek commented Jan 5, 2017 via email

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

2 participants