You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the mopidy file browser ([Files] in ncmpcpp) I get the following error:
ERROR FileBackend backend caused an exception.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mopidy/core/library.py", line 19, in _backend_error_handling
yield
File "/usr/lib/python2.7/dist-packages/mopidy/core/library.py", line 112, in _browse
result = backend.library.browse(uri).get()
File "/usr/lib/python2.7/dist-packages/pykka/threading.py", line 52, in get
compat.reraise(*self._data['exc_info'])
File "/usr/lib/python2.7/dist-packages/pykka/compat.py", line 12, in reraise
exec('raise tp, value, tb')
File "/usr/lib/python2.7/dist-packages/pykka/actor.py", line 201, in _actor_loop
response = self._handle_receive(message)
File "/usr/lib/python2.7/dist-packages/pykka/actor.py", line 295, in _handle_receive
return callee(*message['args'], **message['kwargs'])
File "/usr/lib/python2.7/dist-packages/mopidy/file/library.py", line 53, in browse
if not self._is_in_basedir(os.path.realpath(local_path)):
File "/usr/lib/python2.7/dist-packages/mopidy/file/library.py", line 146, in _is_in_basedir
for media_dir in self._media_dirs)
File "/usr/lib/python2.7/dist-packages/mopidy/file/library.py", line 146, in <genexpr>
for media_dir in self._media_dirs)
File "/usr/lib/python2.7/dist-packages/mopidy/internal/path.py", line
210, in is_path_inside_base_dir
raise ValueError('base_path is not a bytestring')
ValueError: base_path is not a bytestring
From the few issues I could find it I believe it is to do with system file encodings ascii vs unicode? If there is anything I can do to further debug this let me know.
I am on debian running Mopidy 2.2.1
The text was updated successfully, but these errors were encountered:
When I try to use the mopidy file browser (
[Files]
inncmpcpp
) I get the following error:From the few issues I could find it I believe it is to do with system file encodings
ascii
vsunicode
? If there is anything I can do to further debug this let me know.I am on debian running
Mopidy 2.2.1
The text was updated successfully, but these errors were encountered: