05-20-2021, 01:37 PM
@caseyjones @klausimausi04 ok clear.
If you feel comfortable with the ssh terminal (on the system config page is a web ssh terminal); could you run the following command when you have problems:
My output when having issues looks like:
And does the following command fix the issue (temporary till the next issue):
If you feel comfortable with the ssh terminal (on the system config page is a web ssh terminal); could you run the following command when you have problems:
Code:
sudo systemctl status upmpdcli
My output when having issues looks like:
Code:
pi@moodep4:~ $ sudo systemctl status upmpdcli
● upmpdcli.service - UPnP Renderer front-end to MPD
Loaded: loaded (/lib/systemd/system/upmpdcli.service; disabled; vendor preset: enabled)
Active: active (running) since Thu 2021-05-20 13:07:26 CEST; 2h 22min ago
Main PID: 16996 (upmpdcli)
Tasks: 10 (limit: 4915)
CGroup: /system.slice/upmpdcli.service
└─16996 /usr/bin/upmpdcli -c /etc/upmpdcli.conf
May 20 13:07:26 moodep4 systemd[1]: Started UPnP Renderer front-end to MPD.
May 20 13:07:26 moodep4 upmpdcli[16996]: :3:src/mediaserver/contentdirectory.cxx:189::ContentDirectory: not creating entry for hra because neither hrauser nor hraautostart are defined in the co
May 20 13:07:26 moodep4 upmpdcli[16996]: :3:src/mediaserver/contentdirectory.cxx:189::ContentDirectory: not creating entry for qobuz because neither qobuzuser nor qobuzautostart are defined in
May 20 13:07:26 moodep4 upmpdcli[16996]: :3:src/mediaserver/contentdirectory.cxx:189::ContentDirectory: not creating entry for spotify because neither spotifyuser nor spotifyautostart are defin
May 20 13:07:26 moodep4 upmpdcli[16996]: :3:src/mediaserver/contentdirectory.cxx:189::ContentDirectory: not creating entry for tidal because neither tidaluser nor tidalautostart are defined in
May 20 13:07:26 moodep4 upmpdcli[16996]: :3:src/mediaserver/contentdirectory.cxx:189::ContentDirectory: not creating entry for uprcl because neither uprcluser nor uprclautostart are defined in
May 20 13:07:26 moodep4 upmpdcli[16996]: :3:libupnpp/upnpplib.cxx:229::LibUPnP: Using IPV4 192.168.178.152 port 49152 IPV6 port 49152
May 20 13:38:16 moodep4 upmpdcli[16996]: :2:src/mpdcli.cxx:311::mpd_run_stop(m_conn) failed: Connection closed by the server
May 20 13:38:16 moodep4 upmpdcli[16996]: :3:src/mpdcli.cxx:148::MPDCli::startEventLoop: already started
And does the following command fix the issue (temporary till the next issue):
Code:
sudo systemctl restart upmpdcli