NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 21 22 23 24 25 … 43 Next »
Editing Scheduled Recording Error

 
  • 0 Vote(s) - 0 Average
Editing Scheduled Recording Error
pokepikaboss
Offline

Junior Member

None
Posts: 2
Threads: 1
Joined: Sep 2020
#1
2020-09-28, 11:23 PM (This post was last modified: 2020-09-28, 11:26 PM by pokepikaboss.)
I am running NextPVR v5.0.8 (200823) on Windows 10 Professional x64. I have an "all series" recording scheduled that I'm trying to edit and is throwing an error upon saving. I believe it may be due to special characters in the title?

Steps to recreate:
In the web interface, I clicked on the Scheduler tab, changed the dropdown to recurring, click on the show to edit, change the directory to something different, click Save. It says "Scheduling Error" and "Unable to schedule recording at this time"

Recording Name: Law & Order: Special Victims Unit
Recording Type: Advanced
Channel: [Any Channel]
Advanced: title like 'Law & Order: Special Victims Unit'
Pre-Padding: 1
Post-Padding: 1
Directory: Recurring TV
Keep: All

Error Message from nrecord.log
Code:
2020-09-28 18:57:46.148 [DEBUG][5] Got request [::ffff:192.168.0.120]: /services/service (recording.recurring.save)
2020-09-28 18:57:46.149 [DEBUG][5] method=recording.recurring.save
2020-09-28 18:57:46.149 [DEBUG][5] parameters:
2020-09-28 18:57:46.149 [DEBUG][5]   method: recording.recurring.save
2020-09-28 18:57:46.149 [DEBUG][5]   recurring_type: advanced
2020-09-28 18:57:46.149 [DEBUG][5]   channel: 0
2020-09-28 18:57:46.149 [DEBUG][5]   advanced: title like 'Law & Order: Special Victims Unit'
2020-09-28 18:57:46.149 [DEBUG][5]   name: Law & Order: Special Victims Unit
2020-09-28 18:57:46.149 [DEBUG][5]   keep: 0
2020-09-28 18:57:46.149 [DEBUG][5]   recurring_id: 79
2020-09-28 18:57:46.149 [DEBUG][5]   pre_padding: 1
2020-09-28 18:57:46.149 [DEBUG][5]   post_padding: 1
2020-09-28 18:57:46.150 [DEBUG][5]   directory_id: Recurring TV
2020-09-28 18:57:46.150 [DEBUG][5]   format: json
2020-09-28 18:57:46.150 [DEBUG][5]   sid: <snip>
2020-09-28 18:57:46.150 [DEBUG][5]   client_ip: ::ffff:192.168.0.120
2020-09-28 18:57:46.150 [DEBUG][5]   user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
2020-09-28 18:57:46.150 [DEBUG][5]   host_callback: mydvr:8866
2020-09-28 18:57:46.151 [DEBUG][5] advanced recording
2020-09-28 18:57:46.151 [ERROR][5] Unexpected error in RecordingRequestHandler.HandleRequest():
System.Xml.XmlException: An error occurred while parsing EntityName. Line 10, position 35.
  at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
  at System.Xml.XmlTextReaderImpl.Throw(String res)
  at System.Xml.XmlTextReaderImpl.ParseEntityName()
  at System.Xml.XmlTextReaderImpl.ParseEntityReference()
  at System.Xml.XmlTextReaderImpl.Read()
  at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
  at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
  at System.Xml.XmlDocument.Load(XmlReader reader)
  at System.Xml.XmlDocument.LoadXml(String xml)
  at NUtility.RecurringRecording.set_DayMask(DayMask value)
  at NShared.Extend.RecordingRequestHandler.CreateRecurring(Dictionary`2 parameters)
  at NShared.Extend.RecordingRequestHandler.HandleRequest(String method, Dictionary`2 parameters)

I tried removing the ampersand and colons from both the name and filter to see what would happen and got the same error. I am not having this issue with any of my other ~15 scheduled recordings. I tried deleting and recreating a few times, no luck...

Thoughts? Thanks.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#2
2020-09-28, 11:40 PM
There is a bug that I mentioned to sub and you can't edit the advance part of a advanced query.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#3
2020-09-28, 11:52 PM
I've just tried to reproduce it here with a show that had an ampersand in the title, and I was able to change the recording directory without receiving this error.

Can you please supply your npvr.db3? I'll try editing your recurring recording.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#4
2020-09-28, 11:53 PM
Sub, it is the rule itself that can't be changed.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#5
2020-09-29, 12:05 AM
This sentence doesn't read that way:
Quote:In the web interface, I clicked on the Scheduler tab, changed the dropdown to recurring, click on the show to edit, change the directory to something different, click Save. It says "Scheduling Error" and "Unable to schedule recording at this time"
These were the steps I tried to reproduce.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#6
2020-09-29, 12:15 AM
Quote:In the web interface, I clicked on the Scheduler tab, changed the dropdown to recurring, click on the show to edit, change the directory to something different, click Save. It says "Scheduling Error" and "Unable to schedule recording at this time"
I was able to reproduce this scenario with a "record series (all episodes, all channels)" type recording with ampersand or other special character in the name. I've fixed this for the next release.
pokepikaboss
Offline

Junior Member

None
Posts: 2
Threads: 1
Joined: Sep 2020
#7
2020-09-29, 12:25 AM
(2020-09-29, 12:15 AM)sub Wrote:
Quote:In the web interface, I clicked on the Scheduler tab, changed the dropdown to recurring, click on the show to edit, change the directory to something different, click Save. It says "Scheduling Error" and "Unable to schedule recording at this time"

I was able to reproduce this scenario with a "record series (all episodes, all channels)" type recording with ampersand or other special character in the name. I've fixed this for the next release.

Thank you!
jdwirtz
Offline

Junior Member

Posts: 17
Threads: 4
Joined: Oct 2017
#8
2021-06-10, 01:59 AM
I'm getting the error on Version: 5.1.2.210603
I'm trying to schedule:

-----------------
Restaurant: Impossible

6/10/2021 8:00 PM - 10:00 PM

Subs and Pubs Robert Irvine visits Spring Hill, Fla., where Turnpike's Rest Stop is suffering due to a communication breakdown between the owner and her daughter; Robert returns to Glendora, Calif., to check on T. Phillip's.

[Reality, Cooking]

Originally Aired: 6/10/2021

New Episode
---------------
No matter what options I try I get

Scheduling Error
Unable to schedule recording at this time.

Any thoughts??
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#9
2021-06-10, 02:05 AM
(2021-06-10, 01:59 AM)jdwirtz Wrote: Any thoughts??

You should have started a new thread since this is a totally different problem. You also need to attach the .zip file with the logs right after an attempt that shows the problem.
jdwirtz
Offline

Junior Member

Posts: 17
Threads: 4
Joined: Oct 2017
#10
2021-06-10, 02:12 AM
From the original post

I am running NextPVR v5.0.8 (200823) on Windows 10 Professional x64. I have an "all series" recording scheduled that I'm trying to edit and is throwing an error upon saving. I believe it may be due to special characters in the title?

Steps to recreate:
In the web interface, I clicked on the Scheduler tab, changed the dropdown to recurring, click on the show to edit, change the directory to something different, click Save. It says "Scheduling Error" and "Unable to schedule recording at this time"

Sorry but how is it total different
« 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
  Recording from the point you switch channels rather than when you press record Swindiff 2 187 2025-05-05, 12:30 PM
Last Post: Swindiff
  Controlling the nextpvr server from Jellyfin (via the nextpvr plugin) (no recording) kfmf 2 245 2025-05-04, 02:21 PM
Last Post: mvallevand
  Keeping users recording separate Swindiff 2 192 2025-05-02, 07:47 PM
Last Post: Swindiff
  Recurring recording creates multiple recordings of same event txinga 2 335 2025-03-29, 12:33 AM
Last Post: txinga
  Error when trying to download VoDs ModdingFriendly 9 1,557 2025-03-15, 12:16 AM
Last Post: ModdingFriendly
  [FFMPEG]: HTTP error 404 Not Found bit_creepy 19 1,374 2025-02-27, 05:04 AM
Last Post: sub
  Recording Auto Transcode VCR58 8 1,697 2025-02-18, 12:45 AM
Last Post: mvallevand
  Automated placement based on recording type? ehfortin 6 556 2024-12-28, 11:50 PM
Last Post: spin35
  HDHR Tuner not released after recording since update to 7.0.0 spin35 1 332 2024-12-24, 01:46 PM
Last Post: mvallevand
  Cannot seek live recording, v7.0.0.241105 pulley 6 646 2024-11-17, 09:58 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