Skip to content

Instantly share code, notes, and snippets.

@cullenparrish
Created May 18, 2020 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cullenparrish/deed551c2a560121fcdc379f7c609f9c to your computer and use it in GitHub Desktop.
Save cullenparrish/deed551c2a560121fcdc379f7c609f9c to your computer and use it in GitHub Desktop.
mpc spotify no such directory
pi@raspberrypi:/etc/mopidy $ sudo mopidyctl config
Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy
INFO [MainThread] mopidy.__main__ Starting Mopidy 3.0.2
INFO [MainThread] mopidy.config Loading config from builtin defaults
INFO [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy.conf
INFO [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopidy.conf
INFO [MainThread] mopidy.config Loading config from command line options
INFO [MainThread] mopidy.__main__ Enabled extensions: softwaremixer, stream, mopify, spotify, file, http, mpd, m3u
INFO [MainThread] mopidy.__main__ Disabled extensions: none
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false
[logging]
verbosity = 1
format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
color = false
config_file =
[audio]
mixer = software
mixer_volume =
output = autoaudiosink
buffer_time =
[proxy]
scheme =
hostname =
port =
username =
password =
[mopify]
enabled = true
debug = false
[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
[http]
enabled = true
hostname = 0.0.0.0
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy
[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir =
[softwaremixer]
enabled = true
[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000
[spotify]
enabled = true
username = 1252066205
password = ********
client_id = d6a49d45-eb8f-4936-8726-478342d1e0a5
client_secret = ********
bitrate = 160
volume_normalization = true
private_session = false
timeout = 10
allow_cache = true
allow_network = true
allow_playlists = true
search_album_count = 20
search_artist_count = 10
search_track_count = 50
toplist_countries =
[mpd]
enabled = true
hostname = 0.0.0.0
port = 6681
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u
pi@raspberrypi:/etc/mopidy $ sudo mopidyctl deps
Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf deps" as user mopidy
INFO [MainThread] mopidy.__main__ Starting Mopidy 3.0.2
INFO [MainThread] mopidy.config Loading config from builtin defaults
INFO [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy.conf
INFO [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopidy.conf
INFO [MainThread] mopidy.config Loading config from command line options
INFO [MainThread] mopidy.__main__ Enabled extensions: file, spotify, mpd, http, m3u, softwaremixer, stream, mopify
INFO [MainThread] mopidy.__main__ Disabled extensions: none
Executable: /usr/bin/mopidy
Platform: Linux-4.19.97-v7l+-armv7l-with-debian-10.4
Python: CPython 3.7.3 from /usr/lib/python3.7
Mopidy: 3.0.2 from /usr/lib/python3/dist-packages
Mopidy-Spotify: 4.0.1 from /usr/lib/python3/dist-packages
Mopidy-Mopify: 1.7.3 from /usr/local/lib/python3.7/dist-packages
setuptools: 40.8.0 from /usr/lib/python3/dist-packages
ConfigObj: 5.0.6 from /usr/local/lib/python3.7/dist-packages
six: 1.12.0 from /usr/lib/python3/dist-packages
Mopidy: 3.0.2 from /usr/lib/python3/dist-packages
Mopidy-MPD: 3.0.0 from /usr/lib/python3/dist-packages
GStreamer: 1.14.4.0 from /usr/lib/python3/dist-packages/gi
Detailed information:
Python wrapper: python-gi 3.30.4
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
alsasink
osssink
oss4sink
pulsesink
id3demux
id3v2mux
lamemp3enc
mpegaudioparse
mpg123audiodec
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
flump3dec
mad
pi@raspberrypi:/etc/mopidy $ sudo journalctl -u mopidy
-- Logs begin at Mon 2020-05-18 10:03:11 EDT, end at Mon 2020-05-18 10:14:17 EDT. --
May 18 10:03:27 raspberrypi systemd[1]: Starting Mopidy music server...
May 18 10:03:27 raspberrypi systemd[1]: Started Mopidy music server.
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.__main__ Starting Mopidy 3.0.2
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: mopify = mopidy_mopify:MopifyExtension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-Mopify 1.7.3
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: file = mopidy.file:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-File 3.0.2
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: http = mopidy.http:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-HTTP 3.0.2
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: m3u = mopidy.m3u:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-M3U 3.0.2
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: softwaremixer = mopidy.softwaremixer:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-SoftwareMixer 3.0.2
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: stream = mopidy.stream:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-Stream 3.0.2
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: spotify = mopidy_spotify:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-Spotify 4.0.1
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loading entry point: mpd = mopidy_mpd:Extension
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-MPD 3.0.0
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Discovered extensions: mopify, file, http, m3u, softwaremixer, stream, spotify, mpd
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.config.keyring Fetching passwords from your keyring failed. Any passwords stored in the keyring wi
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.config Loading config from builtin defaults
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy.conf
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopidy.conf
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.config Loading config from command line options
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: mopify
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: file
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: http
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: m3u
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: softwaremixer
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: stream
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: spotify
May 18 10:03:31 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.ext Validating extension: mpd
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.__main__ Enabled extensions: m3u, stream, mpd, http, file, mopify, spotify, softwaremixer
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopidy.__main__ Disabled extensions: none
May 18 10:03:31 raspberrypi mopidy[551]: INFO [MainThread] mopify Setup Mopify
May 18 10:03:32 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.commands Available Mopidy mixers: SoftwareMixer
May 18 10:03:32 raspberrypi mopidy[551]: INFO [MainThread] mopidy.commands Starting Mopidy mixer: SoftwareMixer
May 18 10:03:32 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.commands Mixer volume left unchanged
May 18 10:03:32 raspberrypi mopidy[551]: INFO [MainThread] mopidy.commands Starting Mopidy audio
May 18 10:03:32 raspberrypi mopidy[551]: INFO [MainThread] mopidy.commands Starting Mopidy backends: FileBackend, M3UBackend, StreamBackend, SpotifyBackend
May 18 10:03:32 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.file.library Failed expanding path ($XDG_MUSIC_DIR) from file/media_dirs config value.
May 18 10:03:32 raspberrypi mopidy[551]: INFO [Audio-2] mopidy.audio.actor Audio output set to "autoaudiosink"
May 18 10:03:32 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.web Fetching OAuth token from https://auth.mopidy.com/spotify/token
May 18 10:03:33 raspberrypi mopidy[551]: INFO [SpotifyEventLoop] spotify.session Spotify logged in
May 18 10:03:33 raspberrypi mopidy[551]: INFO [SpotifyEventLoop] mopidy_spotify.backend Logged in to Spotify in online mode
May 18 10:03:33 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.web Token expires in 3600 seconds.
May 18 10:03:33 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.web Token scopes: playlist-read-private playlist-read-collaborative streaming user-l
May 18 10:03:33 raspberrypi mopidy[551]: INFO [SpotifyBackend-6] mopidy_spotify.web Logged into Spotify Web API as 1252066205
May 18 10:03:34 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:2p3gbYDyMFF6wnrTSkC2lB'"
May 18 10:03:34 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:7jTKXVTezaX0h1zQOviLrS'"
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1aAlZBIlXzNVXuqaeq2zYz' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0nM34mZsTWllbrC2NzEsB0' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7CPQtX37cGfY9mhmdwy9EK' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3ZXDC6HcVwsDlbHNS7GAn2' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0cScxTei53bN3kXqF9OygW' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4GdSf6iuYVyWtJlYuu11QE' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7rqYOdsXeP41Ub9u3oSIPh' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0ZgPQzwDZ8TK2kbEfTrepf' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3ADNwj6RyVwiqNXB6ZHF8M' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3om92ljfVXZMYIib0x2IyI' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2ZMEKjwdx5UxydcwbaGykB' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1YxpZoI0aBqX02FZjspiok' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0Mmy3PCBcajunPYSFTA6v7' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2G1UYLQNpsbwdZ44CF3ACj' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:2EVj7U5s3uCaRzMOuznYdB'"
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2UYhDGv6G9Ak0mZ94j4mRW' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7Bv6y4al44svgqTtEMx6Aa' is not playable
May 18 10:03:35 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZF1DX37cXruBmbRS'"
May 18 10:03:36 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZF1DWT7XSlwvR1ar'"
May 18 10:03:36 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:42s8GpEgsRWSlPskgV9RgY'"
May 18 10:03:36 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZF1DWWqNV5cS50j6'"
May 18 10:03:36 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZF1DX5hR0J49CmXC'"
May 18 10:03:37 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:2dRP6fzomAtV0xZ8RQsmtJ'"
May 18 10:03:37 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZF1Ej9iix1o5uRc1'"
May 18 10:03:37 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4Lt4Ljc1acUJBbx8O6FIdV' is not playable
May 18 10:03:37 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0eglTHSxppCbnUnAjxokCm' is not playable
May 18 10:03:37 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:3BZnNSGsj1kmhQkS4HFyGr'"
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:75ebMLhQSyfqjYFdAo6J9B' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0yhgrFD0ADS1nIsSXGaEwO' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3Ws1EmeiP9gm4V0d6SZ0hX' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1ZHplt6DrTCcFxrj5gfwjq' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2oOPiBOFJYlf0YhBTb6iq8' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6ucyu5dg30Q0sPEbX5Tg5F' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5PEZJMU4xfiSNwT26JhHnL' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7tBecZurv0I0nYGcQW3LOi' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1SosAv0g6mpkLr2pKEwt5f' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0iYcQovcjaxbWEhDDNsPta' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4nwufyObFgFt076fZRRLyM' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2hUZvnJEfXYeL0azb9a1l9' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0vicTyq4T60S0WZ4eQ7tnU' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:729pH0lvhepYWl4B8Egf9h' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3zdYQfBc1E31MzArSU3NtY' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5VYFtwITgF0bC7I9Xvam7S' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:06lJpV6B6svIwXKho7pFau' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7mSbcN8iuFu78vEuuPVtCJ' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3wmByPHsdq7Ugzxn4fQ0KZ' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:473g2kuuylVSgNy7vPWB9G' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:22TZDc50UxddcIDB8ypWlu' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:43FN5reyO6f2kpB3a1dUoD' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5YafbgQXVvjRFxfXVYWctN' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:72Bf1YcxvSFPgnpp26vgVX' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5leSqMyWsWG8YDLZzN9N4U' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1fT0OED0UrLu5t4Mksixyq' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7uI4q3PLYrbdssjrG3OSnh' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7FAAQuwMIUnLhPl4xiDfKg' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5s9CXADpm14MhS9r7RFV2d' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3hme49jDsEkS1h8Yr5pvYt' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6qSUbzfypviEEiUB1NbPWK' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0QDHria4JEpuYiYRgHv8yM' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3qDDIqqDMxlWGyOlB5Yynm' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5xFFlRXIz2XP6GbbCruZWJ' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:43F2JJ01dpW4Co4kC10IbE' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:05X6INVJe5OgzZTGWnWJxh' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:03nQRttlaN7Nkktu2r8AB4' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6ElFKLBtomu612Nwq9Ym8a' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6X2GvbJ3aBRGGmRuItg8YS' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2i1K7QBK9DZEv1MbGrHqs2' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3Gs8jryaiMywGpvPS5Vg9f' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0XVFzjoNh3DE1ErCYYKlzm' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7tTHMy4AOVzIpciQjxO5qH' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2arWe58ih4M08SKINPGI5w' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4Ov3gS0k9ERMmu9JBWPWDg' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2FdVEcnOiq4e8tJ5TLUAYE' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6ym6mAMFXjPJgsrGG3DHLN' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2R3w4x8AQcHyWKUV2dhtfI' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5TUiOtpghTJlyzTRHUmprd' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:07jKCfRXKWlyKRnVruxEzx' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5YmJAwr5P3llXs9eUhHVUr' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3BXcor5kECIyoqrXnXghRH' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6Da8zj98RC9IQt709szwqT' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4As3SQQaG1XUatUaxcTBEJ' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6v2qE9QQiHM8K525Fook7k' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0a79mJSOATCxag9Sw5unci' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:53vh5YInnMSXJN7tPPLOvS' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:35CKLVfpUpCzlUlumfKlCV' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7mNUR0RjSzzIgWAyqFsATJ' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2RHCFenVeWmHwHMgCqNIpW' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5FjG3dqG5yRxqnwJISgt3V' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1B5TOrZcq92VBIDbxbXJx4' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5XTAISr3PwT2TPVtd12xeP' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:66oLnHEpqE4M2GlZecFg00' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1k61EgtCONtaxxjn1KIhPV' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4uSUYxBpoDIySgLMFFL8Xz' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0YIO6uYkvrgGALEvqIeYLX' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6fAacHEFkxGoTrGLxMOH7N' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3gSNSRG98h6SYcuU32b3W5' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7B6vhUXl3TNlDsO1c5ndXf' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6XoFRa5I0LcZkZyPLXc69V' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6LgCmZFb01xXBoEiGNF5Qy' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2th6rAetvv1jLfsrzRg9Wp' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4LaEnoDqtwOf0L3kXluRRA' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6rF2hfzJI9CpplmsQ0xn4k' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5fQnXTuV9iS4Pr3jqSQvR0' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:53AAhQpmApAsCNOpg8zRkH' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3nJAOYrmk7vN50GvMIwi74' is not playable
May 18 10:03:42 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0vpX9s5corTWOhcneQKzox' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:45ow2MDVORk2rdw6JGe4CK' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:584g3BQB4xFVZ4VhlCmhKU' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3GrvDrmax5izjfgtAWTTro' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1UzAiOBCtdseXbEnFXsVoV' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5JsRZfYpimHAbqJ82MRaN5' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3NGHyewsWcfywhAjf3ah2U' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2ZhKhqyXuFlhGsfJcIzPUM' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4GfTTYW5bcWGJegOxnQ45q' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7j9W1WL0D8FxBIcKKnDXMo' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3wBPl76RY1dy2CHMt3uAo5' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:497wOF8o0vH6Ggr8kB0vAI' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2ZkskSpHkIfwNNmbycbE9Q' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0wIJIsMqjHi7g3USMvpyz6' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0vFhzU0cXTswwtnzBEDxpQ' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3anMlCnqTU7tw1VrAUFoOl' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2ws5nC1TsFMBgfJ9mL8IHh' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6T8DOwTK9VTcK5Wmkt11AT' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7eyLpI39Kc1q98WyhkTxpX' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2q4oTfaf1a1wpVHJ6zTsNQ' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:32lAjO7u4y9ZUkxjZVxodQ' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1Yk0ltETiFE1NdSPOOkVyo' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3n5hYt3qIrDbAJ1FYg4Vvt' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5zJbOnQK8HelVK9RFapvk6' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3idxclOp00mQbG9Gl6uIKS' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6QPmSqnVZXzhnuPl7nL7CH' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0eQmukbA0Wngm6YryQkYpC' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1EIYQF87W9a1y1rEcZl2Un' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7f0AjTVZDPrgiHz2SEFUKY' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6AIAPseRqMelGkqB52pcxE' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3K2ZsBr3Ex3QLXGIOxXYlc' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0WHCTzRtH3esNh1yfvn2Ir' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2nrqnrWrDSvgGDX1TAudOj' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3Dc21wn6inAKKYJsVhVCCg' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3HDRm9GgOG9X6CkSHbKpDi' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4Q7yNJh7AcbtuQImOoxpMI' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5vlgSuAX2hVXhCV1VJhy5W' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:46wkO81g8Tm2pdRTYIbBGL' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7y3Qc82rJ4UhJJlS6RC0y6' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:63skgeJhciLO5SEnTlZ6tr' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:44t3FkBuDSS7iBxbuTSfBl' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:07fogrp4uW1xJsOw5EHPNP' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:32DZeH6MGzVxzxDs9Qxy4e' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0aOk830vI9TmgWdGhR3jNl' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:28sNSIa0fLxeAS9tIkSEga' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6eWIhoP98jLAChrVDq5hGa' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3uCbFp67vSsy3ZLbf1HMbZ' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0clOuEEJ8LsSY9g21bBa6w' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6GvPMsTnwaVmByEDbc1sYX' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5wcjfzPXEoeEXe5Tc2Ro0W' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:63javGGm8aWKbkbhW9oJqs' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0Fqy1nGok77f4CXyFIgxK8' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6uxLKp6z6Ala4peb983S73' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6GGhuwT7FFPxsl6vA3e2Eh' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4gdERnVm7Gx5lzb4jc2XJk' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7dGO5Lh87YnW21i41i0IiZ' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2keU08KGZqCJLO2NWZIJlZ' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1sKHyeDyt0JwjOS8SUx04r' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:54cNTO0uyijKYMaw1wbu83' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2B1Njk8RYQph8f5CjEhen8' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7G4rpvMLXxYq3KsXfvcvCm' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6zsDhyxAlxc0EHV2U9zDSM' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0VjOuPBZI31wGdZ0pFqCVu' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:45WHl1onfmzgKdCTxDPWy4' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2CGPSusVpF5RfjVKcW0uPS' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6IIYFLcX2lA1kH6JpkZnsd' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:21mLJtOw6IXotadjh2JdOD' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:795jpCFH41VzjvY5ATgCXr' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1rQIixarFDO0wYDo0AH0oF' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7h3RJ53jmJdbe4ykFbF5p4' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2sEb4h6wHVQLlVSKQZIH9s' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7vzss8W4iIOuae4sDssrKz' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3MXRqkEjyYD25zH9FP8RBC' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4NYRYHfDpnpwWWggcbcHoY' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:173BMwzBIfi0vdHv2C1s6B' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0h0rEe5LtfbTtJmnWchMwI' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3tdIkDurBnlgyihcmMWJQd' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2IbuMjwt7GfP9V5EpmjTwC' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5HPssX7gwV3zOtlUy2Vnft' is not playable
May 18 10:03:43 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4X1mBsf9A3eA6JujTYi75Z' is not playable
May 18 10:03:44 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:6z1NNvkYLaCaGs7iPn8JC4'"
May 18 10:03:44 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:7lHP1LelIRdYRx7l0DA2sD'"
May 18 10:03:57 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4bZ4JLtDmIErL4vn5rSShb' is not playable
May 18 10:03:57 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2fjRInUmwqLhgvW9hQtbo6' is not playable
May 18 10:03:57 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3HQ9Dzqm9bYGAs4xVjcbYj' is not playable
May 18 10:03:57 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2n2ikq6Y21aFrootCsdsf3' is not playable
May 18 10:03:57 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:0ZGlgjdnEiVHh2T3CLE4p7'"
May 18 10:03:57 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZF1DX26DKvjp0s9M'"
May 18 10:03:58 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZEVXbLRQDuF5jeBp'"
May 18 10:03:58 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:1uj6qCYEiNGjT4piHm5SRW'"
May 18 10:03:58 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:4S62CQD9FviXfP6mmgODLM'"
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6U8TcYGLSinKxjtfPcCPrh' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2KTDECCXQYjGftNlpsCkya' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0BnV4gjwko78LLi3UAfTSe' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6EJKGqpS8xNxDnq70e05t8' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6UDoiDnsyy3RNqdfApO9YV' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:66eq3kGNTh1koPiMIXfqpl' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:65iZXAPQZgsrqFkU6UG5pT' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3z9KXPqsx9MNiZrmwA9NYg' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:77QOKEUjFVASGlW2vUJOEI' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1RsXn0HjQZhEnldlsK4xkE' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3yiW7TcldsWJk07UH2uT9T' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2ltf0cBhxdg6WI7aC2Bo6k' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:6z3ZL9iqPBGiPxJJYHv5UF'"
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:03JuvJ7EzSdsDrkOoz3Vvd' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:11ESYBYIiBt1Z2MKwfW9Bv' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7zgPrK5yAI114MNVJDbj9g' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3QOV22E4iMVKh39WEtAFQ8' is not playable
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:37i9dQZEVXcV2mFlpN1M9z'"
May 18 10:03:59 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:3iWywPXwTZYDIyzbWv4rGo'"
May 18 10:04:00 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:5C3JL8mQBT1qzbWuD97SYJ'"
May 18 10:04:00 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:4ttbU4ynWt5o4E52SZ64VP'"
May 18 10:04:00 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0YF8nmOpGYqzgCEkKNJp6m' is not playable
May 18 10:04:00 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3SdOP61TT2l8YQpSaUtsWR' is not playable
May 18 10:04:00 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:45BxcyBB58eMsKpXMEOMTo'"
May 18 10:04:01 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:6WP7Dp3fjplvyrqq84h7aK' is not playable
May 18 10:04:01 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:31EgF3Ir3sNZ6faiJHl8Pe' is not playable
May 18 10:04:01 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:5oXynZkwBxPyCOqfiF30jl'"
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:local:Rob+Swift:The+Ablist:Dope+on+Plastic:130' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:local:Rob+Swift:The+Ablist:All+That+Scratching+Is+Making+Me+Rich
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:local:Dadeabass:Dadeabass:All+Radio+Is+Dead:324' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:local:Dadeabass:Dadeabass:Sunshine+State+of+FL:185' is not playa
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:local:Dadeabass:Dadeabass:Bass+Mechanic:311' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:local:Funky+Fresh+Few:Stealing:Stealing:93' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:12PyXG4OLCq9EYsTz2NuW9' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:2JhOzkFn0Qk9JZEnjOb4eO' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:7teFYh4kPXxANGHebNiec7' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5d6FkmLVHQPEbQImBGNz9g' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:24R3aswAMGxhFV7VQrkciV'"
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5zkaK6qVRrMS1LMCFHMXvh' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:61VO6WnWunLINPQIHtzKuE' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1smcTA0tK9hBy9t4KXyLg3' is not playable
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:3Tk4ZhBWVlTH76wuTxGspc'"
May 18 10:04:02 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:5EVTgx3hTzryELGAlN0PzK'"
May 18 10:04:03 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:5pAxTqGgTQIDLM0uWZFQjK'"
May 18 10:04:03 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:5PqgscPVeVbeYwZFMJYtZs'"
May 18 10:04:03 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:4IstAT7Gt9c8t9TqtugI5C'"
May 18 10:04:03 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:7aVLO9iakE6jE3eBqvNQhq'"
May 18 10:04:03 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:2wYbBLepsDCMVEFN5FP8TF'"
May 18 10:04:03 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:3oUuhnkoXICnNbGWwaRuOv'"
May 18 10:04:04 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:61a4xiZiJ3GUxZh7EwnK65'"
May 18 10:04:05 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:2ekL2xBQ5gPZl4o6Fx102Y'"
May 18 10:04:05 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3zCF1YDoADR0ECnFaT7ZZ6' is not playable
May 18 10:04:05 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:6dbr2whFgbvUYVYgZWFKdJ'"
May 18 10:04:06 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:0lq8Wamp0IFDTCwhT5ljMF' is not playable
May 18 10:04:06 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4rMhnUBc5KjVa8oaj2mynQ' is not playable
May 18 10:04:06 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:60xv8q0AzheLJNfl5S5QaJ'"
May 18 10:04:06 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1wCFZqnVfnfvvCwSf0V8uA' is not playable
May 18 10:04:06 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:1fvWIdqwaILUBWabJL9fm5'"
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:5gRo2fa6Sf8Gl2tpjb5aqV'"
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.playlists Fetching Spotify playlist "'spotify:playlist:6RUcqhPzyWRe28gnBInhGo'"
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3i4oKJRERQiwe6EAbMl0RE' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:3HYZlUMdQI1eqsfVHBQtMu' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:03EwfRFebT4jbVR42sNYX7' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5m70UDWyOWGtpsuhpB2VSa' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:4uJe5kAeYRsoLSQgb1jNVg' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:5grUI7jxy7HPHmtoVLRsRh' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:1aW3Q8svGhne1aj0r3MrU3' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.translator 'spotify:track:47qcYp40fEqSmCShXekndC' is not playable
May 18 10:04:07 raspberrypi mopidy[551]: INFO [SpotifyBackend-6] mopidy_spotify.playlists Refreshed 41 Spotify playlists
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [SpotifyBackend-6] mopidy_spotify.utils playlists.refresh() took 33950ms
May 18 10:04:07 raspberrypi mopidy[551]: INFO [MainThread] mopidy.commands Starting Mopidy core
May 18 10:04:07 raspberrypi mopidy[551]: INFO [MainThread] mopidy.commands Starting Mopidy frontends: QueueManagerFrontend, HttpFrontend, MpdFrontend
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [MainThread] mopidy.http.actor Starting HTTP server
May 18 10:04:07 raspberrypi mopidy[551]: INFO [HttpFrontend-12] mopidy.http.actor HTTP server running at [::ffff:0.0.0.0]:6680
May 18 10:04:07 raspberrypi mopidy[551]: INFO [MainThread] mopidy_mpd.actor MPD server running at [::ffff:0.0.0.0]:6681
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.actor Loaded HTTP extension: mopify
May 18 10:04:07 raspberrypi mopidy[551]: INFO [MainThread] mopidy.commands Starting GLib mainloop
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.actor Loaded HTTP extension: mopidy
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.actor Default webclient is mopidy
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.actor HTTP routes from extensions:
May 18 10:04:07 raspberrypi mopidy[551]: '/mopify': <class 'mopidy.http.handlers.AddSlashHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopify/sync/(.*)': <class 'mopidy_mopify.services.sync.sync.RootRequestHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopify/queuemanager/(.*)': <class 'mopidy_mopify.services.queuemanager.requesthandler.RequestHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopify/update': <class 'mopidy_mopify.services.autoupdate.update.UpdateRequestHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopify/(.*)': <class 'tornado.web.StaticFileHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopidy': <class 'mopidy.http.handlers.AddSlashHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopidy/ws/?': <class 'mopidy.http.handlers.WebSocketHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopidy/rpc': <class 'mopidy.http.handlers.JsonRpcHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopidy/(.+)': <class 'mopidy.http.handlers.StaticFileHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/mopidy/': <class 'mopidy.http.handlers.ClientListHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: '/': <class 'tornado.web.RedirectHandler'>
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [MpdFrontend-13] mopidy.zeroconf Zeroconf service 'Mopidy MPD server on raspberrypi' (_mpd._tcp at []:6681): Published
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [HttpFrontend-12] mopidy.zeroconf Zeroconf service 'Mopidy HTTP server on raspberrypi' (_http._tcp at []:6680): Publis
May 18 10:04:07 raspberrypi mopidy[551]: DEBUG [HttpFrontend-12] mopidy.zeroconf Zeroconf service 'Mopidy HTTP server on raspberrypi' (_mopidy-http._tcp at []:6680):
May 18 10:12:21 raspberrypi mopidy[551]: INFO [HttpServer] tornado.access 101 GET /mopidy/ws (192.168.86.228) 110.86ms
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers New WebSocket connection from 192.168.86.228
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.describe","jsonrpc"
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31412, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31413, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31414, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_state"
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31415, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.mixer.get_volume","
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31416, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_state"
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31417, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.tracklist.get_repea
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31418, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31419, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_state"
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31420, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.library.lookup","pa
May 18 10:12:21 raspberrypi mopidy[551]: INFO [SpotifyBackend-6] mopidy_spotify.lookup Failed to lookup 'spotify:library:songs': Could not parse 'spotify:library:so
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31421, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31422, "result":
May 18 10:12:21 raspberrypi mopidy[551]: INFO [HttpServer] tornado.access 101 GET /mopidy/ws (192.168.86.228) 2.27ms
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers New WebSocket connection from 192.168.86.228
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.describe","jsonrpc"
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8767, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8768, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8769, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_state"
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8770, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.mixer.get_volume","
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8771, "result":
May 18 10:12:21 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_state"
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8772, "result":
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.tracklist.get_repea
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8773, "result":
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8774, "result":
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_state"
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8775, "result":
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31423, "result":
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:22 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31424, "result":
May 18 10:12:23 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:23 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31425, "result":
May 18 10:12:23 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:23 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31426, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8776, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8777, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31427, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31428, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31429, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31430, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31431, "result":
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:24 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 31432, "result":
May 18 10:12:25 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
May 18 10:12:25 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 192.168.86.228: '{"jsonrpc": "2.0", "id": 8778, "result":
May 18 10:12:25 raspberrypi mopidy[551]: DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 192.168.86.228: '{"method":"core.playback.get_curren
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment