You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
I'm finally out of ideas about what could be the reason for a problem, I have on a "Kodi based" HTPC system.
VDR runs in background as pure TV backend (I don't care about the VDR OSD at all). Kodi is the only frontend of this system and both are connected via VNSI.
From time to time (actually pretty often, about once a day) the PVR information is not loaded at all. Yesterday, I saved the log files in hope that someone can help me with this.
The big problem is, that Kodi doesn't know about timers if the PVR info loading fails. So it will shut down after the "inactivity timeout" even if a recording is running and will also not set the next recording startup time. kodi.log vdr-syslog.log
The text was updated successfully, but these errors were encountered:
It is possible to revive from this situation when deleting the PVR database from Kodi settings. Sometimes this has to be done several times and yesterday Kodi even crashed in this process. And it doesn't help long. Only about one day before the same problem occurs again.
I don't think this issue is related to vnsi. Looks like a general kodi addon handling and pvr issue. Those requests fail instantly:
23:10:48.929 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - addon ':127.0.0.1:34890' returned an error: server error
23:10:48.929 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '1151313531': server error
23:10:48.940 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - addon ':127.0.0.1:34890' returned an error: server error
23:10:48.940 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '1151313531': server error
23:10:48.950 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - addon ':127.0.0.1:34890' returned an error: server error
23:10:48.950 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '1151313531': server error
23:10:48.960 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - addon ':127.0.0.1:34890' returned an error: server error
23:10:48.960 T:139690224850688 ERROR: PVR - GetChannelGroupMembers - cannot get group members from client '1151313531': server error
Seems vnsi isn't even called (no vnsi errors logged). v17 was not very stable in regard of asynchronous pvr connection handling. I suggest that you try Kodi v18
I'm finally out of ideas about what could be the reason for a problem, I have on a "Kodi based" HTPC system.
VDR runs in background as pure TV backend (I don't care about the VDR OSD at all). Kodi is the only frontend of this system and both are connected via VNSI.
From time to time (actually pretty often, about once a day) the PVR information is not loaded at all. Yesterday, I saved the log files in hope that someone can help me with this.
The big problem is, that Kodi doesn't know about timers if the PVR info loading fails. So it will shut down after the "inactivity timeout" even if a recording is running and will also not set the next recording startup time.
kodi.log
vdr-syslog.log
The text was updated successfully, but these errors were encountered: