Advertisement
Guest User

Untitled

a guest
Jan 5th, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. root@raspberrypi:/var/log/mopidy# cat mopidy.log
  2. 2018-01-05 20:01:54,855 INFO [855:MainThread] mopidy.__main__: Starting Mopidy 2.1.0
  3. 2018-01-05 20:02:01,218 INFO [855:MainThread] mopidy.config: Loading config from builtin defaults
  4. 2018-01-05 20:02:01,360 INFO [855:MainThread] mopidy.config: Loading config from /etc/mopidy/mopidy.conf
  5. 2018-01-05 20:02:01,428 INFO [855:MainThread] mopidy.config: Loading config from command line options
  6. 2018-01-05 20:02:05,827 INFO [855:MainThread] mopidy.__main__: Enabled extensions: mopify, iris, mpd, http, ttsgpio, stream, spotmop, local-sqlite, youtube, softwaremixer, file, local-images, m3u, tunein
  7. 2018-01-05 20:02:05,837 INFO [855:MainThread] mopidy.__main__: Disabled extensions: spotify, local
  8. 2018-01-05 20:02:05,847 WARNING [855:MainThread] mopidy.__main__: Found local configuration errors, the extension has been automatically disabled:
  9. 2018-01-05 20:02:05,856 WARNING [855:MainThread] mopidy.__main__: local/scan_flush_thresgold unknown config key. Did you mean scan_flush_threshold?
  10. 2018-01-05 20:02:05,866 WARNING [855:MainThread] mopidy.__main__: Found spotify configuration errors, the extension has been automatically disabled:
  11. 2018-01-05 20:02:05,874 WARNING [855:MainThread] mopidy.__main__: spotify/username must be set.
  12. 2018-01-05 20:02:05,878 WARNING [855:MainThread] mopidy.__main__: spotify/client_secret must be set.
  13. 2018-01-05 20:02:05,882 WARNING [855:MainThread] mopidy.__main__: spotify/password must be set.
  14. 2018-01-05 20:02:05,901 WARNING [855:MainThread] mopidy.__main__: spotify/client_id must be set.
  15. 2018-01-05 20:02:05,911 WARNING [855:MainThread] mopidy.__main__: Please fix the extension configuration errors or disable the extensions to silence these messages.
  16. 2018-01-05 20:02:06,066 INFO [855:MainThread] mopify: Setup Mopify
  17. 2018-01-05 20:02:07,022 WARNING [855:MainThread] root: pafy: youtube-dl not found; falling back to internal backend. This is not as well maintained as the youtube-dl backend. To hide this message, set the environmental variable PAFY_BACKEND to "internal".
  18. 2018-01-05 20:02:07,057 INFO [855:MainThread] mopidy.commands: Starting Mopidy mixer: SoftwareMixer
  19. 2018-01-05 20:02:07,109 INFO [855:MainThread] mopidy.commands: Starting Mopidy audio
  20. 2018-01-05 20:02:07,174 INFO [855:MainThread] mopidy.commands: Starting Mopidy backends: TuneInBackend, StreamBackend, M3UBackend, FileBackend, YoutubeBackend
  21. 2018-01-05 20:02:07,400 INFO [855:Audio-2] mopidy.audio.actor: Audio output set to "autoaudiosink"
  22. 2018-01-05 20:02:07,784 INFO [855:MainThread] mopidy.commands: Starting Mopidy core
  23. 2018-01-05 20:02:08,143 INFO [855:MainThread] mopidy.commands: Starting Mopidy frontends: TtsGpio, SpotmopFrontend, QueueManagerFrontend, IrisFrontend, MpdFrontend, HttpFrontend
  24. 2018-01-05 20:02:08,375 ERROR [855:MainThread] mopidy_ttsgpio.gpio_input_manager: TTSGPIO: Not enough permission to use GPIO. GPIO input will not work
  25. 2018-01-05 20:02:08,434 INFO [855:SpotmopFrontend-10] mopidy_spotmop.frontend: Starting Spotmop 2.10.1
  26. 2018-01-05 20:02:08,487 INFO [855:SpotmopFrontend-10] mopidy_spotmop.frontend: Pusher server running at [0.0.0.0]:6681
  27. 2018-01-05 20:02:08,504 INFO [855:IrisFrontend-12] mopidy_iris.frontend: Starting Iris 3.10.0
  28. 2018-01-05 20:02:08,551 INFO [855:MainThread] mopidy.mpd.actor: MPD server running at [::ffff:127.0.0.1]:6600
  29. 2018-01-05 20:02:08,677 INFO [855:HttpFrontend-15] mopidy.http.actor: HTTP server running at [::ffff:0.0.0.0]:6680
  30. 2018-01-05 20:02:08,684 INFO [855:MainThread] mopidy.commands: Starting GLib mainloop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement