I have a brand new installation on a Pi2 using OSMC_TGT_rbp2_20180805.img
The Pi2 is wired to the network for now, i am using the HTML interface and not HDMI.
Once I got in using SSH, I did update, dist-upgrade and reboot. Now OSMC is on Chorus 2.4.4 and Kodi 17.6
In the webbrowser (on Chrome, IE W10 and Safari) I have indentified two issues:
- “Websocket failed to connect” errors.
- Unable to add new AddOns.
Based on search, I tried to change the websocket port from 9090 (default) to 80 and to 8080 without solving my issues.
dmesg doesn’t show any problems
tail -f kodi.log shows the following after i did “tvservice --off” as I don’t have HDMI connected:
06:47:06.979 T:1766847232 ERROR: CecLogMessage - Open - vc_cec could not be initialised
06:47:06.979 T:1766847232 ERROR: CecLogMessage - could not open a connection (try 8)
06:47:07.979 T:1766847232 ERROR: CecLogMessage - RegisterLogicalAddress - CEC is being used by another application. Run “tvservice --off” and try again.
06:47:07.979 T:1766847232 ERROR: CecLogMessage - Open - vc_cec could not be initialised
06:47:07.980 T:1766847232 ERROR: CecLogMessage - could not open a connection (try 9)
06:47:08.980 T:1766847232 ERROR: CecLogMessage - RegisterLogicalAddress - CEC is being used by another application. Run “tvservice --off” and try again.
06:47:08.980 T:1766847232 ERROR: CecLogMessage - Open - vc_cec could not be initialised
06:47:08.980 T:1766847232 ERROR: CecLogMessage - could not open a connection (try 10)
06:47:09.980 T:1758458624 ERROR: OpenConnection - could not opening a connection to the CEC adapter
06:47:09.984 T:1766847232 ERROR: CecLogMessage - could not start CEC communications
where should i look next?