Hello.
My problem is that i'm not able to run Lidarr (port: 8686) v.9.2.0.10 and Sonarr (port: 8989) v. 9.2.0.39 . On the browser I'm getting the information that the site can't be reached: ERR_CONNECTION_REFUSED
I have LibreELEC 9.2.4 running on a RPi3. I'm working within local network - so no router or firewall impacting.
I'm able to run Jackett (port: 9117) v.9.2.0.50, Radarr (port: 7878) v.9.2.0.35 or Transmission (port: 9091) 9.2.0.24 - all installed from Thoradia Add-ons (9.2.0.23).
I have de-installed and installed Lidarr and Sonarr several times already. And also tried if the situation improves after restart. But without any effect. Following my findings which I have made already:
systemctl status service.sonarr showing me that service.sonarr failed.
service.sonarr.service - Sonarr
Loaded: loaded (/storage/.kodi/addons/service.sonarr/system.d/service.sonarr.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2020/10/12 21:18:07 CEST; 23min ago
Process: 767 ExecStart=/bin/sh /storage/.kodi/addons/service.sonarr/bin/sonarr.ctl -nobrowser (code=exited, status=127)
Main PID: 767 (code=exited, status=127)
journalctl -u service.sonarr showing me that it tried to start sonarr but failed because not finding a certificate.
systemd[1]: Started Sonarr.
service.sonarr[767]: /storage/.kodi/addons/service.sonarr/bin/sonarr.ctl: line 32: cert-sync: not found
service.sonarr[767]: nice: can't execute 'mono': No such file or directory
systemd[1]: service.sonarr.service: Main process exited, code=exited, status=127/n/a
systemd[1]: service.sonarr.service: Failed with result 'exit-code'.
systemd[1]: service.sonarr.service: Service Restart5sec-100ms expired, scheduling restart.
systemd[1]: service.sonarr.service: Scheduled restart job, restart counter is at 5.
systemd[1]: Stopped Sonarr.
The file /storage/.kodi/addons/service.sonarr/bin/sonarr.ctl contains around line 32 following function:
use_mono() {
_cmd="mono --debug ${ADDON_DIR}/libs/Sonarr.exe -data=${ADDON_HOME}"
cert-sync --quiet --user /etc/pki/tls/cacert.pem
}
In general the file /etc/pki/tls/cacert.pem exists with certificate data from Mozilla as of: Sun May 31 2020.
But from this point on I have no clue what else to do.
I would very appreciate any help.
Thank you in advance.