![]() |
"Unexpected error" when manually terminating a recording - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: "Unexpected error" when manually terminating a recording (/showthread.php?tid=321243) |
"Unexpected error" when manually terminating a recording - Spirou - 2017-09-09 I am experieicng a strange effect when starting/ending a recording by simply pushing the rec button on my remote while the channel is playing. After the first press, the recording starts normally. After the second press, the recording stops but I am getting the "An unexpected error occured" message on the scrren. In the kodi log I am seeing the below two errors. Quote:02:34:06.544 T:140332280768256 ERROR: AddOnLog: VDR VNSI Client: ReadResult - request timed out after 3 seconds Except for the message and errors in the log everything seems to work fine. I am using kodi 17.4 un Ubuntu 16,04.3 with vdr-2.3.8 and latest vniserver plugin from git repository. Any advise?[/quote] RE: "Unexpected error" when manually terminating a recording - FernetMenta - 2017-09-09 Please try v18. RE: "Unexpected error" when manually terminating a recording - Spirou - 2017-09-09 Will try. However, even v18 fixes it, I am not sure if v18 is already stable & mature enough to keep wife and kids happy. What's your opinion? RE: "Unexpected error" when manually terminating a recording - FernetMenta - 2017-09-09 I am using master branch of my repo and wife and daughter are still here ![]() RE: "Unexpected error" when manually terminating a recording - Spirou - 2017-09-10 (2017-09-09, 16:26)FernetMenta Wrote: I am using master branch of my repo and wife and daughter are still here ![]() Well, installing v18 from the Nightlies-PPA left me with an incompatibilty warning for the updated kodi-pvr.vdr.vnsi (3.4.0). Hence, I installeled a v18 nightly on my windows machine which presented me the same error message and log entries as v17.4. Are you assuming this is a client issue? Or could vnsiserver as well be the culprit in the end? I am surprised that - despite the indicated errros - recording is terminated und timers are deleted properly. RE: "Unexpected error" when manually terminating a recording - FernetMenta - 2017-09-11 I tried to reproduce but was not able to. I started a tv channel, then started instance recording (by clicking on rec button on skin), then stopped it by clicking rec again. RE: "Unexpected error" when manually terminating a recording - Spirou - 2017-09-11 Thanks for looking into my issue and for trying to reproduce. I think I found the reason for it: I increased the timeout value in the pvr.vdr.vnsi-addon to 10s. Now I'm not getting any errors anymore. I found out that I started vnsiserver-plugin with parameter "-t 10" (not sure when and why I intrduced this), I'm going to revert the settings in vnsiserver and pvr.vdr.vnsi and report back if this will aslo fix the issue. "Unexpected error" when manually terminating a recording - ksooo - 2017-09-12 (2017-09-10, 16:08)Spirou Wrote:(2017-09-09, 16:26)FernetMenta Wrote: I am using master branch of my repo and wife and daughter are still here This behavior sounds familiar to me. This happens, if a response timeout is to small. The delete request is sent by the add-on and successfully processed in the backend, but no answer is received by the add-on in time (some response timeout setting). This results in a client side error, although actually the recording was deleted on the backend. Solution is to increase the response timeout value. For me, this happend, when the NAS where my recordings are stored had to be woken up when the delete recording request came in. |