You are not logged in.

#1 2020-05-01 16:36:46

nem0x
Member
Registered: 2020-05-01
Posts: 1

ncmpcpp/mopidy timeout

I've had this working in the past and after starting up my laptop and doing updates it is no longer.
I continue to get timeout errors from ncmpcpp. Have checked config files to confirm its setup at 127.0.0.1:6680
Mopidy is setup to run as a service. Below are /etc/mopidy/mopidy.conf and ~/.ncmpcpp/config relevant pieces.

I don't see any errors in ncmpcpp log. Feel like I am missing something simple.

mpd_host = "127.0.0.1"
mpd_port = "6680"
mpd_connection_timeout = "20" # I set this to test
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6680
● mopidy.service - Mopidy music server
     Loaded: loaded (/usr/lib/systemd/system/mopidy.service; enabled; vendor preset: disabled)
     Active: active (running) since Fri 2020-05-01 09:00:57 MST; 35min ago
   Main PID: 312 (mopidy)
      Tasks: 10 (limit: 9166)
     Memory: 74.4M
     CGroup: /system.slice/mopidy.service
             └─312 /usr/bin/python /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf

May 01 09:00:58 sakhet mopidy[312]:   HTTP server running at [::ffff:127.0.0.1]:6680

Offline

#2 2020-05-01 19:46:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,821

Re: ncmpcpp/mopidy timeout

I know nothing about mopidy, but it seems to run a http server on 6680 (try http://localhost:6680 ) and thus mpd (which log you should inspect) cannot claim that port.
Did you try configuring it to 6600 ?

Offline

Board footer

Powered by FluxBB