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'.