NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 21 22 23 24 25 … 104 Next »
Exception when trying to update recurring recording

 
  • 0 Vote(s) - 0 Average
Exception when trying to update recurring recording
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#1
2023-11-11, 03:22 PM
I have a recurring recording set to all channels, all episodes. When I attempt to update it, an exception occurs. Let me know if you need the database.
Art

System.NullReferenceException: Object reference not set to an instance of an object.
  at NextPVR.TV.ManualRecordingPopup.OnKeyPress(KeyPressEventArgs e)
  at NUtility.UIController.OnKeyPress(KeyPressEventArgs e)
  at NextPVR.ControllerForm.ControllerForm_KeyPress(Object sender, KeyPressEventArgs e)
  at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
  at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
  at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
  at System.Windows.Forms.Control.WmKeyChar(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at NextPVR.ControllerForm.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

After closing first exception:
System.NullReferenceException: Object reference not set to an instance of an object.
  at NextPVR.TV.ManualRecordingPopup.GetRenderList()
  at NUtility.UIController.GetRenderList()
  at NextPVR.ControllerForm.SkControl_PaintSurface(Object sender, SKPaintGLSurfaceEventArgs e)
  at SkiaSharp.Views.Desktop.SKGLControl.OnPaintSurface(SKPaintGLSurfaceEventArgs e)
  at SkiaSharp.Views.Desktop.SKGLControl.OnPaint(PaintEventArgs e)
  at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
  at System.Windows.Forms.Control.WmPaint(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  at System.Windows.Forms.UserControl.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Attached Files
.zip   logs-20231111-0816.zip (Size: 655.72 KB / Downloads: 2)
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#2
2023-11-11, 03:25 PM
Additional exception info.
Art


Attached Files Thumbnail(s)
   
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#3
2023-11-11, 03:44 PM
Here's the section from the exported recurring recordings:
<recurring>
<oid>604</oid>
<name>Consuelo Mack WealthTrack</name>
<matchrules>
<Rules>
<ChannelOID>0</ChannelOID>
<ChannelName>All Channels</ChannelName>
<StartTime>2023-03-28T17:00:00.0000000Z</StartTime>
<EndTime>2023-03-28T17:30:00.0000000Z</EndTime>
<PrePadding>-1</PrePadding>
<PostPadding>0</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<AdvancedRules>title like 'Consuelo Mack WealthTrack'</AdvancedRules>
</Rules>
</matchrules>
</recurring>
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,438
Threads: 963
Joined: May 2006
#4
2023-11-11, 09:25 PM
I guess we assume NextPVR.exe? What field are you trying to update? You can't change an All Channels recording to a specific channel in all clients.

Martin
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#5
2023-11-12, 03:39 PM
Any client fails (npvr, nlite, yauiclient) when I simply select update for this recording.


Attached Files Thumbnail(s)
   
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,438
Threads: 963
Joined: May 2006
#6
2023-11-12, 04:11 PM
OK I wasn't able to duplicate that in any client sub might need the database.

Martin
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#7
2023-11-12, 04:38 PM
Ok. I'll pm him the database zip.
Art
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,941
Threads: 770
Joined: Nov 2003
#8
2023-11-12, 06:21 PM
I think your custom C:\Program Files\NextPVR\data\skin\Metz skin is missing stuff. Try it again with the default skin.
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#9
2023-11-12, 06:58 PM
I should have mentioned I tried that. But to make sure, I set the default skin, rebooted the machine and still see the same issue.
Art


Attached Files
.zip   logs-20231112-1157.zip (Size: 1,012.15 KB / Downloads: 1)
artmetz
Offline

Senior Member

NW Montana
Posts: 368
Threads: 68
Joined: Dec 2016
#10
2023-11-12, 07:03 PM
I checked a few other recordings set to All Channels and they work ok.
Art
« 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
  .Socket Exception, No Program List Scedule Direct WeaveJo06Jr1 7 83 Yesterday, 10:28 PM
Last Post: mvallevand
  Recording stuck in loop Gmjh 10 275 2025-08-21, 04:08 AM
Last Post: Gmjh
  Externally generated SRT subtitles for DVB recording not displayed hmc 12 538 2025-08-17, 09:03 AM
Last Post: hmc
  EPG Update no longer working... [0 inserted, 0 updated, 0 skipped] rightbryce 3 435 2025-08-09, 11:06 PM
Last Post: mvallevand
  Recurring recordings not happening and no pending recordings JP23 12 515 2025-07-31, 04:05 PM
Last Post: mvallevand
  DVT Tuner remains locked after EPG update. Bobins 4 452 2025-06-29, 04:57 PM
Last Post: Bobins
  Recording Glitches - Debug Advice? andrewj 7 651 2025-06-23, 08:19 PM
Last Post: mvallevand
  Advanced Recording Scheduling question Bobins 7 550 2025-06-17, 12:56 AM
Last Post: mvallevand
  "Recording interrupted" problem started happening sharkbite 8 1,012 2025-06-02, 08:08 AM
Last Post: sharkbite
  Failed: Recording interrupted jzk 3 678 2025-04-18, 09:06 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