-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I'm getting the error stated in the title just as it says it will attempt to restart hyperion in the config addon.
Kodi is installed on my raspberry pi3 through the dietpi setup.
I saw your reply to a similar issuse:
Could you send me the output of:
ls -l /storage/.config
ls -l /storage/hyperion/bin/
ls -l /storage/.kodi/addons/
ls -l /storage/.kodi/addons/plugin.program.hyperion.configurator-master/hyperion.config.new
I don't have a /storage at all, yet.. when i type
sudo service hyperion status
i get
● hyperion.service - Hyperion Systemd service
Loaded: loaded (/etc/systemd/system/hyperion.service; enabled)
Active: active (running) since Thu 2017-08-31 15:52:10 UTC; 30min ago
Main PID: 2424 (hyperiond)
CGroup: /system.slice/hyperion.service
└─2424 /usr/bin/hyperiond /etc/hyperion/hyperion.config.json
Aug 31 15:52:10 DietPi hyperiond[2424]: BLACKBORDER INFO: threshold set to 0 (0)
Aug 31 15:52:10 DietPi hyperiond[2424]: BLACKBORDER INFO: mode:default
Aug 31 15:52:10 DietPi hyperiond[2424]: INFO: Frame grabber created and started
Aug 31 15:52:10 DietPi hyperiond[2424]: KODICHECK INFO: Kodi Connected
Aug 31 15:52:10 DietPi hyperiond[2424]: KODICHECK INFO: switching to OFF mode
Aug 31 15:52:13 DietPi hyperiond[2424]: EFFECTENGINE INFO: effect finished
Aug 31 16:04:03 DietPi hyperiond[2424]: JSONSERVER INFO: New connection
Aug 31 16:04:03 DietPi hyperiond[2424]: BLACKBORDER INFO: threshold set to 0 (0)
Aug 31 16:04:03 DietPi hyperiond[2424]: BLACKBORDER INFO: mode:default
Aug 31 16:06:45 DietPi hyperiond[2424]: JSONSERVER INFO: Connection closed
So it is installed?
Thanks