Skip to content

Instantly share code, notes, and snippets.

@andersjohansson
Last active March 9, 2016 15:50
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 andersjohansson/3ec8c8ffd8508b3d0f70 to your computer and use it in GitHub Desktop.
Save andersjohansson/3ec8c8ffd8508b3d0f70 to your computer and use it in GitHub Desktop.
Log output from mopidy, slow startup, loading spotify playlists
[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir = $XDG_DATA_DIR/mopidy
max_tracklist_length = 10000
[logging]
color = true
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 = alsamixer
mixer_volume = 95
output = alsasink device=hw:0,0
buffer_time =
[proxy]
scheme =
hostname =
port =
username =
password =
[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
[spotmop]
enabled = true
debug = false
pusherport = 6682
pusherclientmap = [{"ip":"192.168.0.152","name":"James"},{"ip":"192.168.0.139","name":"Dev server"},{"ip":"192.168.0.118","name":"Jeremy"}]
[alsamixer]
enabled = true
card = 0
control = PCM
[mpd]
enabled = true
hostname = 0.0.0.0
port = 6601
password =
max_connections = 20
connection_timeout = 60
zeroconf =
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u
[http]
enabled = true
hostname = 0.0.0.0
port = 6681
static_dir =
zeroconf = Mopidy HTTP server on $hostname
[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000
[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = /home/mopidy/playlists
[softwaremixer]
enabled = true
[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
[local]
enabled = true
library = json
media_dir = /home/mopidy/music
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
[spotify]
enabled = true
username = andersochstina
password = ********
bitrate = 320
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 =
INFO 2016-03-09 15:56:33,894 [32654:MainThread] mopidy.__main__
Starting Mopidy 2.0.0
DEBUG 2016-03-09 15:56:34,902 [32654:MainThread] mopidy.ext
Loading entry point: spotmop = mopidy_spotmop:SpotmopExtension
DEBUG 2016-03-09 15:56:35,491 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-Spotmop 2.6.0
DEBUG 2016-03-09 15:56:35,517 [32654:MainThread] mopidy.ext
Loading entry point: alsamixer = mopidy_alsamixer:Extension
DEBUG 2016-03-09 15:56:35,526 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-ALSAMixer 1.0.3
DEBUG 2016-03-09 15:56:35,567 [32654:MainThread] mopidy.ext
Loading entry point: mpd = mopidy.mpd:Extension
DEBUG 2016-03-09 15:56:35,574 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-MPD 2.0.0
DEBUG 2016-03-09 15:56:35,575 [32654:MainThread] mopidy.ext
Loading entry point: http = mopidy.http:Extension
DEBUG 2016-03-09 15:56:35,598 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-HTTP 2.0.0
DEBUG 2016-03-09 15:56:35,599 [32654:MainThread] mopidy.ext
Loading entry point: stream = mopidy.stream:Extension
DEBUG 2016-03-09 15:56:35,605 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-Stream 2.0.0
DEBUG 2016-03-09 15:56:35,606 [32654:MainThread] mopidy.ext
Loading entry point: m3u = mopidy.m3u:Extension
DEBUG 2016-03-09 15:56:35,612 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-M3U 2.0.0
DEBUG 2016-03-09 15:56:35,613 [32654:MainThread] mopidy.ext
Loading entry point: softwaremixer = mopidy.softwaremixer:Extension
DEBUG 2016-03-09 15:56:35,619 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-SoftwareMixer 2.0.0
DEBUG 2016-03-09 15:56:35,619 [32654:MainThread] mopidy.ext
Loading entry point: file = mopidy.file:Extension
DEBUG 2016-03-09 15:56:35,626 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-File 2.0.0
DEBUG 2016-03-09 15:56:35,627 [32654:MainThread] mopidy.ext
Loading entry point: local = mopidy.local:Extension
DEBUG 2016-03-09 15:56:35,661 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-Local 2.0.0
DEBUG 2016-03-09 15:56:35,683 [32654:MainThread] mopidy.ext
Loading entry point: spotify = mopidy_spotify:Extension
DEBUG 2016-03-09 15:56:35,693 [32654:MainThread] mopidy.ext
Loaded extension: Mopidy-Spotify 3.0.0
DEBUG 2016-03-09 15:56:35,714 [32654:MainThread] mopidy.ext
Discovered extensions: spotmop, alsamixer, mpd, http, stream, m3u, softwaremixer, file, local, spotify
DEBUG 2016-03-09 15:56:35,763 [32654:MainThread] mopidy.config.keyring
Fetching passwords from your keyring failed. Any passwords stored in the keyring will not be available. (dbus not installed)
INFO 2016-03-09 15:56:35,765 [32654:MainThread] mopidy.config
Loading config from builtin defaults
INFO 2016-03-09 15:56:35,828 [32654:MainThread] mopidy.config
Loading config from /etc/mopidy/mopidy.conf
INFO 2016-03-09 15:56:35,870 [32654:MainThread] mopidy.config
Loading config from command line options
DEBUG 2016-03-09 15:56:35,909 [32654:MainThread] mopidy.config
Ignoring unknown config section: scrobbler
DEBUG 2016-03-09 15:56:36,118 [32654:MainThread] mopidy.ext
Validating extension: spotmop
DEBUG 2016-03-09 15:56:36,383 [32654:MainThread] mopidy.ext
Validating extension: alsamixer
DEBUG 2016-03-09 15:56:36,487 [32654:MainThread] mopidy.ext
Validating extension: mpd
DEBUG 2016-03-09 15:56:36,526 [32654:MainThread] mopidy.ext
Validating extension: http
DEBUG 2016-03-09 15:56:36,566 [32654:MainThread] mopidy.ext
Validating extension: stream
DEBUG 2016-03-09 15:56:36,604 [32654:MainThread] mopidy.ext
Validating extension: m3u
DEBUG 2016-03-09 15:56:36,643 [32654:MainThread] mopidy.ext
Validating extension: softwaremixer
DEBUG 2016-03-09 15:56:36,682 [32654:MainThread] mopidy.ext
Validating extension: file
DEBUG 2016-03-09 15:56:36,721 [32654:MainThread] mopidy.ext
Validating extension: local
DEBUG 2016-03-09 15:56:36,760 [32654:MainThread] mopidy.ext
Validating extension: spotify
INFO 2016-03-09 15:56:36,935 [32654:MainThread] mopidy.__main__
Enabled extensions: spotify, mpd, alsamixer, http, stream, spotmop, m3u, softwaremixer, file, local
INFO 2016-03-09 15:56:36,944 [32654:MainThread] mopidy.__main__
Disabled extensions: none
INFO 2016-03-09 15:56:36,953 [32654:MainThread] mopidy_spotmop
Starting Spotmop web client 2.6.0
DEBUG 2016-03-09 15:56:38,619 [32654:MainThread] mopidy.commands
Available Mopidy mixers: AlsaMixer, SoftwareMixer
INFO 2016-03-09 15:56:38,627 [32654:MainThread] mopidy.commands
Starting Mopidy mixer: AlsaMixer
INFO 2016-03-09 15:56:38,657 [32654:MainThread] mopidy_alsamixer.mixer
Mixing using ALSA, card 0, mixer control "PCM".
DEBUG 2016-03-09 15:56:38,666 [32654:MainThread] pykka
Registered AlsaMixer (urn:uuid:3081a39a-a5db-4bb9-b22f-84b4ae0b20ee)
DEBUG 2016-03-09 15:56:38,677 [32654:MainThread] pykka
Starting AlsaMixer (urn:uuid:3081a39a-a5db-4bb9-b22f-84b4ae0b20ee)
INFO 2016-03-09 15:56:38,720 [32654:MainThread] mopidy.commands
Mixer volume set to 95
DEBUG 2016-03-09 15:56:38,731 [32654:AlsaMixer-1] mopidy.mixer
Mixer event: volume_changed(volume=95)
INFO 2016-03-09 15:56:38,743 [32654:MainThread] mopidy.commands
Starting Mopidy audio
DEBUG 2016-03-09 15:56:38,749 [32654:AlsaMixer-1] mopidy.listener
Sending volume_changed to MixerListener: {'volume': 95}
DEBUG 2016-03-09 15:56:38,769 [32654:MainThread] pykka
Registered Audio (urn:uuid:43eda1db-9d5e-4314-87f4-19d509f42c3a)
DEBUG 2016-03-09 15:56:38,764 [32654:AlsaMixer-1] mopidy.mixer
Mixer event: mute_changed(mute=False)
DEBUG 2016-03-09 15:56:38,786 [32654:AlsaMixer-1] mopidy.listener
Sending mute_changed to MixerListener: {'mute': False}
DEBUG 2016-03-09 15:56:38,789 [32654:MainThread] pykka
Starting Audio (urn:uuid:43eda1db-9d5e-4314-87f4-19d509f42c3a)
INFO 2016-03-09 15:56:38,822 [32654:MainThread] mopidy.commands
Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend, SpotifyBackend
DEBUG 2016-03-09 15:56:39,019 [32654:MainThread] pykka
Registered StreamBackend (urn:uuid:f83f6ea2-b798-49db-9fe6-c25ff47e6de7)
DEBUG 2016-03-09 15:56:39,033 [32654:MainThread] pykka
Starting StreamBackend (urn:uuid:f83f6ea2-b798-49db-9fe6-c25ff47e6de7)
INFO 2016-03-09 15:56:39,100 [32654:Audio-3] mopidy.audio.actor
Audio output set to "alsasink device=hw:0,0"
TRACE 2016-03-09 15:56:39,129 [32654:MainThread] mopidy.internal.timer
StreamBackend took 283ms
DEBUG 2016-03-09 15:56:39,140 [32654:MainThread] pykka
Registered M3UBackend (urn:uuid:c5e1e77e-ea63-4a12-b747-514ee3b65352)
DEBUG 2016-03-09 15:56:39,148 [32654:MainThread] pykka
Starting M3UBackend (urn:uuid:c5e1e77e-ea63-4a12-b747-514ee3b65352)
TRACE 2016-03-09 15:56:39,172 [32654:MainThread] mopidy.internal.timer
M3UBackend took 38ms
DEBUG 2016-03-09 15:56:39,180 [32654:MainThread] mopidy.file.library
Failed expanding path ($XDG_MUSIC_DIR) from file/media_dirs config value.
DEBUG 2016-03-09 15:56:39,189 [32654:MainThread] pykka
Registered FileBackend (urn:uuid:5ab5f487-a64f-4101-9808-edfb95df1c3a)
DEBUG 2016-03-09 15:56:39,196 [32654:MainThread] pykka
Starting FileBackend (urn:uuid:5ab5f487-a64f-4101-9808-edfb95df1c3a)
TRACE 2016-03-09 15:56:39,245 [32654:MainThread] mopidy.internal.timer
FileBackend took 69ms
DEBUG 2016-03-09 15:56:39,254 [32654:MainThread] mopidy.local.actor
Using json as the local library
DEBUG 2016-03-09 15:56:39,262 [32654:MainThread] mopidy.local.json
Loading library: /home/mopidy/.local/share/mopidy/local/library.json.gz
TRACE 2016-03-09 15:56:39,990 [32654:MainThread] mopidy.internal.timer
Loading tracks took 721ms
TRACE 2016-03-09 15:56:40,302 [32654:MainThread] mopidy.internal.timer
Building browse cache took 308ms
INFO 2016-03-09 15:56:40,306 [32654:MainThread] mopidy.local.library
Loaded 90 local tracks using json
DEBUG 2016-03-09 15:56:40,315 [32654:MainThread] pykka
Registered LocalBackend (urn:uuid:3c9933db-7909-45cb-81c2-a209993995ac)
DEBUG 2016-03-09 15:56:40,323 [32654:MainThread] pykka
Starting LocalBackend (urn:uuid:3c9933db-7909-45cb-81c2-a209993995ac)
TRACE 2016-03-09 15:56:40,369 [32654:MainThread] mopidy.internal.timer
LocalBackend took 1120ms
DEBUG 2016-03-09 15:56:40,384 [32654:MainThread] pykka
Registered SpotifyBackend (urn:uuid:e1b74d0d-c0ab-4e47-94fe-3136035f4499)
DEBUG 2016-03-09 15:56:40,391 [32654:MainThread] pykka
Starting SpotifyBackend (urn:uuid:e1b74d0d-c0ab-4e47-94fe-3136035f4499)
TRACE 2016-03-09 15:56:40,480 [32654:MainThread] mopidy.internal.timer
SpotifyBackend took 106ms
DEBUG 2016-03-09 15:56:40,525 [32654:SpotifyEventLoop] spotify.eventloop
Spotify event loop started
DEBUG 2016-03-09 15:56:41,261 [32654:Dummy-10] spotify.session
libspotify log message: 14:56:41.261 I [ap:1752] Connecting to AP ap.spotify.com:4070
DEBUG 2016-03-09 15:56:41,269 [32654:SpotifyEventLoop] spotify.session
Notify main thread
INFO 2016-03-09 15:56:41,271 [32654:MainThread] mopidy.commands
Starting Mopidy core
DEBUG 2016-03-09 15:56:41,331 [32654:Dummy-10] spotify.session
libspotify log message: 14:56:41.326 I [ap:1226] Connected to AP: 193.182.7.162:4070
DEBUG 2016-03-09 15:56:41,583 [32654:MainThread] pykka
Registered Core (urn:uuid:3b86c532-d1bc-4fd6-bf83-423cd80efb8f)
DEBUG 2016-03-09 15:56:41,609 [32654:MainThread] pykka
Starting Core (urn:uuid:3b86c532-d1bc-4fd6-bf83-423cd80efb8f)
INFO 2016-03-09 15:56:45,024 [32654:SpotifyEventLoop] spotify.session
Spotify logged in
DEBUG 2016-03-09 15:56:45,034 [32654:SpotifyEventLoop] spotify.session
Connection state updated
INFO 2016-03-09 15:56:45,043 [32654:SpotifyEventLoop] mopidy_spotify.backend
Logged in to Spotify in offline mode
DEBUG 2016-03-09 15:56:45,795 [32654:SpotifyEventLoop] spotify.session
Credentials blob updated: 'JqqXNeg8ax8aQUMIs0PWf74WddG0mynwtkg3Uxu99Vk6h4Zuzhsvy6wFmYPnuecF'
DEBUG 2016-03-09 15:56:45,806 [32654:SpotifyEventLoop] spotify.session
Connection state updated
INFO 2016-03-09 15:56:45,814 [32654:SpotifyEventLoop] mopidy_spotify.backend
Logged in to Spotify in online mode
DEBUG 2016-03-09 15:56:45,830 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 4.521s for new events
DEBUG 2016-03-09 15:56:45,850 [32654:SpotifyEventLoop] spotify.eventloop
Notification received; processing events
DEBUG 2016-03-09 15:56:45,865 [32654:SpotifyEventLoop] spotify.session
libspotify log message: 14:56:45.864 I [offline-mgr:2082] Storage has been cleaned
DEBUG 2016-03-09 15:56:45,872 [32654:Dummy-10] spotify.session
libspotify log message: 14:56:45.871 E [ap:4210] ChannelError(7, 1, playlist)
DEBUG 2016-03-09 15:56:45,888 [32654:SpotifyEventLoop] spotify.session
Notify main thread
DEBUG 2016-03-09 15:56:45,895 [32654:SpotifyEventLoop] spotify.session
Metadata updated
DEBUG 2016-03-09 15:56:45,903 [32654:Dummy-10] spotify.session
libspotify log message: 14:56:45.902 E [ap:4210] ChannelError(5, 1, link-tracks)
DEBUG 2016-03-09 15:56:45,910 [32654:SpotifyEventLoop] spotify.session
User info updated
DEBUG 2016-03-09 15:56:45,920 [32654:SpotifyEventLoop] spotify.session
User info updated
DEBUG 2016-03-09 15:56:45,946 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 0.132s for new events
DEBUG 2016-03-09 15:56:45,954 [32654:SpotifyEventLoop] spotify.eventloop
Notification received; processing events
DEBUG 2016-03-09 15:56:45,969 [32654:SpotifyEventLoop] spotify.session
Notify main thread
DEBUG 2016-03-09 15:56:46,108 [32654:Dummy-10] spotify.session
libspotify log message: 14:56:46.108 E [ap:4210] ChannelError(0, 1, link-tracks)
DEBUG 2016-03-09 15:56:46,269 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 0.009s for new events
DEBUG 2016-03-09 15:56:46,293 [32654:SpotifyEventLoop] spotify.eventloop
Notification received; processing events
DEBUG 2016-03-09 15:56:46,328 [32654:SpotifyEventLoop] spotify.session
Notify main thread
DEBUG 2016-03-09 15:56:46,450 [32654:Dummy-10] spotify.session
libspotify log message: 14:56:46.449 E [ap:4210] ChannelError(10, 1, playlist)
---------------------------
TRACE 2016-03-09 15:56:56,139 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2yV5lPqx7C0DBAZV2dSrJD) took 3613ms
DEBUG 2016-03-09 15:56:56,238 [32654:SpotifyEventLoop] spotify.eventloop
Timeout reached; processing events
DEBUG 2016-03-09 15:56:56,252 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 0.378s for new events
DEBUG 2016-03-09 15:56:56,644 [32654:SpotifyEventLoop] spotify.eventloop
Timeout reached; processing events
DEBUG 2016-03-09 15:56:56,651 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 3.735s for new events
TRACE 2016-03-09 15:56:56,847 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2vWR2l0fReRf0m1Zpek1WA) took 700ms
TRACE 2016-03-09 15:56:57,956 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:5eKuaIzOmtxIqLSqFDw8Z6) took 1101ms
TRACE 2016-03-09 15:56:58,324 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:3GEvqqCRIWAmblYCRVmrBV) took 360ms
DEBUG 2016-03-09 15:57:00,401 [32654:SpotifyEventLoop] spotify.eventloop
Timeout reached; processing events
DEBUG 2016-03-09 15:57:00,408 [32654:SpotifyEventLoop] spotify.session
Notify main thread
DEBUG 2016-03-09 15:57:00,421 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 6.243s for new events
DEBUG 2016-03-09 15:57:00,432 [32654:SpotifyEventLoop] spotify.eventloop
Notification received; processing events
TRACE 2016-03-09 15:57:00,451 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2rf3ILQkfkIi3MSKrwHF6K) took 2118ms
----------------------------------------
TRACE 2016-03-09 16:01:56,299 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:4j6NwyJW4jAAvRyAFiO6Dp) took 457ms
TRACE 2016-03-09 16:01:57,608 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:07qohL3uoC3QGuFMM6qyiy) took 1300ms
TRACE 2016-03-09 16:01:59,440 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:6POa0xvUNY6bCMoH9ql1b2) took 1824ms
TRACE 2016-03-09 16:02:03,262 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:3xQBmAatjLiDbGKtwR7Q5z) took 3813ms
TRACE 2016-03-09 16:02:03,547 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:0GOjPt7faKg5qEVNZwh9nD) took 276ms
TRACE 2016-03-09 16:02:04,105 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:5mxoxEmznKmQJfI8i2BGa7) took 551ms
------------------
TRACE 2016-03-09 16:03:37,777 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:1kUrXAQGdcMovNSvyYb4ak) took 9669ms
INFO 2016-03-09 16:03:39,195 [32654:MainThread] mopidy.commands
Starting Mopidy frontends: MpdFrontend, HttpServerFrontend
INFO 2016-03-09 16:03:39,222 [32654:MainThread] mopidy.mpd.actor
MPD server running at [::ffff:0.0.0.0]:6601
DEBUG 2016-03-09 16:03:39,231 [32654:MainThread] pykka
Registered MpdFrontend (urn:uuid:fa1cb0a7-55c5-4d14-84fc-bc758e713176)
DEBUG 2016-03-09 16:03:39,237 [32654:MainThread] pykka
Starting MpdFrontend (urn:uuid:fa1cb0a7-55c5-4d14-84fc-bc758e713176)
TRACE 2016-03-09 16:03:39,250 [32654:MainThread] mopidy.internal.timer
MpdFrontend took 46ms
DEBUG 2016-03-09 16:03:39,260 [32654:MainThread] mopidy.http.actor
Starting HTTP server
DEBUG 2016-03-09 16:03:39,270 [32654:MainThread] pykka
Registered HttpFrontend (urn:uuid:7eae3def-f386-4ac5-af49-073d25881dae)
DEBUG 2016-03-09 16:03:39,276 [32654:MainThread] pykka
Starting HttpFrontend (urn:uuid:7eae3def-f386-4ac5-af49-073d25881dae)
TRACE 2016-03-09 16:03:39,290 [32654:MainThread] mopidy.internal.timer
HttpFrontend took 34ms
INFO 2016-03-09 16:03:39,294 [32654:HttpFrontend-14] mopidy.http.actor
HTTP server running at [::ffff:0.0.0.0]:6681
INFO 2016-03-09 16:03:39,298 [32654:MainThread] mopidy.commands
Starting GLib mainloop
DEBUG 2016-03-09 16:03:39,318 [32654:HttpFrontend-14] mopidy.zeroconf
Zeroconf service "None" (_http._tcp at []:6681): dbus not installed; publish failed.
DEBUG 2016-03-09 16:03:39,335 [32654:HttpFrontend-14] mopidy.zeroconf
Zeroconf service "None" (_mopidy-http._tcp at []:6681): dbus not installed; publish failed.
INFO 2016-03-09 16:03:39,351 [32654:HttpServer] mopidy_spotmop
Pusher server running on []:6682
DEBUG 2016-03-09 16:03:39,360 [32654:HttpServer] mopidy.http.actor
Loaded HTTP extension: spotmop
DEBUG 2016-03-09 16:03:39,367 [32654:HttpServer] mopidy.http.actor
Loaded HTTP extension: mopidy
DEBUG 2016-03-09 16:03:39,376 [32654:HttpServer] mopidy.http.actor
HTTP routes from extensions:
u'/spotmop': <class 'mopidy.http.handlers.AddSlashHandler'>
u'/spotmop/upgrade': <class 'mopidy_spotmop.services.upgrade.upgrade.UpgradeRequestHandler'>
u'/spotmop/pusher/([^/]+)': <class 'mopidy_spotmop.services.pusher.pusher.PusherRequestHandler'>
u'/spotmop/auth': <class 'mopidy_spotmop.services.auth.auth.AuthRequestHandler'>
u'/spotmop/(.*)': <class 'tornado.web.StaticFileHandler'>
u'/mopidy': <class 'mopidy.http.handlers.AddSlashHandler'>
u'/mopidy/ws/?': <class 'mopidy.http.handlers.WebSocketHandler'>
u'/mopidy/rpc': <class 'mopidy.http.handlers.JsonRpcHandler'>
u'/mopidy/(.+)': <class 'mopidy.http.handlers.StaticFileHandler'>
u'/mopidy/': <class 'mopidy.http.handlers.ClientListHandler'>
u'/': <class 'tornado.web.RedirectHandler'>
DEBUG 2016-03-09 16:03:55,909 [32654:SpotifyEventLoop] spotify.eventloop
Timeout reached; processing events
DEBUG 2016-03-09 16:03:55,916 [32654:SpotifyEventLoop] spotify.session
Notify main thread
DEBUG 2016-03-09 16:03:55,924 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 60.000s for new events
DEBUG 2016-03-09 16:03:55,931 [32654:SpotifyEventLoop] spotify.eventloop
Notification received; processing events
DEBUG 2016-03-09 16:03:55,940 [32654:SpotifyEventLoop] spotify.eventloop
Waiting 59.978s for new events
DEBUG 2016-03-09 16:04:23,791 [32654:HttpServer] mopidy_spotmop.services.pusher.pusher
New Spotmop Pusher connection: 3f6530532d8d4ce5aa799da810992aa3
INFO 2016-03-09 16:04:23,852 [32654:HttpServer] tornado.access
200 GET /spotmop/pusher/me?id=3f6530532d8d4ce5aa799da810992aa3&name=Anders&_=1457534798882 (192.168.1.3) 16.82ms
TRACE 2016-03-09 16:04:31,872 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.as_list() took 3925ms
TRACE 2016-03-09 16:04:32,143 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:amasonamason:playlist:5FC1q3S7ghjYBUIJUS4V7W) took 35ms
TRACE 2016-03-09 16:04:32,182 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:amasonamason:playlist:0q8Yz9i3lhTLFdXl4Nfn21) took 31ms
TRACE 2016-03-09 16:04:32,204 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2Dxi5fCQqDprqGEnkYQaSb) took 14ms
TRACE 2016-03-09 16:04:32,390 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2yV5lPqx7C0DBAZV2dSrJD) took 178ms
TRACE 2016-03-09 16:04:32,458 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2vWR2l0fReRf0m1Zpek1WA) took 59ms
TRACE 2016-03-09 16:04:32,670 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:5eKuaIzOmtxIqLSqFDw8Z6) took 205ms
TRACE 2016-03-09 16:04:32,713 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:3GEvqqCRIWAmblYCRVmrBV) took 35ms
TRACE 2016-03-09 16:04:32,949 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:2rf3ILQkfkIi3MSKrwHF6K) took 227ms
TRACE 2016-03-09 16:04:33,388 [32654:SpotifyBackend-8] mopidy_spotify.utils
playlists.lookup(spotify:user:andersochstina:playlist:78HrMYH3vlq15bFOg3beW0) took 432ms
ETC...
Executable: /usr/bin/mopidy
Platform: Linux-3.18.0-trunk-rpi-armv6l-with-debian-8.0
Python: CPython 2.7.9 from /usr/lib/python2.7
Mopidy: 2.0.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.9.1 from /usr/local/lib/python2.7/site-packages
tornado>=2.3: 4.3 from /usr/local/lib/python2.7/site-packages
backports.ssl-match-hostname: 3.5.0.1 from /usr/local/lib/python2.7/site-packages
singledispatch: 3.4.0.3 from /usr/local/lib/python2.7/site-packages
six: 1.10.0 from /usr/local/lib/python2.7/site-packages
certifi: 2016.2.28 from /usr/local/lib/python2.7/site-packages
backports-abc>=0.4: 0.4 from /usr/local/lib/python2.7/site-packages
Mopidy-MusicBox-Webclient: 2.2.0 from /usr/local/lib/python2.7/site-packages
setuptools: 20.2.2 from /usr/local/lib/python2.7/dist-packages
Mopidy>=1.1.0: 2.0.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.9.1 from /usr/local/lib/python2.7/site-packages
tornado>=2.3: 4.3 from /usr/local/lib/python2.7/site-packages
backports.ssl-match-hostname: 3.5.0.1 from /usr/local/lib/python2.7/site-packages
singledispatch: 3.4.0.3 from /usr/local/lib/python2.7/site-packages
six: 1.10.0 from /usr/local/lib/python2.7/site-packages
certifi: 2016.2.28 from /usr/local/lib/python2.7/site-packages
backports-abc>=0.4: 0.4 from /usr/local/lib/python2.7/site-packages
Mopidy-Spotmop: 2.6.0 from /usr/local/lib/python2.7/site-packages
setuptools>=3.3: 20.2.2 from /usr/local/lib/python2.7/dist-packages
Mopidy>=0.19: 2.0.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.9.1 from /usr/local/lib/python2.7/site-packages
tornado>=2.3: 4.3 from /usr/local/lib/python2.7/site-packages
backports.ssl-match-hostname: 3.5.0.1 from /usr/local/lib/python2.7/site-packages
singledispatch: 3.4.0.3 from /usr/local/lib/python2.7/site-packages
six: 1.10.0 from /usr/local/lib/python2.7/site-packages
certifi: 2016.2.28 from /usr/local/lib/python2.7/site-packages
backports-abc>=0.4: 0.4 from /usr/local/lib/python2.7/site-packages
ConfigObj: 5.0.6 from /usr/local/lib/python2.7/site-packages
six: 1.10.0 from /usr/local/lib/python2.7/site-packages
Mopidy-Spotify: 3.0.0 from /usr/lib/python2.7/dist-packages
Mopidy>=2.0: 2.0.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.9.1 from /usr/local/lib/python2.7/site-packages
tornado>=2.3: 4.3 from /usr/local/lib/python2.7/site-packages
backports.ssl-match-hostname: 3.5.0.1 from /usr/local/lib/python2.7/site-packages
singledispatch: 3.4.0.3 from /usr/local/lib/python2.7/site-packages
six: 1.10.0 from /usr/local/lib/python2.7/site-packages
certifi: 2016.2.28 from /usr/local/lib/python2.7/site-packages
backports-abc>=0.4: 0.4 from /usr/local/lib/python2.7/site-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
pyspotify>=2.0.5: 2.0.5 from /usr/lib/python2.7/dist-packages
cffi>=1.0.0: 1.1.2 from /usr/lib/python2.7/dist-packages
pycparser: 2.10 from /usr/lib/python2.7/dist-packages
requests>=2.0: 2.9.1 from /usr/local/lib/python2.7/site-packages
Mopidy-ALSAMixer: 1.0.3 from /usr/lib/python2.7/dist-packages
Mopidy>=0.19: 2.0.0 from /usr/lib/python2.7/dist-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.9.1 from /usr/local/lib/python2.7/site-packages
tornado>=2.3: 4.3 from /usr/local/lib/python2.7/site-packages
backports.ssl-match-hostname: 3.5.0.1 from /usr/local/lib/python2.7/site-packages
singledispatch: 3.4.0.3 from /usr/local/lib/python2.7/site-packages
six: 1.10.0 from /usr/local/lib/python2.7/site-packages
certifi: 2016.2.28 from /usr/local/lib/python2.7/site-packages
backports-abc>=0.4: 0.4 from /usr/local/lib/python2.7/site-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
pyalsaaudio: 0.7 from /usr/lib/python2.7/dist-packages
GStreamer: 1.4.4.0 from /usr/lib/python2.7/dist-packages/gi
Detailed information:
Python wrapper: python-gi 3.14.0
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
alsasink
osssink
oss4sink
pulsesink
id3demux
id3v2mux
lamemp3enc
mad
mpegaudioparse
mpg123audiodec
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
flump3dec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment