Error browsing folders

Trying to browse through the network folders result in an empty page. The follwing error appear in the log file:

ERROR    Error browsing local:directory:Network: 'ascii' codec can't decode byte 0xc3 in position 39: ordinal not in range(128)

Locales are set to posix. Changing locale results in an error message:

locales is broken or not fully installed

Updating locale results in an error message to:

apt-get install locales
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  locales
0 upgraded, 1 newly installed, 0 to remove and 34 not upgraded.
Need to get 5711 kB of archives.
After this operation, 15.5 MB of additional disk space will be used.
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main locales all 2.13-38+rpi2+deb7u6
  404  Not Found [IP: 5.153.225.207 80]
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/e/eglibc/locales_2.13-38+rpi2+deb7u6_all.deb  404  Not Found [IP: 5.153.225.207 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Thank you very much for any help!!

What versions are we dealing with here? Of musicbox and of Mopidy’s local
extensions (run ‘mopidy deps’). What local backend are you using? Sql?

I think there are similar issues already on here regarding an old version
of local-sql. The fix is to upgrade it but you need to be a bit careful at
the moment due to the very recent release of non-backwards compatible
Mopidy v1.0.

So if upgrading local-sql is the answer, think you’d need to upgrade to
the last version of the extension that didn’t require Mopidy 1.0. I’m not
in a position to look that up right now.

Your local apt cache is outdated, so you need to update it before installing anything. To fix the installation of locales, run sudo apt-get update first, then sudo apt-get install locales.

As for the latest Mopidy-Local-SQLite version that works with Mopidy 0.19.5, which is the version Pi Musicbox comes with, run sudo pip install Mopidy-Local-SQLite==0.9.3.

Dear Jodal,

thank you very much - browsing the folders is working fine now. This was very helpful for me.

Tom

Did you install locales or upgrade Mopidy-Local-SQLite?

I did both and be able to browse the folders now.

Thank you very much once again!

Tom

Many thanks! That was just the right information at the right time!

Me too, I did both and now the folders aren’t empty anymore. However, the names contain question marks instead of umlauts (äöü etc.). Could someone please point me in the right direction on how to fix this?

Erik