NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 21 22 23 24 25 … 43 Next »
Unable to series record

 
  • 0 Vote(s) - 0 Average
Unable to series record
slwtx1983
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Aug 2015
#1
2015-09-25, 12:19 AM
As of today, I am unable to choose series recording in Kodi. I had no problem in the past, now I cannot do it. I deleted all my timers, rebooted my PC, made sure to delete all series recordings out of NPVR in the backend, and it simply will not let me choose the Season recording options. I just get "unexpected error" in Kodi

If I go to NPVR in the backend, I can choose series recording. If I choose Record Once in Kodi, it sets it up as a pending recording in NPVR backend. If I go into the NPVR backend and try to manipulate the recording to Update it to a series recording, the options are not even there. it is like it is stuck on Record Once with no options. I have been dealing with this for 3 hours now and nothing that I seem to try works.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2015-09-25, 12:28 AM
Your probably going to need to post some log files so we can see what's going on.
slwtx1983
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Aug 2015
#3
2015-09-25, 01:09 AM
JavaWiz Wrote:Your probably going to need to post some log files so we can see what's going on.

Happy to oblige. I am new to Kodi and NPVR and have yet to pull logs for them. Which logs would you like? Kodi, NPVR, or NPVR Add-On logs? Are there instructions on this forum on how to pull the logs you'd like to see?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,666
Threads: 767
Joined: Nov 2003
#4
2015-09-25, 01:17 AM
We'd probably need the kodi.log with debug logging enabled, and web.log from c:\users\public\npvr\logs.

Restart everything (to reset the logs), and just attempt the one series recording, then post the logs.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#5
2015-09-25, 01:17 AM
Take a look in the support forum, there is a sticky entitled "NextPVR-Tech Support-READ-BEFORE-POSTING". The first thread in that posting explains where the log files are located and other useful information.

The Kodi log locations depend on what type of device your Kodi is running on (i.e. Windows, Android, RaspPI,...). However, I think first stop is to see what is going on from the NextPVR perspective, then move to Kodi if that doesn't clear things up.
slwtx1983
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Aug 2015
#6
2015-09-25, 01:33 AM
JavaWiz Wrote:Take a look in the support forum, there is a sticky entitled "NextPVR-Tech Support-READ-BEFORE-POSTING". The first thread in that posting explains where the log files are located and other useful information.

The Kodi log locations depend on what type of device your Kodi is running on (i.e. Windows, Android, RaspPI,...). However, I think first stop is to see what is going on from the NextPVR perspective, then move to Kodi if that doesn't clear things up.

Yeah, I really didn't need info on where the logs were, I just wanted to make sure I was grabbing the right ones. I actually already had the debug logs ouput after he asked earlier, but I didn't want to upload stuff that was unecessary.
slwtx1983
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Aug 2015
#7
2015-09-25, 01:39 AM
Logs requested and uploaded
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#8
2015-09-25, 01:46 AM (This post was last modified: 2015-09-25, 01:51 AM by JavaWiz.)
Kodi logs indicate it can't talk to NextPVR
Code:
20:30:02 T:5444   ERROR: PVR - PVR::CPVRClient::AddTimer - addon '127.0.0.1:connected' returned an error: the command failed
20:30:02 T:5444   ERROR: PVR - PVR::CPVRClients::AddTimer - cannot add timer to client '748': the command failed

