NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 129 130 131 132 133 … 433 Next »
Cannot edit/save timer via Kodi 16.0 RC3

Cannot edit/save timer via Kodi 16.0 RC3
gnuru
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Dec 2015
#1
2016-02-10, 12:28 PM
I installed Kodi 16 RC3 (I was using RC2) and now I cannot set or edit timers with NextPVR 3.6.6 backend.
When I try to edit/save a timer (such as change the pad or days of week of the timer),
I get an "an unexpected error occurred" dialog which tells me to look in the log.
I turn on debug logging in Kodi and restarted and tried again. I got the same error.
I can create new timers OK from the Guide by selecting to record the show.

Log at http://xbmclogs.com/pgszsorha

System is Win 10, on an HP desktop with 6GB RAM, about 200GB disk space free,

Setting recordings directly in NextPVR works fine.

This was originally posted in the Kodi forums at http://forum.kodi.tv/showthread.php?tid=259073 and I was asked to post it on the NextPVR forums.

thanks,
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2016-02-10, 04:24 PM
I can see why this happened, and have fixed it in the attached patch.

Backup your original file before installing this patch though - I'm not 100% sure my version is still binary compatible with 3.6.6.
gnuru
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Dec 2015
#3
2016-02-13, 03:25 AM
I stopped the service, backup up the old DLL, installed this, restarted the service, but
Kodi still cannot edit/save a timer. I get the same unexpected error occurred.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2016-02-13, 05:53 AM
Can you post the logs now you've got that patch installed. It definitely fixed it here.
Retro Greaser
Offline

Junior Member

Posts: 9
Threads: 2
Joined: Feb 2016
#5
2016-02-22, 10:44 PM
Same issue with me. I just changed to Kodi 16.0 (still with NPVR 3.6.6) and now I can't save a timer after having edited it. Creating a timer from the Kodi EPG works well (but ignores the Kodi default paddings). I can see the Timer in NextPVR. But editing the same timer in Kodi fails. The save button fails with an error, even without having changed anything in the edit dialog. Installing the patch from the previous posting (NShared.dll) had no impact at all.

Without the patch I had the following errors in the Kodi.log:
17:36:21 T:14488 NOTICE: EPG::CEpgContainer::Start - EPG thread started
17:36:44 T:7300 ERROR: PVR - PVR::CPVRClient::UpdateTimer - addon '127.0.0.1:connected' returned an error: the command failed
17:36:44 T:7300 ERROR: PVR - PVR::CPVRClients::UpdateTimer - cannot update timer on client '20578': the command failed
17:36:58 T:7300 ERROR: Unable to activate the previous window

With the patch the Kodi.log reads as follows:
23:16:39 T:4316 NOTICE: EPG::CEpgContainer::Start - EPG thread started
23:16:55 T:1224 ERROR: PVR - PVR::CPVRClient::UpdateTimer - addon '127.0.0.1:connected' returned an error: the command failed
23:16:55 T:1224 ERROR: PVR - PVR::CPVRClients::UpdateTimer - cannot update timer on client '20578': the command failed
23:17:22 T:1224 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
23:17:22 T:1224 ERROR: CCurlFile::Open failed with code 0 for http://127.0.0.1:8866/service?method=rec...202de9edc3
23:17:22 T:1224 ERROR: XFILE::CFileCache::Open - failed to open source <http://127.0.0.1:8866/service?method=recording.delete&recording_id=876&sid=19923a5eb15d4cb8893a18202de9edc3>
23:17:22 T:1224 ERROR: PVR - PVR::CPVRClient:Big GrineleteTimer - addon '127.0.0.1:connected' returned an error: the command failed
23:17:23 T:1224 ERROR: DXGI_ERROR_INVALID_CALL

NextPVR logs attached.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2016-02-22, 11:56 PM
Retro Greaser Wrote:Same issue with me. I just changed to Kodi 16.0 (still with NPVR 3.6.6) and now I can't save a timer after having edited it. Creating a timer from the Kodi EPG works well (but ignores the Kodi default paddings). I can see the Timer in NextPVR. But editing the same timer in Kodi fails. The save button fails with an error, even without having changed anything in the edit dialog. Installing the patch from the previous posting (NShared.dll) had no impact at all.
Are you trying to edit a recurring recording, or a one-off recording?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#7
2016-02-23, 12:20 AM
I wonde if that NShared has the bug leaving stuff in EPG after a channel delete.

Code:
2016-02-22 23:16:55.365    [ERROR][279]    Unexpected error in EPGEvent.LoadByOID(): System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
   bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   bei NUtility.EPGEvent.GetListingsForTimePeriod(DateTime startTime, DateTime endTime)

This is the same error I had.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2016-02-23, 12:28 AM
That was the error I was getting too, but that patch should have fixed it. Thinking about it though, I only tested editing recurring recordings, which is why I asked whether they were getting it with one-off or recurring recordings.
Retro Greaser
Offline

Junior Member

Posts: 9
Threads: 2
Joined: Feb 2016
#9
2016-02-23, 10:26 PM
I edited a one-off recording.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#10
2016-02-23, 11:59 PM
Yeah, I think my fix only helped recurring recoridngs. Unfortunately I'm gonna have to fix editing one-off recordings in Kodi, which means it'll take a while to make it through the sausage machine into a release.
« 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
  NextPVR VOD through Kodi unmich 2 1,348 2023-06-18, 03:54 AM
Last Post: sub
  Tuner not being released when live TV stopped on Kodi dark_half 7 2,950 2022-06-12, 11:59 PM
Last Post: sub
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,555 2021-01-11, 04:37 PM
Last Post: Graham
  TV Guide edit Genre for Kodi sammy3 8 3,909 2020-03-10, 09:25 PM
Last Post: sammy3
  Nvidia Shield TV - Android client / Kodi client. mkotas 9 4,417 2020-01-28, 10:58 AM
Last Post: mkotas
  Kodi / NextPVR issue hdpvr-doug8796 0 1,224 2019-10-12, 06:13 PM
Last Post: hdpvr-doug8796
  IR Blasting from Kodi running NextPVR addon three6zerocool 11 3,025 2019-07-31, 04:51 PM
Last Post: sub
  Kodi not getting channel icons from NextPVR FrogFan 4 3,497 2019-06-27, 08:28 PM
Last Post: FrogFan
  EPG update at Kodi (or Windows) startup niconpvr 15 5,478 2019-06-13, 05:19 PM
Last Post: sub
  NPVR works fine using webui, but kodi will not load any channels. relink2013 9 5,010 2019-05-31, 07:32 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode