crash inside cPVRClientNextPVR::GetTimers
#1
Crash using kodi 16.x pvr.NextPVR

Best I can follow.

so far, best I can tell it is inside some pvr timer update.

near last thing in app log is:

CurlFile::Open(0x165cf6400) http://xxx.xxx.xxx.xxx:8866/service?meth...1e1676683c


and in nextpvr log:

2016-03-19 13:31:37.564 [DEBUG][17] Got Web Request (yyy.yyy.yyy.yyy): /service method=recording.recurring.list&filter=pending&sid=5aad23da11fc4f468984a01e1676683c

which returned:

2016-03-19 13:31:37.565 [DEBUG][17] <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
<err code="8" msg="Invalid Session" />
</rsp>

this is inside the pvr client at:

cPVRClientNextPVR::GetTimers

I did notice inside cPVRClientNextPVR:Big GrinoRequest, HTTP_OK is return regardless of if rsp stat="ok" or "fail", and some of the relying code excepts the response to be valid.

Thoughts ?
MrMC Forums : http://forum.mrmc.tv
Reply
#2
If you can supply the nextpvr logs, and kodi.log, I'll take a look.
Reply
#3
need an email, there are IPs that cannot be exposed in public.
MrMC Forums : http://forum.mrmc.tv
Reply
#4
You can PM me a private a link to the logs.
Reply
#5
(2016-03-20, 05:00)sub3 Wrote: You can PM me a private a link to the logs.

done.
MrMC Forums : http://forum.mrmc.tv
Reply
#6
possible fix for crash. does not address why the socket was dropped.

https://github.com/MrMC/pvr.nextpvr/comm...e481e1e0b1
MrMC Forums : http://forum.mrmc.tv
Reply
#7
^^ fixes our crash in pvr.nextpvr Smile
MrMC Forums : http://forum.mrmc.tv
Reply

Logout Mark Read Team Forum Stats Members Help
crash inside cPVRClientNextPVR::GetTimers0