Skip to content

Instantly share code, notes, and snippets.

@kenetik
Created November 19, 2013 14:08
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 kenetik/7545906 to your computer and use it in GitHub Desktop.
Save kenetik/7545906 to your computer and use it in GitHub Desktop.
mopidy --save-debug-log
--for privacy reasons all instances of domain.tld have been replaced with user.tld--
INFO 2013-11-19 09:04:23,595 [32675:MainThread] mopidy.utils.log
Starting Mopidy 0.16.1
DEBUG 2013-11-19 09:04:23,597 [32675:MainThread] mopidy.ext
Loading entry point: http = mopidy.frontends.http:Extension [http]
DEBUG 2013-11-19 09:04:23,598 [32675:MainThread] mopidy.ext
Loaded extension: Mopidy-HTTP 0.16.1
DEBUG 2013-11-19 09:04:23,598 [32675:MainThread] mopidy.ext
Loading entry point: mpd = mopidy.frontends.mpd:Extension
DEBUG 2013-11-19 09:04:23,599 [32675:MainThread] mopidy.ext
Loaded extension: Mopidy-MPD 0.16.1
DEBUG 2013-11-19 09:04:23,599 [32675:MainThread] mopidy.ext
Loading entry point: local = mopidy.backends.local:Extension
DEBUG 2013-11-19 09:04:23,600 [32675:MainThread] mopidy.ext
Loaded extension: Mopidy-Local 0.16.1
DEBUG 2013-11-19 09:04:23,600 [32675:MainThread] mopidy.ext
Loading entry point: stream = mopidy.backends.stream:Extension
DEBUG 2013-11-19 09:04:23,600 [32675:MainThread] mopidy.ext
Loaded extension: Mopidy-Stream 0.16.1
DEBUG 2013-11-19 09:04:23,607 [32675:MainThread] root
Discovered extensions: http, mpd, local, stream
DEBUG 2013-11-19 09:04:23,608 [32675:MainThread] mopidy.config.keyring
Fetching from keyring failed: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
INFO 2013-11-19 09:04:23,608 [32675:MainThread] mopidy.config
Loading config from: builtin defaults, /root/.config/mopidy/mopidy.conf, command line options
DEBUG 2013-11-19 09:04:23,613 [32675:MainThread] mopidy.ext
Validating extension: http
DEBUG 2013-11-19 09:04:23,680 [32675:MainThread] mopidy.ext
Validating extension: mpd
DEBUG 2013-11-19 09:04:23,680 [32675:MainThread] mopidy.ext
Validating extension: local
DEBUG 2013-11-19 09:04:23,680 [32675:MainThread] mopidy.ext
Validating extension: stream
INFO 2013-11-19 09:04:23,681 [32675:MainThread] root
Enabled extensions: local, mpd, http, stream
INFO 2013-11-19 09:04:23,681 [32675:MainThread] root
Disabled extensions: none
DEBUG 2013-11-19 09:04:23,681 [32675:MainThread] mopidy.ext
Registering GStreamer elements for: http
DEBUG 2013-11-19 09:04:23,681 [32675:MainThread] mopidy.ext
Registering GStreamer elements for: mpd
DEBUG 2013-11-19 09:04:23,681 [32675:MainThread] mopidy.ext
Registering GStreamer elements for: local
DEBUG 2013-11-19 09:04:23,682 [32675:MainThread] mopidy.ext
Registering GStreamer elements for: stream
INFO 2013-11-19 09:04:23,682 [32675:MainThread] mopidy.main
Starting Mopidy audio
INFO 2013-11-19 09:04:23,691 [32675:Audio-1] mopidy.audio
Audio output set to "autoaudiosink"
INFO 2013-11-19 09:04:23,697 [32675:MainThread] mopidy.main
Starting Mopidy backends: LocalBackend, StreamBackend
DEBUG 2013-11-19 09:04:23,698 [32675:MainThread] mopidy.backends.local
Loading local tracks from /media using /root/.local/share/mopidy/local/tag_cache
INFO 2013-11-19 09:04:23,698 [32675:MainThread] mopidy.backends.local
Loaded 0 local tracks from /media using /root/.local/share/mopidy/local/tag_cache
INFO 2013-11-19 09:04:23,699 [32675:MainThread] mopidy.backends.local
Loaded 0 local playlists from /root/.local/share/mopidy/local/playlists
INFO 2013-11-19 09:04:23,705 [32675:MainThread] mopidy.main
Starting Mopidy core
DEBUG 2013-11-19 09:04:23,717 [32675:Audio-1] mopidy.audio.mixers.auto
AutoAudioMixer did not find any usable mixers
WARNING 2013-11-19 09:04:23,718 [32675:Audio-1] mopidy.audio
Did not find any audio mixers in "autoaudiomixer"
INFO 2013-11-19 09:04:23,762 [32675:MainThread] mopidy.main
Starting Mopidy frontends: HttpFrontend, MpdFrontend
INFO 2013-11-19 09:04:23,762 [32675:MainThread] ws4py
Using epoll
DEBUG 2013-11-19 09:04:23,775 [32675:MainThread] mopidy.frontends.http
HTTP server will serve "/home/user/domains/mop.user.tld/public_html/webclient" at /
DEBUG 2013-11-19 09:04:23,776 [32675:HttpFrontend-6] mopidy.frontends.http
Starting HTTP server
INFO 2013-11-19 09:04:23,787 [32675:MainThread] mopidy.frontends.mpd
MPD server running at [::ffff:127.0.0.1]:6600
INFO 2013-11-19 09:04:23,891 [32675:HttpFrontend-6] mopidy.frontends.http
HTTP server running at http://mop.user.tld:6680
ERROR 2013-11-19 09:04:33,157 [32675:CP Server Thread-13] cherrypy.error.27178960
[19/Nov/2013:09:04:33] Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 102, in run
hook()
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 62, in __call__
return self.callback(**self.kwargs)
File "/usr/lib/python2.7/dist-packages/ws4py/server/cherrypyserver.py", line 130, in upgrade
raise HandshakeError('Header %s is not defined' % key)
HandshakeError: Header Upgrade is not defined
ERROR 2013-11-19 09:04:33,158 [32675:CP Server Thread-13] cherrypy.error.27178960
[19/Nov/2013:09:04:33] HTTP Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 647, in respond
self.hooks.run('before_request_body')
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 112, in run
raise exc
HandshakeError: Header Upgrade is not defined
ERROR 2013-11-19 09:04:34,290 [32675:CP Server Thread-19] cherrypy.error.27178960
[19/Nov/2013:09:04:34] Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 102, in run
hook()
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 62, in __call__
return self.callback(**self.kwargs)
File "/usr/lib/python2.7/dist-packages/ws4py/server/cherrypyserver.py", line 130, in upgrade
raise HandshakeError('Header %s is not defined' % key)
HandshakeError: Header Upgrade is not defined
ERROR 2013-11-19 09:04:34,290 [32675:CP Server Thread-19] cherrypy.error.27178960
[19/Nov/2013:09:04:34] HTTP Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 647, in respond
self.hooks.run('before_request_body')
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 112, in run
raise exc
HandshakeError: Header Upgrade is not defined
ERROR 2013-11-19 09:04:36,424 [32675:CP Server Thread-14] cherrypy.error.27178960
[19/Nov/2013:09:04:36] Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 102, in run
hook()
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 62, in __call__
return self.callback(**self.kwargs)
File "/usr/lib/python2.7/dist-packages/ws4py/server/cherrypyserver.py", line 130, in upgrade
raise HandshakeError('Header %s is not defined' % key)
HandshakeError: Header Upgrade is not defined
ERROR 2013-11-19 09:04:36,424 [32675:CP Server Thread-14] cherrypy.error.27178960
[19/Nov/2013:09:04:36] HTTP Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 647, in respond
self.hooks.run('before_request_body')
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 112, in run
raise exc
HandshakeError: Header Upgrade is not defined
INFO 2013-11-19 09:04:37,314 [32675:MainThread] mopidy.main
Interrupted. Exiting...
INFO 2013-11-19 09:04:37,315 [32675:MainThread] mopidy.main
Stopping Mopidy frontends
DEBUG 2013-11-19 09:04:37,315 [32675:MainThread] mopidy.utils.process
Stopping 1 instance(s) of HttpFrontend
DEBUG 2013-11-19 09:04:37,315 [32675:HttpFrontend-6] mopidy.frontends.http
Stopping HTTP server
INFO 2013-11-19 09:05:22,360 [32675:HttpFrontend-6] ws4py
Closing all websockets with [1001] 'Server is shutting down'
INFO 2013-11-19 09:05:22,395 [32675:HttpFrontend-6] mopidy.frontends.http
Stopped HTTP server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment