Can't connect to mpd server over mopidy-irirs

I can’t connect to the mopidy server over iris on latest arch linux

When i hit 127.0.0.1:6600 in the browser then connect over http but dosen’t display anything

When i open 127.0.0.1:6680 then can’t open

Only when i open 127.'0.0.1:6680/iris it will open iris

morta@lapt0p ~]$ sudo systemctl status mopidy
● mopidy.service - Mopidy music server
Loaded: loaded (/usr/lib/systemd/system/mopidy.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2021-09-09 20:49:06 CEST; 7s ago
Main PID: 4653 (mopidy)
Tasks: 18 (limit: 37732)
Memory: 66.2M
CPU: 1.537s
CGroup: /system.slice/mopidy.service
└─4653 /usr/bin/python /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf

Sep 09 20:49:07 lapt0p mopidy[4653]: INFO 2021-09-09 20:49:07,730 [4653:MainThread] mopidy_mpd.actor
Sep 09 20:49:07 lapt0p mopidy[4653]: MPD server running at [::ffff:127.0.0.1]:6600
Sep 09 20:49:07 lapt0p mopidy[4653]: INFO 2021-09-09 20:49:07,731 [4653:QSaverFrontend-13] mopidy_qsaver.frontend
Sep 09 20:49:07 lapt0p mopidy[4653]: Qsaver unable to restore tracklist file
Sep 09 20:49:07 lapt0p mopidy[4653]: INFO 2021-09-09 20:49:07,732 [4653:IrisFrontend-15] mopidy_iris.core
Sep 09 20:49:07 lapt0p mopidy[4653]: Starting Iris 3.58.2
Sep 09 20:49:07 lapt0p mopidy[4653]: INFO 2021-09-09 20:49:07,734 [4653:MainThread] mopidy.commands
Sep 09 20:49:07 lapt0p mopidy[4653]: Starting GLib mainloop
Sep 09 20:49:07 lapt0p mopidy[4653]: INFO 2021-09-09 20:49:07,786 [4653:SpotifyEventLoop] mopidy_spotify.backend
Sep 09 20:49:07 lapt0p mopidy[4653]: Logged in to Spotify in online mode

[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir = $XDG_DATA_DIR/mopidy
max_tracklist_length = 10000
restore_state = false

[audio]
mixer = software
mixer_volume = 75
output = pulsesink server=127.0.0.1
buffer_time =

[softwaremixer]
enabled = true

#[alsamixer]
#card = 2
#control = Master
#min_volume = 0
#max_volume = 100
#volume_scale = cubic

[proxy]
scheme =
hostname =
port =
username =
password =

[file]
enabled = flase
media_dirs =
/home/GDRIVE/mp3/
excluded_file_extensions =
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = no
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 =

[youtube]
enabled = true

[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000

[spotify]
enabled = true
username = 2gs30f5wnu50q5fliq9jcdgnc
password = ***
client_id = 6361a627-46da-4f65-8b59-0326152bb8c6
client_secret = ***
bitrate = 320
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 = ch

[soundcloud]
enabled = true
auth_token = ****
explore_songs = 50

[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password =
max_connections = 20
connection_timeout = 120
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u

[local]
enabled = true
max_search_results = 50000
media_dir = /home/GDRIVE
scan_timeout = 10000
scan_flush_threshold = 100
scan_follow_symlinks = no
included_file_extensions =
.mp3
.flac
excluded_file_extensions =
.directory
.cue
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
.m3u
.sfv
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

[iris]
enabled = true
country = ch
locale = de
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

[logging]
config_file = /etc/mopidy/logging.conf
debug_file = /etc/mopidy/mopidy-debug.log

Ports 6600 and 6680 are open in iptables

What would you expect this to display? Web browsers so not understand the MPD protocol.

This should work, especially if /iris works. The part of your log file which would help is missing. Use journalctl to show the full log. See Mopidy debug documentation of you are unfamiliar.

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