which correlates to this call in NextPVR
Code:
2015-09-24 20:30:02.564    [DEBUG][15]    Got Web Request (127.0.0.1): /service    method=recording.recurring.save&event_id=4624808&recurring_type=1&keep=0&pre_padding=1&post_padding=2&directory_id=[Default]&sid=bc37afaadc7647159949eca913fb52e5
2015-09-24 20:30:02.564    [DEBUG][15]    method=recording.recurring.save
2015-09-24 20:30:02.564    [DEBUG][15]    parameters:
2015-09-24 20:30:02.564    [DEBUG][15]       method: recording.recurring.save
2015-09-24 20:30:02.564    [DEBUG][15]       event_id: 4624808
2015-09-24 20:30:02.564    [DEBUG][15]       recurring_type: 1
2015-09-24 20:30:02.564    [DEBUG][15]       keep: 0
2015-09-24 20:30:02.564    [DEBUG][15]       pre_padding: 1
2015-09-24 20:30:02.564    [DEBUG][15]       post_padding: 2
2015-09-24 20:30:02.564    [DEBUG][15]       directory_id: [Default]
2015-09-24 20:30:02.564    [DEBUG][15]       sid: bc37afaadc7647159949eca913fb52e5
2015-09-24 20:30:02.564    [DEBUG][15]       client_ip: 127.0.0.1
2015-09-24 20:30:02.564    [DEBUG][15]       host_callback: 127.0.0.1:8866
2015-09-24 20:30:02.564    [DEBUG][15]       physical_path: C:\Users\Public\NPVR\web\
2015-09-24 20:30:02.564    [DEBUG][15]       user_agent: Kodi/15.1 (Windows NT 6.1; WOW64) App_Bitness/32 Version/15.1-Git:20150816-f4dda26
2015-09-24 20:30:02.564    [DEBUG][15]       range: bytes=0-
2015-09-24 20:30:02.564    [DEBUG][15]       requested_path: /service
2015-09-24 20:30:02.564    [DEBUG][15]       verb: GET
2015-09-24 20:30:02.565    [ERROR][15]    event_id is invalid
2015-09-24 20:30:02.565    [DEBUG][15]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
  <err code="2" msg="Invalid Args" />
</rsp>

I'd be interested as to what your NextPVR log files look like. Does NextPVR show the scheduled recordings correctly?

I suspect there is a problem on the NextPVR side, and you are seeing the side-effect on the Kodi side. Especially because I think you indicated you could not update the schedule on the NextPVR side as well.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,666
Threads: 767
Joined: Nov 2003
#9
2015-09-25, 02:54 AM
Quote:2015-09-24 20:30:02.565 [ERROR][15] event_id is invalid
It looks like your kodi EPG data is out of sync with NextPVR. Maybe try resetting the PVR database in kodi.
slwtx1983
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Aug 2015
#10
2015-09-25, 03:05 AM
sub Wrote:It looks like your kodi EPG data is out of sync with NextPVR. Maybe try resetting the PVR database in kodi.

That did it. Under System > Settings > TV > General I did the "Clear Data" option and now I can record. It was odd because I could record single shows, I just couldn't record series so I knew it was communicating with the backend. Looks like clearing the data allowed me to record series recordings now. Thanks so much guys. Got it all fixed in less time than I spent fiddling with it earlier today.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi/LibreEec Guide - show program set to record. ceejayemm 17 2,531 2024-05-19, 04:42 PM
Last Post: mvallevand
  Possibility to hide or disable timer/record fonction/record historry Estarna 18 1,832 2024-05-02, 09:28 PM
Last Post: mvallevand
  Unable to schedule recordings from Kodi Migue 7 2,066 2021-07-28, 01:20 PM
Last Post: mvallevand
  Record option grayed out kcook_shield 2 984 2021-04-29, 09:11 PM
Last Post: kcook_shield
  Kodi 18 + NextPVR V5 : the record screen list is very poor Bernard0105 14 3,713 2020-12-11, 02:11 PM
Last Post: mvallevand
  NPVR 5.0 and Kodi 18.0 : Unable to record timetofly06 13 4,738 2020-05-01, 06:26 PM
Last Post: timetofly06
  Unable to delete recordings Brucek2839 2 1,703 2020-01-20, 08:58 PM
Last Post: Brucek2839
  Unable to Load NextPVR Add-On since last reboot Banex 2 2,046 2019-11-24, 03:44 AM
Last Post: Banex
  NextPVR 4.2.4 1903017 unable to load on Kodi 17.6 ReplayHarry 18 6,078 2019-03-10, 06:14 AM
Last Post: gshcarter
  Unable to rewind live video Brucek2839 16 6,911 2018-07-30, 12:08 AM
Last Post: deadlast

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode