NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 519 520 521 522 523 1231 Next »
EPG Source Problems

 
  • 0 Vote(s) - 0 Average
EPG Source Problems
phillfri
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jun 2007
#1
2007-06-26, 05:05 AM
My first attempt at installing GB-PVR. Get the following msg on initial config.

"Your EPG source does not appear to be configured correctly", with a lot more error msg text following it (maybe 15 llines). The Config.exe.log shows the following error every time I try to access Zap2it. My account is okay. I created it tonight and I can go there and log in without any problems. I have it set up just for antenna recepyion for the moment. I use an HDHomerun dual tuner that is working just fine. I can view my channels with the HDHomerun GUI and Videolan.

Anyone have any ideas what I haver to do to fix this?

2007-06-26 12:31:05.562 VERBOSE [5] getValue cached value: /settings/SaveZap2itXML : false
2007-06-26 12:31:05.562 VERBOSE [5] Notify(Requesting listing information from Zap2it.com)
2007-06-26 12:31:05.562 VERBOSE [5] About to parse listings
2007-06-26 12:31:05.562 VERBOSE [5] zap2it: Your subscription will expire: 2007-09-26T02:23:36Z
2007-06-26 12:31:05.687 ERROR [5] Error UpdateEPG()'ing: System.Xml.XmlException: Invalid character in the given encoding. Line 7901, position 29.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.InvalidCharRecovery(Int32& bytesCount, Int32& charsCount)
at System.Xml.XmlTextReaderImpl.GetChars(Int32 maxCharsCount)
at System.Xml.XmlTextReaderImpl.ReadData()
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at GBPVR.Backend.Common.Zap2itEpgReader.x7174d5399cba81ee(IEpgUpdateProgressCallback x421ce789b9741187, DateTime xdc88f59e43b65f7f, DateTime x33db96d2cea26583)
at GBPVR.Backend.Common.Zap2itEpgReader.LoadChannels(IEpgUpdateProgressCallback callback)
at GBPVR.Backend.Common.xbdfb880686f2538b.x52e8ddd0b9bc8c68(xda34526142ca690b x347261624b519e9a, IEpgUpdateProgressCallback x421ce789b9741187)
at Config.xca74b9c9b310df0b.xcba1f05fb5a46d5f()
2007-06-26 12:31:06.187 VERBOSE [1] labelAction.Text = Parsing Zap2it listings
2007-06-26 12:31:06.187 VERBOSE [1] labelAction.Text = Parsing Zap2it listings
2007-06-26 12:31:06.796 VERBOSE [1] labelAction.Text = Parsing Zap2it listings
ColumbusGEEK
Offline

Junior Member

Posts: 18
Threads: 2
Joined: Jun 2007
#2
2007-06-26, 05:20 AM
I have the same, if not very similar problem. I have been using my settings for a week or so with no problems. I changed a LOT of things today and had to do a update and this happened. I even tried to use the alternate utility that uses batch files outside of GBPVR and it errored out.

I saw your thread and was hoping it was something that just broke today with Zap2It.
phillfri
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jun 2007
#3
2007-06-26, 05:40 AM
Yep. That's the screen error msg I get also. Frustrating :>(
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2007-06-26, 06:10 AM
I can only guess there is some garbage data at the lines specified in those messages. If you have <SaveZap2itXML>true</SaveZap2itXML> in config.xml, then you could look at the c:\zap2it.xml, at the specified line to see what data it is exactly.

Unfortunately I'm not in a position to provide any patch to filter out whatever duff data it might be. My build is no longer compatible with v0.99.12.

Strange this problem would just start happening now, as they're about to switch of the zap2it service.
phillfri
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jun 2007
#5
2007-06-26, 06:32 AM
I don't find any zap2it.xml file anywhere on my hard drive.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#6
2007-06-26, 06:34 AM
phillfri Wrote:I don't find any zap2it.xml file anywhere on my hard drive.
Did you change the setting in your config.xml?
phillfri
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jun 2007
#7
2007-06-26, 06:46 AM (This post was last modified: 2007-06-26, 06:50 AM by phillfri.)
I figured that out :>) Here's what I found at line number 7901.

<description>The family tries to hide Sondra and Elvin&apos;s news from Cliff.</description>


I know nothing about this file format, but that "&pos;" looks suspicious to me enclosed in <description> tags as it is.

Even if I could clean this (the file is full of this version of the apostrophie), would I be able to load this data manually?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#8
2007-06-26, 06:50 AM
phillfri Wrote:I figured that out :>) Here's what I found at line number 7901.

<description>The family tries to hide Sondra and Elvin&apos;s news from Cliff.</description>


I know nothing about this file format, but that "&pos;" looks suspicious to me enclosed in <description> tags as it is.

Even if I could clean this, would I be able to load this data manually?

&apos; means apostrophy. It just tells the program to display "...Sondra and Elvin's news...". Try changing it to an actual apostrophy.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#9
2007-06-26, 06:53 AM
phillfri Wrote:Even if I could clean this (the file is full of this version of the apostrophie), would I be able to load this data manually?
Open the file in notepad and do a "find/replace all".
phillfri
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Jun 2007
#10
2007-06-26, 06:53 AM
Well, the read chokes at the 1st appearance of the apostrophie, so if that's the correct expression for it, then it must be something in the GB-PVR script that is coughing this error msg up?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,998 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,103 2012-02-03, 02:41 AM
Last Post: slowtech
  New Machine (probably old problems), Video Render Options jvcleave 12 5,541 2011-02-01, 08:37 AM
Last Post: stustunz
  Problems after installing new capture card mikeh49 1 1,862 2010-11-02, 05:19 PM
Last Post: mikeh49
  Filter Problems imilne 2 2,353 2010-10-29, 12:48 PM
Last Post: imilne
  Edit channel name when using xmltv as epg source Haggis 10 5,450 2010-10-18, 01:31 PM
Last Post: Haggis
  EPG Data source for Germany? Arnes 6 4,365 2010-10-09, 03:13 PM
Last Post: markbb1
  Weird GBPVR problems jfm 12 4,304 2010-10-01, 03:17 AM
Last Post: jfm
  MCE2XML or General EPG Problems ToughRowToHoe 8 3,479 2010-06-22, 01:16 AM
Last Post: ToughRowToHoe
  Djkxml problems? jezz2020 11 4,631 2010-06-14, 10:43 AM
Last Post: time_lord

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

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

Linear Mode
Threaded Mode