SageTV Community  

Go Back   SageTV Community > SageTV International User Forums > SageTV United Kingdom
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV United Kingdom SageTV and SageTV Recorder Users from the UK - This forum is for you to post about specific issues using SageTV software in the UK.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-04-2007, 10:46 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Question Errors in XMLTV Update

I'm getting errors when Sage tries to epand my lineup XML. I'm using nielm's multi-lineup XML plugin with Birty's RT Grabber. In my log I see these:
Code:
Tue 12/4 15:26:56.766 EPG needs an update in 0 minutes
Tue 12/4 15:26:56.895 EPG attempting to expand Lineup in 2.xml
Tue 12/4 15:26:56.896 expand called on Lineup in 2.xml at Tue 12/4 15:26:56.896 expandedUntil=Tue 12/4 15:26:40.953 scannedUntil=Thu 1/1 1:00:00.000
Tue 12/4 15:26:56.896 EPG Expanding Lineup in 2.xml at Tue 12/4 15:26:56.896
Tue 12/4 15:26:57.501 WarlockRipper logged in OK.
Tue 12/4 15:26:58.525 failed to set http://xml.org/sax/features/nonvalidating/load-external-dtd=false on com.sun.org.apache.xerces.internal.parsers.SAXParser@471925
: org.xml.sax.SAXNotRecognizedException: Feature 'http://xml.org/sax/features/nonvalidating/load-external-dtd' is not recognized.
Tue 12/4 15:27:00.999 EPG attempting to expand Lineup in 4.xml
Tue 12/4 15:27:00.999 expand called on Lineup in 4.xml at Tue 12/4 15:27:00.999 expandedUntil=Tue 12/4 15:26:47.745 scannedUntil=Thu 1/1 1:00:00.000
Tue 12/4 15:27:00.999 EPG Expanding Lineup in 4.xml at Tue 12/4 15:27:00.999
Tue 12/4 15:27:01.532 WarlockRipper logged in OK.
Tue 12/4 15:27:02.537 failed to set http://xml.org/sax/features/nonvalidating/load-external-dtd=false on com.sun.org.apache.xerces.internal.parsers.SAXParser@c5fb12
: org.xml.sax.SAXNotRecognizedException: Feature 'http://xml.org/sax/features/nonvalidating/load-external-dtd' is not recognized.
Anybody have any ideas what all that means?

Thanks!
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #2  
Old 12-05-2007, 04:55 AM
agitate's Avatar
agitate agitate is offline
Sage User
 
Join Date: Jan 2007
Location: Liverpool, England
Posts: 21
As far as I can tell these are just messages, not errors. In the source code for nielm's "multiple lineup importer" at XMLTVImportPlugin.java:73

Quote:
try {
r.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
}catch (org.xml.sax.SAXNotRecognizedException e) {
System.out.println("failed to set http://apache.org/xml/features/nonva...rnal-dtd=false on "+r+"\n: "+e);
}
try {
r.setFeature("http://xml.org/sax/features/nonvalidating/load-external-dtd", false);
} catch (org.xml.sax.SAXNotRecognizedException e) {
System.out.println("failed to set http://xml.org/sax/features/nonvalid...rnal-dtd=false on "+r+"\n: "+e);
}
it doesn't actually return or exit if it fails to setFeature, it just outputs a message and continues on its merry way. Is the actual import not working?
Reply With Quote
  #3  
Old 12-05-2007, 05:19 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Sorry, I double-posted this and only updated elsewhere, it does still work - there just weren't any RT updates yesterday when I tried.

My guess is that it's been erroring for ages, unnoticed, only the lack of updates yesterday sent me looking...

Thanks for checking it out!
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
XMLTVImportPlugin: Demideus Demideus SageTV EPG Service 156 08-09-2020 05:58 PM
How long does it take for xmltv to update? pleyraki SageTV EPG Service 1 12-03-2007 12:33 PM
Definitive answer on EPG Update times Franc SageTV EPG Service 2 07-05-2006 12:20 PM
XMLTV Plugin not working with V4 mobby SageTV EPG Service 11 12-02-2005 12:45 PM


All times are GMT -6. The time now is 05:48 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.