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
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.
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.