Websocket issue - cannot playback but browse from online sources

I am running mopidy as service on a RPi4 with hifiberry dac. I can access the iris frontend and browse online source such as bandcamp.
However, once initiating playback I receive a websocket and pusher error and playback wont start, my connection to mopidy is also lost.

Any pointers to what I need to do to sort this would be very welcome.
Thanks!

I attach my config and the error from journalctl -u mopidy

Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy
X11 connection rejected because of wrong authentication.
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false

[logging]
verbosity = 0
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 = 

[musicbox_webclient]
enabled = false  ; Extension disabled by user config.

[iris]
enabled = true
country = NZ
locale = en_NZ
spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
genius_authorization_url = https://jamesbarnsley.co.nz/iris/auth_genius.php
data_dir = $XDG_DATA_DIR/iris

[bandcamp]
enabled = true
discover_pages = 1
collection_items = 50
discover_genres = 
  All
  Electronic
  Rock
  Metal
  Alternative
  Hip-Hop/Rap
  Experimental
  Punk
  Folk
  Pop
  Ambient
  Soundtrack
  World
  Jazz
  Acoustic
  Funk
  R&B/Soul
  Devotional
  Classical
  Reggae
  Podcasts
  Country
  Spoken Word
  Comedy
  Blues
  Kids
  Audiobooks
  Latin
discover_tags = 
  Outrun
  Future Funk
  Alternative Hip-Hop
  Tokyo, Japan
image_sizes = 
  10
  5
  2
identity = 

[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 = ::
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] # I know this is not yet set, but am not bothering before I get playback from bandcamp
enabled = false  ; Extension disabled due to config errors.
username =   ; Must be set.
password =   ; Must be set.
client_id =   ; Must be set.
client_secret =   ; Must be set.
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 = 

[local]
enabled = true
max_search_results = 100
media_dir = /var/lib/mopidy/media
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
included_file_extensions = 
excluded_file_extensions = 
  .cue
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .pdf
  .png
  .txt
  .zip
directories = 
  Albums                  local:directory?type=album
  Artists                 local:directory?type=artist
  Composers               local:directory?type=artist&role=composer
  Genres                  local:directory?type=genre
  Performers              local:directory?type=artist&role=performer
  Release Years           local:directory?type=date&format=%25Y
  Tracks                  local:directory?type=track
  Last Week's Updates     local:directory?max-age=604800
  Last Month's Updates    local:directory?max-age=2592000
timeout = 10
use_artist_sortname = false
album_art_files = 
  *.jpg
  *.jpeg
  *.png

[alsamixer]
enabled = true
card = 0
control = Master
min_volume = 0
max_volume = 100
volume_scale = cubic

here the log

-- Logs begin at Mon 2021-04-19 16:21:25 CEST. --
Apr 19 21:02:55 piDAC mopidy[2005]: WARNING  [MainThread] mopidy.__main__ Please fix the extension configuration errors or disable the extensions to silence these messages.
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [MainThread] mopidy.commands Starting Mopidy mixer: SoftwareMixer
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [MainThread] mopidy.commands Starting Mopidy audio
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [MainThread] mopidy.commands Starting Mopidy backends: BandcampBackend, FileBackend, M3UBackend, StreamBackend, LocalBackend
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [Audio-2] mopidy.audio.actor Audio output set to "autoaudiosink"
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [MainThread] mopidy.commands Starting Mopidy core
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [MainThread] mopidy.commands Starting Mopidy frontends: IrisFrontend, HttpFrontend
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [IrisFrontend-9] mopidy_iris.core Starting Iris 3.57.6
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [HttpFrontend-11] mopidy.http.actor HTTP server running at [::]:6680
Apr 19 21:02:55 piDAC mopidy[2005]: INFO     [MainThread] mopidy.commands Starting GLib mainloop
Apr 19 21:03:34 piDAC mopidy[2005]: * failed to open vchiq instance
Apr 19 21:03:34 piDAC systemd[1]: mopidy.service: Main process exited, code=exited, status=255/EXCEPTION
Apr 19 21:03:34 piDAC systemd[1]: mopidy.service: Failed with result 'exit-code'.

If you are using the desktop version the “* failed to open vchiq instance” usually means you need to add mopidy to the video group.
sudo adduser mopidy video

Thanks for the suggestions Steve,
I checked and user mopidy was already listed in the video and audio group.

Nevertheless I reran the command in case I overlooked something - and see that there are issues with my locale settings. Could this affect the behaviour of the vchiq instance?

sudo adduser mopidy video
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = "en_US.UTF-8",
	LC_ALL = "en_US.UTF-8",
	LC_ADDRESS = "de_LU.UTF-8",
	LC_NAME = "de_LU.UTF-8",
	LC_MONETARY = "de_LU.UTF-8",
	LC_PAPER = "de_LU.UTF-8",
	LC_TYPE = "en_US.UTF-8",
	LC_IDENTIFICATION = "de_LU.UTF-8",
	LC_TELEPHONE = "de_LU.UTF-8",
	LC_MEASUREMENT = "de_LU.UTF-8",
	LC_TIME = "de_LU.UTF-8",
	LC_NUMERIC = "de_LU.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
The user `mopidy' is already a member of `video'.

To provide more details I attach here a more detailed error log using mopidy -vvvv 2>&1 | tee mopidy.log

INFO     2021-04-22 11:35:22,520 [1008:MainThread] mopidy.__main__
  Starting Mopidy 3.1.1
DEBUG    2021-04-22 11:35:22,532 [1008:MainThread] mopidy.ext
  Loading entry point: musicbox_webclient = mopidy_musicbox_webclient:Extension
DEBUG    2021-04-22 11:35:22,536 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-MusicBox-Webclient 3.1.0
DEBUG    2021-04-22 11:35:22,537 [1008:MainThread] mopidy.ext
  Loading entry point: iris = mopidy_iris:Extension
DEBUG    2021-04-22 11:35:22,538 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-Iris 3.57.6
DEBUG    2021-04-22 11:35:22,538 [1008:MainThread] mopidy.ext
  Loading entry point: bandcamp = mopidy_bandcamp:Extension
DEBUG    2021-04-22 11:35:22,540 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-Bandcamp 1.1.3
DEBUG    2021-04-22 11:35:22,548 [1008:MainThread] mopidy.ext
  Loading entry point: file = mopidy.file:Extension
DEBUG    2021-04-22 11:35:22,549 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-File 3.1.1
DEBUG    2021-04-22 11:35:22,549 [1008:MainThread] mopidy.ext
  Loading entry point: http = mopidy.http:Extension
DEBUG    2021-04-22 11:35:22,550 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-HTTP 3.1.1
DEBUG    2021-04-22 11:35:22,550 [1008:MainThread] mopidy.ext
  Loading entry point: m3u = mopidy.m3u:Extension
DEBUG    2021-04-22 11:35:22,551 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-M3U 3.1.1
DEBUG    2021-04-22 11:35:22,551 [1008:MainThread] mopidy.ext
  Loading entry point: softwaremixer = mopidy.softwaremixer:Extension
DEBUG    2021-04-22 11:35:22,552 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-SoftwareMixer 3.1.1
DEBUG    2021-04-22 11:35:22,552 [1008:MainThread] mopidy.ext
  Loading entry point: stream = mopidy.stream:Extension
DEBUG    2021-04-22 11:35:22,553 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-Stream 3.1.1
DEBUG    2021-04-22 11:35:22,553 [1008:MainThread] mopidy.ext
  Loading entry point: spotify = mopidy_spotify:Extension
DEBUG    2021-04-22 11:35:22,555 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-Spotify 4.1.0
DEBUG    2021-04-22 11:35:22,556 [1008:MainThread] mopidy.ext
  Loading entry point: local = mopidy_local:Extension
DEBUG    2021-04-22 11:35:22,592 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-Local 3.2.0
DEBUG    2021-04-22 11:35:22,592 [1008:MainThread] mopidy.ext
  Loading entry point: alsamixer = mopidy_alsamixer:Extension
