No playlists on Mopidy-http

Hi,
I’m running mopidy 18.3 on my raspberry pi but can’t get Mopidy-HTTP working properly (as described at http://mopidy.readthedocs.org/en/v0.18.3/ext/http/). The problem is that the ‘Playlist’ is always empty. This happens on both my windows 7 laptop and also a desktop PC running linux mint.

Everything works OK when using mpdroid on my samsung galaxy phone. Using this I can select and play something from my spotify playlist.
If I then go to the laptop or desktop PC, and look in the ‘Queue’ tab, I can pause, skip and adjust the volume. BUT the ‘Playlists’ in mopidy-http is always empty.

Attached is a listing when I type ‘sudo service mopidy run deps’ and also when I type ‘sudo service mopidy run config’.

Any help gratefully received.

pi@raspberrypi ~ $ sudo service mopidy run deps
Platform: Linux-3.12.21±armv6l-with-debian-7.5
Python: CPython 2.7.3 from /usr/lib/python2.7
Mopidy: 0.18.3 from /usr/share/mopidy
Pykka>=1.1: 1.2.0 from /usr/lib/python2.7/dist-packages
CherryPy>=3.2.2: 3.2.2 from /usr/lib/python2.7/dist-packages
ws4py>=0.2.3: 0.3.4 from /usr/lib/python2.7/dist-packages
Mopidy-Spotify: 1.1.3 from /usr/share/mopidy
Mopidy>=0.18: 0.18.3 from /usr/share/mopidy
Pykka>=1.1: 1.2.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.0 from /usr/lib/python2.7/dist-packages
pyspotify>=1.9,<1.999: 1.11 from /usr/lib/pymodules/python2.7
GStreamer: 0.10.36.0 from /usr/lib/python2.7/dist-packages/gst-0.10/gst
Detailed information:
Python wrapper: gst-python 0.10.22.0
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
alsamixer
alsasink
ossmixer
osssink
oss4mixer
oss4sink
mp3parse
mad
id3demux
id3v2mux
lame
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
pulsemixer
pulsesink

pi@raspberrypi ~ $ sudo service mopidy run config
[logging]
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = /var/log/mopidy/mopidy-debug.log
config_file = /etc/mopidy/logging.conf

[audio]
mixer = software
mixer_track =
mixer_volume = 70
output = autoaudiosink
visualizer =

[proxy]
scheme =
hostname =
port =
username =
password =

[http]
enabled = true
hostname = ::
port = 6680
static_dir = /opt/webclient
zeroconf = Mopidy HTTP server on $hostname

[mpd]
enabled = true
hostname = ::
port = 6600
password =
max_connections = 20
connection_timeout = 3600
zeroconf = Mopidy MPD server on $hostname

[local]
enabled = true
library = json
media_dir = /var/lib/mopidy/media
data_dir = /var/lib/mopidy/local
playlists_dir = /var/lib/mopidy/playlists
scan_timeout = 1000
scan_flush_threshold = 1000
excluded_file_extensions =
.html
.jpeg
.jpg
.log
.nfo
.png
.txt

[stream]
enabled = true
protocols =
file
http
https
mms
rtmp
rtmps
rtsp
timeout = 5000

[spotify]
enabled = true
username = RobertF555
password = ********
bitrate = 320
timeout = 10
cache_dir = /var/cache/mopidy/spotify
settings_dir = /var/lib/mopidy/spotify
toplist_countries =
GB

Is there any particular reason you are running such an old version? You don’t specify which web client you are using, is it also a version from 6+ months ago?

I installed 18.3 as that was the latest version when I got the raspberry pi back in June last year. Should I upgrade to 19.5 ?
The webclient on the laptop is google chrome version 40.0.2214.94.

If you have not already, yes, upgrade.

By webclient I don’t mean web browser. I mean one of the Mopidy webclients, a list of which (for the latest version of Mopidy) can be found at https://docs.mopidy.com/en/latest/ext/web/#ext-web

Upgraded to 0.19.5 ok. Also installed Mopidy-MusicBox-Webclient - that was the bit that I hadn’t done.
All working fine and a BIG thanks to kingosticks for helping me out.