NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 40 41 42 43 44 … 93 Next »
Yahoo Go TV to XMLTV (via API)

 
  • 0 Vote(s) - 0 Average
Yahoo Go TV to XMLTV (via API)
kaizen
Offline

Member

Posts: 113
Threads: 6
Joined: Jul 2006
#31
2007-06-30, 09:28 PM
Tried it with 18042 and got an error message:

"Run time error '9'.
Subscript out of range."

Seems to happen with any zip I put in. It appears to attempt to do something, but errors out after a few seconds.

(Feeling like Pigpen in Charlie Brown's Great Pumpkin, "I got a rock..." Bleahhh!)
mark_t
Offline

Junior Member

Posts: 28
Threads: 6
Joined: Jan 2006
#32
2007-06-30, 09:31 PM (This post was last modified: 2007-06-30, 10:14 PM by mark_t.)
I get a correct file. but only the first 2 channels import in GB. I can navagate in live tv and the channels names are correct.

Any idea what the deal would be for the missing channels? when I look in the yapiXML.xml all the guide info is there.

update: I figured it out. it's an & in a listing. I'm writing a perl script to strip out those special characters.


TIA
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#33
2007-06-30, 10:05 PM
kaizen Wrote:Tried it with 18042 and got an error message:

"Run time error '9'.
Subscript out of range."

Seems to happen with any zip I put in. It appears to attempt to do something, but errors out after a few seconds.

(Feeling like Pigpen in Charlie Brown's Great Pumpkin, "I got a rock..." Bleahhh!)

I had the same error, but emptied the directory, unzipped the files again and it worked fine. (still have the the other problem though)
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
dark_half
Offline

Senior Member

USA
Posts: 463
Threads: 30
Joined: Mar 2006
#34
2007-07-01, 01:39 AM
Gridlock Joe Wrote:When I select Comcast (Digital) for zip code 77063, the analog lineup is returned.

Otherwise, so far, so good.

Same problem for Time Warner Digital for 75234.
matthrolf
Offline

Member

Posts: 133
Threads: 34
Joined: Jan 2006
#35
2007-07-01, 03:32 AM
The y! works for me!!! I am a sole user in Wyo and have an obscure provider. The data is correct. However, any ampersands (&) need to be replaced with the html code for them I think... XML parsers are complaining.

Thanks for the hard work,

Matt
proteus5
Offline

Junior Member

Posts: 33
Threads: 2
Joined: May 2005
#36
2007-07-01, 03:47 AM
mark_t Wrote:I get a correct file. but only the first 2 channels import in GB. I can navagate in live tv and the channels names are correct.

Any idea what the deal would be for the missing channels? when I look in the yapiXML.xml all the guide info is there.


TIA




Same problem here, gbpvr is only showing the first 2 channels. Other wise looks good for analog Comcast in New Jersey

Thanks.....Robert
PVR-150, P4 2.66, Windows 2000 Pro, ATI AIW Radion 9000 Pro GBPVR
PVR-150 Athlon XP 3000+ Shuttle sk43g, Windows 2000 Pro, FX 5200 S-video out to TV, GBPVR
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#37
2007-07-01, 03:50 AM
proteus5 Wrote:
mark_t Wrote:I get a correct file. but only the first 2 channels import in GB. I can navagate in live tv and the channels names are correct.
Any idea what the deal would be for the missing channels? when I look in the yapiXML.xml all the guide info is there.

TIA

Same problem here, gbpvr is only showing the first 2 channels. Other wise looks good for analog Comcast in New Jersey
Probably worth hitting the 'update epg' button, then zip and attach the config.exe.log so we can see what it's complaining about.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#38
2007-07-01, 04:18 AM
sub Wrote:Probably worth hitting the 'update epg' button, then zip and attach the config.exe.log so we can see what it's complaining about.

Hi sub,

From what I can tell, it’s saving the xml with a non-standard format for some ASCII / hex characters. I wrote a patch to fix the & < > problem, but then it failed loading a show with “exposé” in the description.

From config.exe.log

2007-06-30 10:22:15.241 ERROR [7] XMLTV: error reading xml: Invalid character in the given encoding. Line 6533, position 41.


Line 6533 from the Yahoo grabber. I havent looked at it with a hex editor yet.
Code:
<desc lang="en">Sabrina writes an expos‚ on the shady dealings of a local politician.</desc>

And the xmltv grabbed version of the same line.
Code:
<desc lang="en">(2002-02-01) Sabrina writes an exposé on the shady dealings of a local politician.</desc>

The comma wouldnt cause a problem so it must be hiding an escape character or something. When I get a chance I’ll see if I can find out what the problem actually is, but it will need to to be addressed in the download util. I could strip the problem from the file, but the resulting words would be hard to read.
Jim
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
proteus5
Offline

Junior Member

Posts: 33
Threads: 2
Joined: May 2005
#39
2007-07-01, 04:48 AM
sub Wrote:Probably worth hitting the 'update epg' button, then zip and attach the config.exe.log so we can see what it's complaining about.



Here's my log file. I also notice this in the XML file when I double click it to open it. Hope this helps.......

- <programme start="20070701033500" stop="20070701043500" channel="003">
<title lang="en">CSI: Miami</title>
<sub-title lang="en">Free Fall</sub-title>
<desc lang="en">The CSI team must find whoever is trying to kill a couple, recently released from jail, whose misdeeds turned them into media darlings.</desc>
<date>20060410</date>
<category lang="en">Cri

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Whitespace is not allowed at this location. Error processing resource 'file:///C:/epg/ytvapi_xml_1[1].0.0/yapixml.xml'. Li...

<title lang="en">Beautiful Homes & Great Estates</title>
-----------------------------------^
PVR-150, P4 2.66, Windows 2000 Pro, ATI AIW Radion 9000 Pro GBPVR
PVR-150 Athlon XP 3000+ Shuttle sk43g, Windows 2000 Pro, FX 5200 S-video out to TV, GBPVR
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#40
2007-07-01, 04:58 AM
"Sabrina writes an expos‚" which should be "Sabrina writes an exposé‚"

it's the "é" special character...usualy replaced with the base letter..[e] for readability...or could use expose', [e then ']

there's a list of the invalid chars to replace somewhere here...can't find it at the moment...but yea, any accents, tilde's, colons, semi-colons, etc...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (22): « Previous 1 2 3 4 5 6 … 22 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract M3U8 and get matching XMLTV guide data from NPVR almightyj 0 3,536 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,023 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,580 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,684 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 100,990 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,251 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,526 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,600 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 93,497 2008-03-05, 07:45 PM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 25,582 2008-01-02, 10:33 AM
Last Post: tvshowman

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

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

Linear Mode
Threaded Mode