DEBUG    2021-04-22 11:35:22,595 [1008:MainThread] mopidy.ext
  Loaded extension: Mopidy-ALSAMixer 2.0.1
DEBUG    2021-04-22 11:35:22,601 [1008:MainThread] mopidy.ext
  Discovered extensions: musicbox_webclient, iris, bandcamp, file, http, m3u, softwaremixer, stream, spotify, local, alsamixer
DEBUG    2021-04-22 11:35:22,631 [1008: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     2021-04-22 11:35:22,632 [1008:MainThread] mopidy.config
  Loading config from builtin defaults
DEBUG    2021-04-22 11:35:22,636 [1008:MainThread] mopidy.config
  Loading config from file:///etc/xdg/mopidy/mopidy.conf failed; it does not exist
INFO     2021-04-22 11:35:22,637 [1008:MainThread] mopidy.config
  Loading config from file:///home/pi/.config/mopidy/mopidy.conf
INFO     2021-04-22 11:35:22,640 [1008:MainThread] mopidy.config
  Loading config from command line options
DEBUG    2021-04-22 11:35:22,652 [1008:MainThread] mopidy.ext
  Validating extension: musicbox_webclient
DEBUG    2021-04-22 11:35:22,744 [1008:MainThread] mopidy.ext
  Validating extension: iris
DEBUG    2021-04-22 11:35:22,804 [1008:MainThread] mopidy.ext
  Validating extension: bandcamp
DEBUG    2021-04-22 11:35:22,810 [1008:MainThread] mopidy.ext
  Validating extension: file
DEBUG    2021-04-22 11:35:22,810 [1008:MainThread] mopidy.ext
  Validating extension: http
DEBUG    2021-04-22 11:35:22,949 [1008:MainThread] mopidy.ext
  Validating extension: m3u
DEBUG    2021-04-22 11:35:22,949 [1008:MainThread] mopidy.ext
  Validating extension: softwaremixer
DEBUG    2021-04-22 11:35:22,949 [1008:MainThread] mopidy.ext
  Validating extension: stream
DEBUG    2021-04-22 11:35:22,950 [1008:MainThread] mopidy.ext
  Validating extension: spotify
DEBUG    2021-04-22 11:35:22,969 [1008:MainThread] mopidy.ext
  Validating extension: local
DEBUG    2021-04-22 11:35:22,987 [1008:MainThread] mopidy.ext
  Validating extension: alsamixer
INFO     2021-04-22 11:35:23,007 [1008:MainThread] mopidy.__main__
  Enabled extensions: file, bandcamp, stream, musicbox_webclient, http, softwaremixer, m3u, iris, alsamixer
INFO     2021-04-22 11:35:23,007 [1008:MainThread] mopidy.__main__
  Disabled extensions: local, spotify
WARNING  2021-04-22 11:35:23,007 [1008:MainThread] mopidy.__main__
  Found local configuration errors. The extension has been automatically disabled:
WARNING  2021-04-22 11:35:23,008 [1008:MainThread] mopidy.__main__
    local/media_dir must be set.
WARNING  2021-04-22 11:35:23,008 [1008:MainThread] mopidy.__main__
  Found spotify configuration errors. The extension has been automatically disabled:
WARNING  2021-04-22 11:35:23,008 [1008:MainThread] mopidy.__main__
    spotify/username must be set.
WARNING  2021-04-22 11:35:23,008 [1008:MainThread] mopidy.__main__
    spotify/password must be set.
WARNING  2021-04-22 11:35:23,008 [1008:MainThread] mopidy.__main__
    spotify/client_id must be set.
WARNING  2021-04-22 11:35:23,008 [1008:MainThread] mopidy.__main__
    spotify/client_secret must be set.
WARNING  2021-04-22 11:35:23,009 [1008:MainThread] mopidy.__main__
  Please fix the extension configuration errors or disable the extensions to silence these messages.
DEBUG    2021-04-22 11:35:23,301 [1008:MainThread] mopidy.commands
  Available Mopidy mixers: SoftwareMixer, AlsaMixer
INFO     2021-04-22 11:35:23,302 [1008:MainThread] mopidy.commands
  Starting Mopidy mixer: SoftwareMixer
DEBUG    2021-04-22 11:35:23,303 [1008:MainThread] pykka
  Registered SoftwareMixer (urn:uuid:7d2a9939-e7ae-416f-9c50-132aa92b6dd8)
DEBUG    2021-04-22 11:35:23,303 [1008:MainThread] pykka
  Starting SoftwareMixer (urn:uuid:7d2a9939-e7ae-416f-9c50-132aa92b6dd8)
DEBUG    2021-04-22 11:35:23,305 [1008:MainThread] mopidy.commands
  Mixer volume left unchanged
INFO     2021-04-22 11:35:23,306 [1008:MainThread] mopidy.commands
  Starting Mopidy audio
DEBUG    2021-04-22 11:35:23,306 [1008:MainThread] pykka
  Registered Audio (urn:uuid:f233bbab-b225-4fc5-9927-77f4bdf6a1d9)
DEBUG    2021-04-22 11:35:23,306 [1008:MainThread] pykka
  Starting Audio (urn:uuid:f233bbab-b225-4fc5-9927-77f4bdf6a1d9)
INFO     2021-04-22 11:35:23,309 [1008:MainThread] mopidy.commands
  Starting Mopidy backends: BandcampBackend, FileBackend, M3UBackend, StreamBackend
DEBUG    2021-04-22 11:35:23,310 [1008:MainThread] pykka
  Registered BandcampBackend (urn:uuid:b67604ab-a031-465d-bbe6-2d5da9e809d0)
DEBUG    2021-04-22 11:35:23,311 [1008:MainThread] pykka
  Starting BandcampBackend (urn:uuid:b67604ab-a031-465d-bbe6-2d5da9e809d0)
TRACE    2021-04-22 11:35:23,323 [1008:MainThread] mopidy.internal.timer
  BandcampBackend took 13ms
DEBUG    2021-04-22 11:35:23,325 [1008:MainThread] mopidy.file.library
  Failed expanding path ($XDG_MUSIC_DIR) from file/media_dirs config value.
DEBUG    2021-04-22 11:35:23,326 [1008:MainThread] pykka
  Registered FileBackend (urn:uuid:11cdb583-a906-4417-9f3f-f8cd7bb59d3c)
DEBUG    2021-04-22 11:35:23,326 [1008:MainThread] pykka
  Starting FileBackend (urn:uuid:11cdb583-a906-4417-9f3f-f8cd7bb59d3c)
TRACE    2021-04-22 11:35:23,332 [1008:MainThread] mopidy.internal.timer
  FileBackend took 8ms
DEBUG    2021-04-22 11:35:23,334 [1008:MainThread] pykka
  Registered M3UBackend (urn:uuid:f48ae74e-25cb-4a3e-a8b9-3c97505e091c)
DEBUG    2021-04-22 11:35:23,336 [1008:MainThread] pykka
  Starting M3UBackend (urn:uuid:f48ae74e-25cb-4a3e-a8b9-3c97505e091c)
TRACE    2021-04-22 11:35:23,338 [1008:MainThread] mopidy.internal.timer
  M3UBackend took 5ms
INFO     2021-04-22 11:35:23,341 [1008:Audio-2] mopidy.audio.actor
  Audio output set to "autoaudiosink"
DEBUG    2021-04-22 11:35:23,355 [1008:MainThread] pykka
  Registered StreamBackend (urn:uuid:5e739e52-2842-42f4-8096-1d59f7653500)
DEBUG    2021-04-22 11:35:23,355 [1008:MainThread] pykka
  Starting StreamBackend (urn:uuid:5e739e52-2842-42f4-8096-1d59f7653500)
TRACE    2021-04-22 11:35:23,361 [1008:MainThread] mopidy.internal.timer
  StreamBackend took 22ms
INFO     2021-04-22 11:35:23,362 [1008:MainThread] mopidy.commands
  Starting Mopidy core
DEBUG    2021-04-22 11:35:23,367 [1008:MainThread] pykka
  Registered Core (urn:uuid:14bd520b-fa80-47dd-8ed2-69510e656fc8)
DEBUG    2021-04-22 11:35:23,367 [1008:MainThread] pykka
  Starting Core (urn:uuid:14bd520b-fa80-47dd-8ed2-69510e656fc8)
INFO     2021-04-22 11:35:23,376 [1008:MainThread] mopidy.commands
  Starting Mopidy frontends: IrisFrontend, HttpFrontend
DEBUG    2021-04-22 11:35:23,377 [1008:MainThread] pykka
  Registered IrisFrontend (urn:uuid:3db72877-62df-46d7-90fe-d7bd04bbd706)
DEBUG    2021-04-22 11:35:23,377 [1008:MainThread] pykka
  Starting IrisFrontend (urn:uuid:3db72877-62df-46d7-90fe-d7bd04bbd706)
INFO     2021-04-22 11:35:23,377 [1008:IrisFrontend-8] mopidy_iris.core
  Starting Iris 3.57.6
TRACE    2021-04-22 11:35:23,378 [1008:MainThread] mopidy.internal.timer
  IrisFrontend took 1ms
DEBUG    2021-04-22 11:35:23,379 [1008:MainThread] mopidy.http.actor
  Starting HTTP server
ERROR    2021-04-22 11:35:23,380 [1008:MainThread] mopidy.commands
  Frontend (HttpFrontend) initialization error: HTTP server startup failed: [Errno 98] Address already in use
INFO     2021-04-22 11:35:23,381 [1008:MainThread] mopidy.commands
  Starting GLib mainloop

Are you using the latest desktop version of Raspbian? The one with pulseaudio?

Yes, the release form 2021-03-04:
2021-03-04-raspios-buster-armhf-full.zip

Are there known issues with pulseaudio that I am not aware off? If so, if someone could point me to the relevant documentation?
If not, any other ideas what might be the issue here?

Currently we only know about Running as a service — Mopidy 3.1.1-1-gf17acacf documentation

Did you do that?

I updated the relevant bits but still not working. The errors have changed though.
I can still not play anything, but will be stuck in a forever loop for the first 4 seconds counting on the progress bar for playback - but no actual sound playback.

-- Logs begin at Thu 2021-04-22 11:41:24 CEST, end at Wed 2021-04-28 10:51:30 CEST. --
Apr 22 11:41:28 piDAC systemd[1]: Starting Mopidy music server...
Apr 22 11:41:28 piDAC systemd[1]: Started Mopidy music server.
Apr 22 11:41:31 piDAC mopidy[477]: INFO     [MainThread] mopidy.__main__ Starting Mopidy 3.1.1
Apr 22 11:41:31 piDAC mopidy[477]: INFO     [MainThread] mopidy.config Loading config from builtin defaults
Apr 22 11:41:31 piDAC mopidy[477]: INFO     [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy-local.conf
Apr 22 11:41:31 piDAC mopidy[477]: INFO     [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy.conf
Apr 22 11:41:31 piDAC mopidy[477]: INFO     [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopidy.conf
Apr 22 11:41:31 piDAC mopidy[477]: INFO     [MainThread] mopidy.config Loading config from command line options
Apr 22 11:41:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.__main__ Enabled extensions: local, file, http, stream, bandcamp, iris, alsamixer, softwaremixer, m3u
Apr 22 11:41:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.__main__ Disabled extensions: spotify, musicbox_webclient
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Starting Mopidy mixer: SoftwareMixer
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Starting Mopidy audio
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Starting Mopidy backends: BandcampBackend, FileBackend, M3UBackend, StreamBackend, LocalBackend
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Starting Mopidy core
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [Audio-2] mopidy.audio.actor Audio output set to "autoaudiosink"
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Starting Mopidy frontends: IrisFrontend, HttpFrontend
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [IrisFrontend-9] mopidy_iris.core Starting Iris 3.57.6
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [HttpFrontend-11] mopidy.http.actor HTTP server running at [::]:6680
Apr 22 11:41:33 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Starting GLib mainloop
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands GLib mainloop got SIGTERM. Exiting...
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Stopping Mopidy frontends
Apr 28 10:45:32 piDAC systemd[1]: Stopping Mopidy music server...
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [IrisFrontend-9] mopidy_iris.core Stopping Iris
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Stopping Mopidy core
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Stopping Mopidy backends
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Stopping Mopidy audio
Apr 28 10:45:32 piDAC mopidy[477]: INFO     [MainThread] mopidy.commands Stopping Mopidy mixer
Apr 28 10:45:32 piDAC systemd[1]: mopidy.service: Succeeded.
Apr 28 10:45:32 piDAC systemd[1]: Stopped Mopidy music server.
Apr 28 10:45:32 piDAC systemd[1]: Starting Mopidy music server...
Apr 28 10:45:32 piDAC systemd[1]: Started Mopidy music server.
Apr 28 10:45:33 piDAC mopidy[974]: INFO     [MainThread] mopidy.__main__ Starting Mopidy 3.1.1
Apr 28 10:45:33 piDAC mopidy[974]: INFO     [MainThread] mopidy.config Loading config from builtin defaults
Apr 28 10:45:33 piDAC mopidy[974]: INFO     [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy-local.conf
Apr 28 10:45:33 piDAC mopidy[974]: INFO     [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy.conf
Apr 28 10:45:33 piDAC mopidy[974]: INFO     [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopidy.conf
Apr 28 10:45:33 piDAC mopidy[974]: INFO     [MainThread] mopidy.config Loading config from command line options
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.__main__ Enabled extensions: stream, iris, file, bandcamp, m3u, local, http, alsamixer, softwaremixer
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.__main__ Disabled extensions: spotify, musicbox_webclient
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.commands Starting Mopidy mixer: SoftwareMixer
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.commands Starting Mopidy audio
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.commands Starting Mopidy backends: BandcampBackend, FileBackend, M3UBackend, StreamBackend, LocalBackend
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [Audio-2] mopidy.audio.actor Audio output set to "pulsesink server=127.0.0.1"
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.commands Starting Mopidy core
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.commands Starting Mopidy frontends: IrisFrontend, HttpFrontend
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [IrisFrontend-9] mopidy_iris.core Starting Iris 3.57.6
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [HttpFrontend-11] mopidy.http.actor HTTP server running at [::]:6680
Apr 28 10:45:34 piDAC mopidy[974]: INFO     [MainThread] mopidy.commands Starting GLib mainloop
Apr 28 10:49:32 piDAC mopidy[974]: ERROR    [MainThread] mopidy.audio.gst GStreamer error: Failed to connect: Connection refused
Apr 28 10:49:32 piDAC mopidy[974]: WARNING  [Audio-2] mopidy.audio.actor Setting GStreamer state to GST_STATE_PLAYING failed
Apr 28 10:49:32 piDAC mopidy[974]: WARNING  [Core-8] mopidy.core.tracklist Track is not playable: bandcamp:track:1364378704-1538628686-769488786
Apr 28 10:49:40 piDAC mopidy[974]: ERROR    [MainThread] mopidy.audio.gst GStreamer error: Failed to connect: Connection refused
Apr 28 10:49:40 piDAC mopidy[974]: WARNING  [Audio-2] mopidy.audio.actor Setting GStreamer state to GST_STATE_PLAYING failed
Apr 28 10:49:40 piDAC mopidy[974]: WARNING  [Core-8] mopidy.core.tracklist Track is not playable: bandcamp:track:1364378704-1538628686-2636992547
Apr 28 10:49:41 piDAC mopidy[974]: ERROR    [MainThread] mopidy.audio.gst GStreamer error: Failed to connect: Connection refused

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.