Sync error? after selecting TuneIn station

Rpi3, running Jessie Full image. Mopidy latest version from Install from apt.mopidy.com
Also installed Apache2 server for my MagicMirror software. <- this works OK.

When I start Mopidy - terminal: mopidy

No errors in Terminal screen. Browse to http://192.168.1.100:6680/musicbox_webclient/index.html#nowPlaying after selecting Tunein Radio - station to play. Now Playing screen show Station Graphic and song title. The Time playbar just shows (sync …) {see image}


I tried stopping Apache(sudo /etc/init.d/apache2 stop), stopping and restarting Mopidy - no joy - still stuck at Sync.

New at this. I was using MusicBox 0.6 on Raspberry pi 2 B+ without problems, but no Apache2 server running.

Tried running mopidy -vv from the ~/ dir. No output seen.

Thanks

It’s not exactly an error, it displays ‘sync’ while its trying to synchronise the client timer with the server’s current position. You should see a lot of logging with -vv but if something is failing to play then you should an error message in the normal logging. Does this happen for all tracks or just this particular station?

Just rebooted. On my laptop browsed to http://192.168.1.100:6680/musicbox_webclient/index.html#. Browsed to a different station. It showed Sync - then looked like it was playing Then nothing. went to Browse, selected a different station. Back to Playing - but the first station Logo is still on the screen. When I did a ‘refresh’ Cmd-R, the Browse pane went blank.

Also I’m now getting this message:
pi@MusicBox_Mirror:/usr/share/sounds/alsa $ sudo /etc/init.d/mopidy status
● mopidy.service - Mopidy music server
Loaded: loaded (/lib/systemd/system/mopidy.service; enabled)
Active: active (running) since Thu 2016-06-30 15:06:11 PDT; 34min ago
Main PID: 1560 (mopidy)
CGroup: /system.slice/mopidy.service
├─1560 /usr/bin/python /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
└─1628 /usr/bin/pulseaudio --start --log-target=syslog

Jun 30 15:06:12 MusicBox_Mirror mopidy[1560]: INFO Loaded 0 local tracks using sqlite
Jun 30 15:06:12 MusicBox_Mirror mopidy[1560]: INFO Starting Mopidy core
Jun 30 15:06:12 MusicBox_Mirror mopidy[1560]: INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
Jun 30 15:06:12 MusicBox_Mirror mopidy[1560]: INFO MPD server running at [::ffff:0.0.0.0]:6600
Jun 30 15:06:12 MusicBox_Mirror mopidy[1560]: INFO HTTP server running at [::ffff:0.0.0.0]:6680
Jun 30 15:06:12 MusicBox_Mirror mopidy[1560]: INFO Starting GLib mainloop
Jun 30 15:07:52 MusicBox_Mirror pulseaudio[1628]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unab…Y for X11
Jun 30 15:07:52 MusicBox_Mirror pulseaudio[1628]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to aut…Y for X11
Jun 30 15:07:52 MusicBox_Mirror pulseaudio[1628]: [pulseaudio] bluez4-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.DBus.Error.Unk…n’t exist
Jun 30 15:07:54 MusicBox_Mirror mopidy[1560]: WARNING GStreamer warning: gst-stream-error-quark: No volume control found (3)

I did not expect to see pulseaudio and bluez in the logs. Have you tried specifying the audio to use alsasink? Or is this music mirror setup something more complicated that uses pulseaudio? If so, have you seen the section on pulseaudio in the docs?

I did a purge of mopidy, then sudo agt-get install Mopidy. I get the same
sync message. Can’t change stations either.