05-10-2020, 03:35 PM
@_mAo_
I'm suspicious of this error from your log
If you're really curious and are comfortable working from the command line (via ssh), you could see if more information is available using the journalctl command. Here's an example for my working system:
Truth in advertising: this is what bitheads like me do. Tim's suggestion that you reinstall likely will prove more productive!
Regards,
Kent
I'm suspicious of this error from your log
Code:
May 10 09:13:40 moode systemd[1]: mpd.service: Main process exited, code=killed, status=7/BUS
May 10 09:13:40 moode systemd[1]: mpd.service: Failed with result 'signal'.
If you're really curious and are comfortable working from the command line (via ssh), you could see if more information is available using the journalctl command. Here's an example for my working system:
Code:
pi@moodelr:~ $ sudo journalctl -u mpd
-- Logs begin at Sun 2020-05-10 10:38:32 EDT, end at Sun 2020-05-10 11:27:15 EDT. --
May 10 10:38:52 moodelr systemd[1]: /lib/systemd/system/mpd.service:8: CPU scheduling priority is out of range, ignoring: 43
May 10 10:38:52 moodelr systemd[1]: Started Music Player Daemon.
May 10 10:38:52 moodelr mpd[1082]: May 10 10:38 : exception: Input plugin 'tidal' is unavailable: No Tidal application token configured
May 10 10:38:52 moodelr mpd[1082]: May 10 10:38 : exception: Input plugin 'qobuz' is unavailable: No Qobuz app_id configured
May 10 10:39:04 moodelr systemd[1]: Stopping Music Player Daemon...
May 10 10:39:04 moodelr systemd[1]: mpd.service: Succeeded.
May 10 10:39:04 moodelr systemd[1]: Stopped Music Player Daemon.
May 10 10:39:04 moodelr systemd[1]: Started Music Player Daemon.
May 10 10:39:04 moodelr mpd[1398]: May 10 10:39 : exception: Input plugin 'tidal' is unavailable: No Tidal application token configured
May 10 10:39:04 moodelr mpd[1398]: May 10 10:39 : exception: Input plugin 'qobuz' is unavailable: No Qobuz app_id configured
Truth in advertising: this is what bitheads like me do. Tim's suggestion that you reinstall likely will prove more productive!
Regards,
Kent