(pvrmanager.enabled) was not found error message
#1
I use the IPTV Simple client, ver 20.11.0

I see a lot of these messages in the debug log and it's one of the last error messages before Kodi crashes out. Can someone advise how to fix? 

2023-10-19 21:15:39.055 T:11080 debug : requested setting (pvrmanager.enabled) was not found.:
Kodi ver.19.1  Aeon MQ 8 Matrix Mod Windows 10 
Reply
#2
Perhaps you are seeing a tvOS bug but without the full debug logs that is only a guess.
Reply
#3
So, that error comes from CSettingsManager.cpp but I doubt it's much to worry about.  I have it in my log like this

xml:
2023-10-20 16:19:57.045 T:653499   debug <CSettingsManager>: requested setting (kodi_addon_instance_name) was not found.
2023-10-20 16:19:57.045 T:653499   debug <CSettingsManager>: requested setting (kodi_addon_instance_enabled) was not found.

For ref, the addon is pvr.hts.  The correct settings file (or at least, the one with the right values in it) starts

xml:
<settings version="2">
    <setting id="trace_debug" default="true">false</setting>
    <setting id="host">192.168.1.50</setting>
    <setting id="https" default="true">false</setting>
    <setting id="http_port" default="true">9981</setting>
    <setting id="htsp_port" default="true">9982</setting>

The error is generated by a file instance-settings-2 which starts like this

xml:
<settings version="2">
    <setting id="kodi_addon_instance_name">tvheadend</setting>
    <setting id="kodi_addon_instance_enabled" default="true">true</setting>
    <setting id="host">192.168.1.50</setting>
    <setting id="https" default="true">false</setting>
    <setting id="http_port" default="true">9981</setting>
    <setting id="htsp_port" default="true">9982</setting>

I dunno more, but if it all works then I wouldn't set too much store by that error message.
Learning Linux the hard way !!
Reply
#4
I agree that log entry in itself is not a concern but he noted that Kodi crashes out I thought it might be this issue https://forum.kodi.tv/showthread.php?tid=373609

The confusing log entry is being looked at in this PR https://github.com/xbmc/xbmc/pull/23648

Martin
Reply

Logout Mark Read Team Forum Stats Members Help
(pvrmanager.enabled) was not found error message0