Skip to content

Instantly share code, notes, and snippets.

@KitN
Created June 2, 2015 18:07
Show Gist options
  • Save KitN/a8cf5e7be86186dcfd83 to your computer and use it in GitHub Desktop.
Save KitN/a8cf5e7be86186dcfd83 to your computer and use it in GitHub Desktop.
Mopidy Debug Log
INFO 2015-06-02 14:04:34,771 [18561:MainThread] mopidy.__main__
Starting Mopidy 1.0.5
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loading entry point: mpd = mopidy.mpd:Extension
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-MPD 1.0.5
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loading entry point: http = mopidy.http:Extension
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-HTTP 1.0.5
DEBUG 2015-06-02 14:04:34,774 [18561:MainThread] mopidy.ext
Loading entry point: stream = mopidy.stream:Extension
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-Stream 1.0.5
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loading entry point: m3u = mopidy.m3u:Extension
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-M3U 1.0.5
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loading entry point: softwaremixer = mopidy.softwaremixer:Extension
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-SoftwareMixer 1.0.5
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loading entry point: local = mopidy.local:Extension
DEBUG 2015-06-02 14:04:34,775 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-Local 1.0.5
DEBUG 2015-06-02 14:04:34,778 [18561:MainThread] mopidy.ext
Loading entry point: somafm = mopidy_somafm:Extension
DEBUG 2015-06-02 14:04:34,778 [18561:MainThread] mopidy.ext
Loaded extension: Mopidy-SomaFM 0.7.1
DEBUG 2015-06-02 14:04:34,778 [18561:MainThread] mopidy.ext
Discovered extensions: mpd, http, stream, m3u, softwaremixer, local, somafm
DEBUG 2015-06-02 14:04:34,782 [18561:MainThread] mopidy.config.keyring
Fetching passwords from your keyring failed. Any passwords stored in the keyring will not be available. (org.freedesktop.secrets service not running)
INFO 2015-06-02 14:04:34,782 [18561:MainThread] mopidy.config
Loading config from builtin defaults
DEBUG 2015-06-02 14:04:34,783 [18561:MainThread] mopidy.config
Loading config from /etc/xdg/mopidy/mopidy.conf failed; it does not exist
INFO 2015-06-02 14:04:34,783 [18561:MainThread] mopidy.config
Loading config from /home/kit/.config/mopidy/mopidy.conf
INFO 2015-06-02 14:04:34,785 [18561:MainThread] mopidy.config
Loading config from command line options
DEBUG 2015-06-02 14:04:34,789 [18561:MainThread] mopidy.ext
Validating extension: mpd
DEBUG 2015-06-02 14:04:34,789 [18561:MainThread] mopidy.ext
Validating extension: http
DEBUG 2015-06-02 14:04:34,815 [18561:MainThread] mopidy.ext
Validating extension: stream
DEBUG 2015-06-02 14:04:34,816 [18561:MainThread] mopidy.ext
Validating extension: m3u
DEBUG 2015-06-02 14:04:34,816 [18561:MainThread] mopidy.ext
Validating extension: softwaremixer
DEBUG 2015-06-02 14:04:34,816 [18561:MainThread] mopidy.ext
Validating extension: local
DEBUG 2015-06-02 14:04:34,817 [18561:MainThread] mopidy.ext
Validating extension: somafm
INFO 2015-06-02 14:04:34,818 [18561:MainThread] mopidy.__main__
Enabled extensions: mpd, http, stream, m3u, somafm, softwaremixer, local
INFO 2015-06-02 14:04:34,818 [18561:MainThread] mopidy.__main__
Disabled extensions: none
DEBUG 2015-06-02 14:04:34,845 [18561:MainThread] mopidy.commands
Available Mopidy mixers: SoftwareMixer
INFO 2015-06-02 14:04:34,846 [18561:MainThread] mopidy.commands
Starting Mopidy mixer: SoftwareMixer
DEBUG 2015-06-02 14:04:34,846 [18561:MainThread] pykka
Registered SoftwareMixer (urn:uuid:3fb7ab31-9b33-41a9-9ab2-16caedf5dcea)
DEBUG 2015-06-02 14:04:34,846 [18561:MainThread] pykka
Starting SoftwareMixer (urn:uuid:3fb7ab31-9b33-41a9-9ab2-16caedf5dcea)
DEBUG 2015-06-02 14:04:34,847 [18561:MainThread] mopidy.commands
Mixer volume left unchanged
INFO 2015-06-02 14:04:34,847 [18561:MainThread] mopidy.commands
Starting Mopidy audio
DEBUG 2015-06-02 14:04:34,847 [18561:MainThread] pykka
Registered Audio (urn:uuid:cbca5d20-65da-4a9a-8059-9a5a57c303ae)
DEBUG 2015-06-02 14:04:34,847 [18561:MainThread] pykka
Starting Audio (urn:uuid:cbca5d20-65da-4a9a-8059-9a5a57c303ae)
INFO 2015-06-02 14:04:34,848 [18561:MainThread] mopidy.commands
Starting Mopidy backends: StreamBackend, M3UBackend, LocalBackend, SomaFMBackend
DEBUG 2015-06-02 14:04:34,850 [18561:MainThread] pykka
Registered StreamBackend (urn:uuid:65446c1e-40b6-4e8e-9c7d-e6fc1181cd6b)
DEBUG 2015-06-02 14:04:34,850 [18561:MainThread] pykka
Starting StreamBackend (urn:uuid:65446c1e-40b6-4e8e-9c7d-e6fc1181cd6b)
TRACE 2015-06-02 14:04:34,851 [18561:MainThread] mopidy.utils.timer
StreamBackend took 3ms
INFO 2015-06-02 14:04:34,852 [18561:MainThread] mopidy.m3u.playlists
Loaded 0 M3U playlists from /home/kit/.local/share/mopidy/m3u
DEBUG 2015-06-02 14:04:34,853 [18561:MainThread] pykka
Registered M3UBackend (urn:uuid:f198ef93-2c8f-4bc8-8d89-95270e9036e3)
DEBUG 2015-06-02 14:04:34,853 [18561:MainThread] pykka
Starting M3UBackend (urn:uuid:f198ef93-2c8f-4bc8-8d89-95270e9036e3)
TRACE 2015-06-02 14:04:34,853 [18561:MainThread] mopidy.utils.timer
M3UBackend took 1ms
INFO 2015-06-02 14:04:34,854 [18561:Audio-2] mopidy.audio.actor
Audio output set to "autoaudiosink"
DEBUG 2015-06-02 14:04:34,854 [18561:MainThread] mopidy.local.actor
Using json as the local library
DEBUG 2015-06-02 14:04:34,854 [18561:MainThread] mopidy.local.json
Loading library: /home/kit/.local/share/mopidy/local/library.json.gz
TRACE 2015-06-02 14:04:34,953 [18561:MainThread] mopidy.utils.timer
Loading tracks took 98ms
TRACE 2015-06-02 14:04:35,015 [18561:MainThread] mopidy.utils.timer
Building browse cache took 61ms
INFO 2015-06-02 14:04:35,015 [18561:MainThread] mopidy.local.library
Loaded 1104 local tracks using json
DEBUG 2015-06-02 14:04:35,015 [18561:MainThread] pykka
Registered LocalBackend (urn:uuid:776dad4c-a2be-4705-9615-ee5190dcc34e)
DEBUG 2015-06-02 14:04:35,016 [18561:MainThread] pykka
Starting LocalBackend (urn:uuid:776dad4c-a2be-4705-9615-ee5190dcc34e)
TRACE 2015-06-02 14:04:35,017 [18561:MainThread] mopidy.utils.timer
LocalBackend took 163ms
DEBUG 2015-06-02 14:04:35,017 [18561:MainThread] pykka
Registered SomaFMBackend (urn:uuid:ed913e87-59ac-4d23-8cff-92e4d62b7286)
DEBUG 2015-06-02 14:04:35,018 [18561:MainThread] pykka
Starting SomaFMBackend (urn:uuid:ed913e87-59ac-4d23-8cff-92e4d62b7286)
TRACE 2015-06-02 14:04:35,019 [18561:MainThread] mopidy.utils.timer
SomaFMBackend took 1ms
INFO 2015-06-02 14:04:35,020 [18561:SomaFMBackend-6] requests.packages.urllib3.connectionpool
Starting new HTTP connection (1): api.somafm.com
INFO 2015-06-02 14:04:35,020 [18561:MainThread] mopidy.commands
Starting Mopidy core
DEBUG 2015-06-02 14:04:36,001 [18561:SomaFMBackend-6] requests.packages.urllib3.connectionpool
"GET /channels.xml HTTP/1.1" 200 4362
DEBUG 2015-06-02 14:04:36,071 [18561:SomaFMBackend-6] mopidy_somafm.somafm
Get http://api.somafm.com/channels.xml : 200
INFO 2015-06-02 14:04:36,097 [18561:SomaFMBackend-6] mopidy_somafm.somafm
Loaded 0 SomaFM channels
DEBUG 2015-06-02 14:04:36,100 [18561:MainThread] pykka
Registered Core (urn:uuid:ff9362ae-1c17-4076-8489-742d05a1b2c1)
DEBUG 2015-06-02 14:04:36,101 [18561:MainThread] pykka
Starting Core (urn:uuid:ff9362ae-1c17-4076-8489-742d05a1b2c1)
INFO 2015-06-02 14:04:36,124 [18561:MainThread] mopidy.commands
Starting Mopidy frontends: MpdFrontend, HttpFrontend
INFO 2015-06-02 14:04:36,127 [18561:MainThread] mopidy.mpd.actor
MPD server running at [::ffff:127.0.0.1]:6600
DEBUG 2015-06-02 14:04:36,127 [18561:MainThread] pykka
Registered MpdFrontend (urn:uuid:1ac14a72-124a-4a64-938b-a1d9c94d0c7e)
DEBUG 2015-06-02 14:04:36,127 [18561:MainThread] pykka
Starting MpdFrontend (urn:uuid:1ac14a72-124a-4a64-938b-a1d9c94d0c7e)
TRACE 2015-06-02 14:04:36,128 [18561:MainThread] mopidy.utils.timer
MpdFrontend took 3ms
DEBUG 2015-06-02 14:04:36,129 [18561:MainThread] mopidy.http.actor
Starting HTTP server
DEBUG 2015-06-02 14:04:36,130 [18561:MainThread] pykka
Registered HttpFrontend (urn:uuid:c3f4923b-7719-4763-ae64-80526193ff01)
DEBUG 2015-06-02 14:04:36,130 [18561:MainThread] pykka
Starting HttpFrontend (urn:uuid:c3f4923b-7719-4763-ae64-80526193ff01)
TRACE 2015-06-02 14:04:36,131 [18561:MainThread] mopidy.utils.timer
HttpFrontend took 2ms
INFO 2015-06-02 14:04:36,131 [18561:HttpFrontend-10] mopidy.http.actor
HTTP server running at [::ffff:127.0.0.1]:6680
DEBUG 2015-06-02 14:04:36,132 [18561:MpdFrontend-8] mopidy.zeroconf
Zeroconf service _mpd._tcp at [localhost.localdomain.local]:6600: Avahi service not running; publish failed.
DEBUG 2015-06-02 14:04:36,134 [18561:HttpServer] mopidy.http.actor
Loaded HTTP extension: mopidy
DEBUG 2015-06-02 14:04:36,135 [18561:HttpServer] mopidy.http.actor
HTTP routes from extensions:
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 2015-06-02 14:04:36,139 [18561:HttpFrontend-10] mopidy.zeroconf
Zeroconf service _http._tcp at [localhost.localdomain.local]:6680: Avahi service not running; publish failed.
DEBUG 2015-06-02 14:04:36,140 [18561:HttpFrontend-10] mopidy.zeroconf
Zeroconf service _mopidy-http._tcp at [localhost.localdomain.local]:6680: Avahi service not running; publish failed.
DEBUG 2015-06-02 14:04:36,433 [18561:MainThread] pykka
Registered MpdSession (urn:uuid:702153f1-5339-46f8-9cd0-dd10c7976d41)
DEBUG 2015-06-02 14:04:36,434 [18561:MainThread] pykka
Starting MpdSession (urn:uuid:702153f1-5339-46f8-9cd0-dd10c7976d41)
INFO 2015-06-02 14:04:36,436 [18561:MpdSession-11] mopidy.mpd.session
New MPD connection from [::ffff:127.0.0.1]:48835
DEBUG 2015-06-02 14:04:36,437 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: status
DEBUG 2015-06-02 14:04:36,491 [18561:MpdSession-11] mopidy.mpd.session
Response to [::ffff:127.0.0.1]:48835:
volume: 100
repeat: 0
random: 0
single: 0
consume: 0
playlist: 0
playlistlength: 0
xfade: 0
state: stop
OK
DEBUG 2015-06-02 14:04:36,492 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: plchanges "0"
DEBUG 2015-06-02 14:04:36,494 [18561:MpdSession-11] mopidy.mpd.session
Response to [::ffff:127.0.0.1]:48835: OK
DEBUG 2015-06-02 14:04:36,495 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: outputs
DEBUG 2015-06-02 14:04:36,496 [18561:MpdSession-11] mopidy.mpd.session
Response to [::ffff:127.0.0.1]:48835:
outputid: 0
outputname: Mute
outputenabled: 0
OK
DEBUG 2015-06-02 14:04:36,497 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: decoders
DEBUG 2015-06-02 14:04:36,498 [18561:MpdSession-11] mopidy.mpd.session
Response to [::ffff:127.0.0.1]:48835: OK
DEBUG 2015-06-02 14:04:36,498 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: outputs
DEBUG 2015-06-02 14:04:36,499 [18561:MpdSession-11] mopidy.mpd.session
Response to [::ffff:127.0.0.1]:48835:
outputid: 0
outputname: Mute
outputenabled: 0
OK
DEBUG 2015-06-02 14:04:36,500 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: outputs
DEBUG 2015-06-02 14:04:36,500 [18561:MpdSession-11] mopidy.mpd.session
Response to [::ffff:127.0.0.1]:48835:
outputid: 0
outputname: Mute
outputenabled: 0
OK
DEBUG 2015-06-02 14:04:36,501 [18561:MpdSession-11] mopidy.mpd.session
Request from [::ffff:127.0.0.1]:48835: idle
INFO 2015-06-02 14:04:40,566 [18561:MainThread] mopidy.commands
Interrupted. Exiting...
INFO 2015-06-02 14:04:40,567 [18561:MainThread] mopidy.commands
Stopping Mopidy frontends
DEBUG 2015-06-02 14:04:40,568 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of MpdFrontend
DEBUG 2015-06-02 14:04:40,569 [18561:MpdFrontend-8] pykka
Unregistered MpdFrontend (urn:uuid:1ac14a72-124a-4a64-938b-a1d9c94d0c7e)
DEBUG 2015-06-02 14:04:40,569 [18561:MpdFrontend-8] pykka
Stopped MpdFrontend (urn:uuid:1ac14a72-124a-4a64-938b-a1d9c94d0c7e)
DEBUG 2015-06-02 14:04:40,570 [18561:MpdFrontend-8] mopidy.utils.process
Stopping 1 instance(s) of MpdSession
DEBUG 2015-06-02 14:04:40,571 [18561:MpdSession-11] pykka
Unregistered MpdSession (urn:uuid:702153f1-5339-46f8-9cd0-dd10c7976d41)
DEBUG 2015-06-02 14:04:40,571 [18561:MpdSession-11] pykka
Stopped MpdSession (urn:uuid:702153f1-5339-46f8-9cd0-dd10c7976d41)
DEBUG 2015-06-02 14:04:40,571 [18561:MpdSession-11] mopidy.utils.network
Actor is shutting down.
DEBUG 2015-06-02 14:04:40,573 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of HttpFrontend
DEBUG 2015-06-02 14:04:40,574 [18561:HttpFrontend-10] pykka
Unregistered HttpFrontend (urn:uuid:c3f4923b-7719-4763-ae64-80526193ff01)
DEBUG 2015-06-02 14:04:40,574 [18561:HttpFrontend-10] pykka
Stopped HttpFrontend (urn:uuid:c3f4923b-7719-4763-ae64-80526193ff01)
DEBUG 2015-06-02 14:04:40,575 [18561:HttpFrontend-10] mopidy.http.actor
Stopping HTTP server
DEBUG 2015-06-02 14:04:40,576 [18561:HttpServer] mopidy.http.actor
Stopped HTTP server
INFO 2015-06-02 14:04:40,576 [18561:MainThread] mopidy.commands
Stopping Mopidy core
DEBUG 2015-06-02 14:04:40,577 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of Core
DEBUG 2015-06-02 14:04:40,578 [18561:Core-7] pykka
Unregistered Core (urn:uuid:ff9362ae-1c17-4076-8489-742d05a1b2c1)
DEBUG 2015-06-02 14:04:40,579 [18561:Core-7] pykka
Stopped Core (urn:uuid:ff9362ae-1c17-4076-8489-742d05a1b2c1)
INFO 2015-06-02 14:04:40,579 [18561:MainThread] mopidy.commands
Stopping Mopidy backends
DEBUG 2015-06-02 14:04:40,580 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of StreamBackend
DEBUG 2015-06-02 14:04:40,581 [18561:StreamBackend-3] pykka
Unregistered StreamBackend (urn:uuid:65446c1e-40b6-4e8e-9c7d-e6fc1181cd6b)
DEBUG 2015-06-02 14:04:40,581 [18561:StreamBackend-3] pykka
Stopped StreamBackend (urn:uuid:65446c1e-40b6-4e8e-9c7d-e6fc1181cd6b)
DEBUG 2015-06-02 14:04:40,582 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of M3UBackend
DEBUG 2015-06-02 14:04:40,583 [18561:M3UBackend-4] pykka
Unregistered M3UBackend (urn:uuid:f198ef93-2c8f-4bc8-8d89-95270e9036e3)
DEBUG 2015-06-02 14:04:40,583 [18561:M3UBackend-4] pykka
Stopped M3UBackend (urn:uuid:f198ef93-2c8f-4bc8-8d89-95270e9036e3)
DEBUG 2015-06-02 14:04:40,584 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of LocalBackend
DEBUG 2015-06-02 14:04:40,585 [18561:LocalBackend-5] pykka
Unregistered LocalBackend (urn:uuid:776dad4c-a2be-4705-9615-ee5190dcc34e)
DEBUG 2015-06-02 14:04:40,586 [18561:LocalBackend-5] pykka
Stopped LocalBackend (urn:uuid:776dad4c-a2be-4705-9615-ee5190dcc34e)
DEBUG 2015-06-02 14:04:40,586 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of SomaFMBackend
DEBUG 2015-06-02 14:04:40,587 [18561:SomaFMBackend-6] pykka
Unregistered SomaFMBackend (urn:uuid:ed913e87-59ac-4d23-8cff-92e4d62b7286)
DEBUG 2015-06-02 14:04:40,588 [18561:SomaFMBackend-6] pykka
Stopped SomaFMBackend (urn:uuid:ed913e87-59ac-4d23-8cff-92e4d62b7286)
INFO 2015-06-02 14:04:40,589 [18561:MainThread] mopidy.commands
Stopping Mopidy audio
DEBUG 2015-06-02 14:04:40,589 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of Audio
DEBUG 2015-06-02 14:04:40,590 [18561:Audio-2] pykka
Unregistered Audio (urn:uuid:cbca5d20-65da-4a9a-8059-9a5a57c303ae)
DEBUG 2015-06-02 14:04:40,590 [18561:Audio-2] pykka
Stopped Audio (urn:uuid:cbca5d20-65da-4a9a-8059-9a5a57c303ae)
INFO 2015-06-02 14:04:40,592 [18561:MainThread] mopidy.commands
Stopping Mopidy mixer
DEBUG 2015-06-02 14:04:40,592 [18561:MainThread] mopidy.utils.process
Stopping 1 instance(s) of SoftwareMixer
DEBUG 2015-06-02 14:04:40,593 [18561:SoftwareMixer-1] pykka
Unregistered SoftwareMixer (urn:uuid:3fb7ab31-9b33-41a9-9ab2-16caedf5dcea)
DEBUG 2015-06-02 14:04:40,593 [18561:SoftwareMixer-1] pykka
Stopped SoftwareMixer (urn:uuid:3fb7ab31-9b33-41a9-9ab2-16caedf5dcea)
DEBUG 2015-06-02 14:04:40,594 [18561:MainThread] mopidy.utils.process
All actors stopped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment