Search using unicode query strings fails. #129
Comments
I can't reproduce this using the same revision and either |
The develop version of pyspotify is the cause, with the commit jodal/pyspotify@5b5fbab. With this commit, pyspotify now allows for |
Could you add another comment or update the initial paste with the traceback from |
|
So something actually goes wrong someplace inside https://github.com/mopidy/pyspotify/blob/develop/src/session.c#L264 then? |
Not really. What fails is the implicit conversion of I think the fix is to keep the query as unicode (remove
|
@bok The explanation sounds probable. Can you test that removing |
As this only applies to pyspotify's develop, Mopidy won't change this before pyspotify 1.4 is released and we can depend on it. 1.4 is probably a bit into the future, so I'm moving this from Mopidy's v0.6 milestone to the v0.7 milestone. |
example:
search any föö
version: develop 0.6 (a89d89d) with spotify backend.
Backtrace:
The text was updated successfully, but these errors were encountered: