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 … 42 43 44 45 46 … 101 Next »
Cannot get rid of daily record of TV program.

 
  • 0 Vote(s) - 0 Average
Cannot get rid of daily record of TV program.
bass_gas
Offline

Member

Dallas, TX USA
Posts: 70
Threads: 9
Joined: Aug 2015
#11
2022-06-04, 06:41 PM
[attachment=undefined]This is all on Windows10..... won't let me attach db3 file. 18.181Kb
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,979
Threads: 956
Joined: May 2006
#12
2022-06-04, 07:18 PM (This post was last modified: 2022-06-04, 07:18 PM by mvallevand.)
I didn't ask you to attach it so I am not surprised. Please read the posts fully.

Martin
bass_gas
Offline

Member

Dallas, TX USA
Posts: 70
Threads: 9
Joined: Aug 2015
#13
2022-06-05, 10:45 AM
Never was scheduled from Kodi only windows 10. Also as of today its just like the movie JASON "Its back again" ready to record Monday morn.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,979
Threads: 956
Joined: May 2006
#14
2022-06-05, 12:26 PM
Of course it will with all those recurring recordings. That is why you need to give use an external link to your database so we can help you.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,729
Threads: 767
Joined: Nov 2003
#15
2022-06-05, 04:57 PM
From what we can see, you've got lots of recurring recordings setup for this show. It's not clear how you managed to create so many, but it's going to keep scheduling episodes for these until you've deleted all the recurring recordings you've setup.

Quote:2022-06-03 02:46:07.521 [INFO][98] UpdateRecurringRecording(149, 'Wanted: Dead or Alive'):
2022-06-03 02:46:08.454 [INFO][98] UpdateRecurringRecording(217, 'Wanted: Dead or Alive'):
2022-06-03 02:46:08.892 [INFO][98] UpdateRecurringRecording(218, 'Wanted: Dead or Alive'):
2022-06-03 02:46:08.924 [INFO][98] UpdateRecurringRecording(219, 'Wanted: Dead or Alive')
....

As Martin said, if you'd like to zip up your NPVR.db3, and put it somewhere like onedrive or google drive, and let us know the download link, we can delete them all for you.
bass_gas
Offline

Member

Dallas, TX USA
Posts: 70
Threads: 9
Joined: Aug 2015
#16
2022-06-05, 05:23 PM
(2022-06-05, 12:26 PM)mvallevand Wrote: Of course it will with all those recurring recordings.  That is why you need to give use an external link to your database so we can help you.

Martin

So how to do it? The old remote PC is not available on W10.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,979
Threads: 956
Joined: May 2006
#17
2022-06-05, 08:08 PM
As sub and I both have posted put it on GoggleDrive, OneDrive or DropBox.

Martin
bass_gas
Offline

Member

Dallas, TX USA
Posts: 70
Threads: 9
Joined: Aug 2015
#18
2022-06-07, 04:25 PM
(2022-06-05, 08:08 PM)mvallevand Wrote: As sub and I both have posted put it on GoggleDrive, OneDrive or DropBox.

Martin

https://drive.google.com/file/d/1XqS8FmY...sp=sharing

hope this works
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,979
Threads: 956
Joined: May 2006
#19
2022-06-07, 05:58 PM
We should be able to do something now. There is a bug in the delete logic (probably because the channel_id is invalid leaving something locked and also the API return shows success. I will remove all the recurring recordings against bad channels.

Code:
2022-06-07 13:52:54.887    [DEBUG][37]    Got request [127.0.0.1]: /service (recording.recurring.delete)
2022-06-07 13:52:54.887    [DEBUG][37]    method=recording.recurring.delete
2022-06-07 13:52:54.887    [DEBUG][37]    parameters:
2022-06-07 13:52:54.887    [DEBUG][37]       method: recording.recurring.delete
2022-06-07 13:52:54.887    [DEBUG][37]       recurring_id: 80
2022-06-07 13:52:54.887    [DEBUG][37]       channel_id: 7372
2022-06-07 13:52:54.887    [DEBUG][37]       event_id: 0
2022-06-07 13:52:54.887    [DEBUG][37]       keep: 0
2022-06-07 13:52:54.887    [DEBUG][37]       pre_padding: 1
2022-06-07 13:52:54.887    [DEBUG][37]       post_padding: 2
2022-06-07 13:52:54.887    [DEBUG][37]       day_mask: SAT:SUN:MON:TUE:WED:THU:FRI:
2022-06-07 13:52:54.887    [DEBUG][37]       directory_id: Default
2022-06-07 13:52:54.887    [DEBUG][37]       only_new: true
2022-06-07 13:52:54.887    [DEBUG][37]       enabled: true
2022-06-07 13:52:54.887    [DEBUG][37]       sid: 2dd785502f7741aeaf3703546da0f88e
2022-06-07 13:52:54.887    [DEBUG][37]       client_ip: 127.0.0.1
2022-06-07 13:52:54.887    [DEBUG][37]       user_agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0
2022-06-07 13:52:54.887    [DEBUG][37]       host_callback: ...
2022-06-07 13:52:54.887    [DEBUG][37]    Deleting RecurringRecording oid:80
2022-06-07 13:52:54.887    [ERROR][37]    Unexpected error in RemovePendingForRecurring(): Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
   at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
   at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
   at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
   at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
   at NUtility.RecentlyDeleted.RemovePendingForRecurring(Int32 recurringOID)
2022-06-07 13:52:54.889    [ERROR][37]    Unexpected error deleting RecurringRecording: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
   at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
   at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
   at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
   at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
   at NUtility.RecurringRecording.Delete()
2022-06-07 13:52:54.889    [DEBUG][37]    <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
</rsp>

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,979
Threads: 956
Joined: May 2006
#20
2022-06-07, 06:51 PM (This post was last modified: 2022-06-07, 07:11 PM by mvallevand.)
For future reference for others this clears the errors but I am not confident it will work for all errors like this.

Code:
delete from recurring_recording where oid in
(select oid from RECURRING_RECORDING
where substr(match_rules,instr(match_rules,"<ChannelOID>")+12,4) not in
(select oid from channel)
and match_rules not like '%ChannelOID>0<%')

Stop your recording service and backup you npvr.db3 and use the attached and restart the service.  I can't easily remove the duplicates but you should be able to do that yourself now.  Note I have deleted all your EPG data so I could attach it, once you remove the duplicates you should update the EPG.

It will be easier to delete them in NextPVR.exe or the web browser's UI client since they aren't sorted by name in the normal web client. But there is a bug there too, since NextPVR doesn't retain the location https://forums.nextpvr.com/showthread.php?tid=63878 so if you don't want to lose your location Kodi works but it prompts you before deleting.

You will lose these shows but they weren't recording anyway because they are scheduled on a dead channel

Code:
Bob Hearts Abishola
Chicago Med
Chicago Fire
Chicago P.D.
Dateline NBC
Taxi
48 Hours
The Wonder Years

Good luck

Martin


Attached Files
.zip   bass.zip (Size: 294.14 KB / Downloads: 2)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Won't Record & Won't Forward & Minute Forward Missing suezew 2 182 2025-05-18, 07:36 PM
Last Post: sub
  How to remove multiple record failures bass_gas 1 182 2025-05-13, 03:59 PM
Last Post: mvallevand
  Installed V7 - unable to record. Dave48167 6 406 2025-05-11, 08:02 PM
Last Post: Dave48167
  How many IPTV streams should i be able to record at the same time? sharkbite 6 561 2025-03-27, 01:26 AM
Last Post: sharkbite
  Watched program and channel lists mkroc 8 522 2025-03-24, 02:21 PM
Last Post: BrettB
Photo NextTVPI and Titan Record Not Working N88yanks 18 863 2025-02-03, 09:21 PM
Last Post: N88yanks
  7.0.1.241229 Back end status stuck in record mode PIPE... eastavin 3 360 2025-01-28, 05:10 PM
Last Post: mvallevand
  7.0.0.241105 Back end status stuck in record mode PIPE... eastavin 1 316 2024-12-11, 10:54 PM
Last Post: Bobins
  Scan misses a channel that I can watch with an HDHOMERUN program. JohnWmAustin@gmail.com 19 1,246 2024-11-24, 03:55 PM
Last Post: mvallevand
  NextPVR won't record from Ceton InfinitiTV 6 DavidNYC78 3 585 2024-08-06, 06:11 PM
Last Post: DavidNYC78

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

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

Linear Mode
Threaded Mode