Author |
Message |
Greg Frost
|
Posted: Sat Jul 01, 2006 3:23 am |
|
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location:
Adelaide, Australia
|
I had those issues also. Looking closely at the output, it was complaining that it wanted a version of libjavascript-perl greater than 0.55. Going through the manual process of trying to install that package and then also getting the dependent packeges, I ended up with these packages too: Code: wget -c http://ftp.au.debian.org/debian/pool/main/libj/libjavascript-perl/libjavascript-perl_0.55-3_i386.deb wget -c http://ftp.au.debian.org/debian/pool/main/p/perl/perl-base_5.8.8-4_i386.deb wget -c http://ftp.au.debian.org/debian/pool/main/p/perl/perl_5.8.8-4_i386.deb wget -c http://ftp.au.debian.org/debian/pool/main/p/perl/perl-modules_5.8.8-4_all.deb wget -c http://ftp.au.debian.org/debian/pool/main/x/xulrunner/libmozjs0d_1.8.0.1-11_i386.deb wget -c http://ftp.au.debian.org/debian/pool/main/g/glibc/libc6_2.3.6-15_i386.deb wget -c http://ftp.au.debian.org/debian/pool/main/i/initrd-tools/initrd-tools_0.1.84.1_all.deb wget -c http://ftp.au.debian.org/debian/pool/main/t/tzdata/tzdata_2006g-2_all.deb wget -c http://ftp.au.debian.org/debian/pool/main/x/xulrunner/libnspr4-0d_1.8.0.1-11_i386.deb
I was a little worried about installin a new version of libc6, but so far nothing seems to have crapped out.
With these extra packages, I get no errors from version 2.7 of the grabber. I'm thinking about doing another upgrade to R5C7 to get a difinative list of required packages.
|
|
Top |
|
 |
nigelpearson
|
Posted: Sun Jul 02, 2006 2:52 am |
|
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location:
Sydney, Australia
|
I've been using 1.65 of the Immir script for a few weeks, but it is now failing to grab data after 4/7/2006, so I tried a few alternatives.
http://www.jrobbo.com/xmltvfull/xmltvSydney.zip seems to have the same problem.
The latest version of http://immir.com/tv_grab_au is now 2.8, but it has an interesting problem. It looks like the first day's grabbed data is repeated in each day. I am trying to debug, but it is taking a while. Anyone else having the same problem?[/i]
_________________ | Nigel Pearson, nigel.pearson.au@gmail.com| "Things you own end up owning you" - Tyler, Fight Club
|
|
Top |
|
 |
chrisj
|
Posted: Sun Jul 02, 2006 4:41 am |
|
Joined: Tue Jan 17, 2006 7:34 am
Posts: 126
Location:
Australia
|
Code: I've been using 1.65 of the Immir script for a few weeks, but it is now failing to grab data after 4/7/2006, so I tried a few alternatives.
Its fixed in 2.9
|
|
Top |
|
 |
banshee777
|
Posted: Sun Jul 02, 2006 5:50 pm |
|
Joined: Sun May 21, 2006 1:13 am
Posts: 7
|
nigelpearson wrote: I've been using 1.65 of the Immir script for a few weeks, but it is now failing to grab data after 4/7/2006, so I tried a few alternatives. http://www.jrobbo.com/xmltvfull/xmltvSydney.zip seems to have the same problem. The latest version of http://immir.com/tv_grab_au is now 2.8, but it has an interesting problem. It looks like the first day's grabbed data is repeated in each day. I am trying to debug, but it is taking a while. Anyone else having the same problem?[/i]
I've having the same issue. Time seems right on mythtv-web, but on the system it believes it's still one day back.
|
|
Top |
|
 |
Girkers
|
Posted: Sun Jul 02, 2006 10:35 pm |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
Greg,
That list of dependancies is exactly the same as what I used, the only minor difference is a version number here and there. The only problem I can see from putting these in the base install is that they are from the unstable branch of debian. Whilst you and I don't see any other issues, it is hard to say with definitative testing that they don't cause an issue.
I updated this morning to ver2.10 and works like a charm.
_________________ Girkers
|
|
Top |
|
 |
nigelpearson
|
Posted: Mon Jul 03, 2006 4:14 am |
|
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location:
Sydney, Australia
|
nigelpearson wrote: tv_grab_au is now 2.8, but it has an interesting problem. It looks like the first day's grabbed data is repeated in each day
v2.9 fixed this. And the script is now up to 2.10
_________________ | Nigel Pearson, nigel.pearson.au@gmail.com| "Things you own end up owning you" - Tyler, Fight Club
|
|
Top |
|
 |
banshee777
|
Posted: Mon Jul 10, 2006 4:15 am |
|
Joined: Sun May 21, 2006 1:13 am
Posts: 7
|
Its already configured, but it seems to fail running this script, i won't pull anything down and it's not displaying anything. Using 2.11 tv_grab_au
#!/bin/sh
#This script will run the grabber manually and get the data for tv
#Then run mythfilldatabase to insert that data into mythtv
tv_grab_au --days 7
#First option: SourceID
#Second option: What to update -1 = All
#Third option: xml data file
mythfilldatabase --file 1 -1 /var/local/tv_grab_au/guide.xml
|
|
Top |
|
 |
Ramrunner
|
Posted: Mon Jul 10, 2006 7:03 pm |
|
Joined: Thu Mar 30, 2006 8:19 pm
Posts: 39
|
Quote: Its already configured, but it seems to fail running this script, i won't pull anything down and it's not displaying anything. Using 2.11 tv_grab_au
#!/bin/sh #This script will run the grabber manually and get the data for tv #Then run mythfilldatabase to insert that data into mythtv
tv_grab_au --days 7
#First option: SourceID #Second option: What to update -1 = All #Third option: xml data file mythfilldatabase --file 1 -1 /var/local/tv_grab_au/guide.xml
Is this the script Girkers uses?
You should probably know I do not use that script. I let R5C7 do it's native thing, or run "mythfilldatabase" as user mythtv in a terminal. It just works. I've never needed to use a script. I'm not sure why Girkers does, but you might want to try it the default KnoppMyth way.
Can't hurt.
Regards,
Ed.
|
|
Top |
|
 |
Girkers
|
Posted: Tue Jul 11, 2006 5:03 pm |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
This is why I don't use mythfilldatabase:
Code: 2006-07-12 08:59:43.917 Using runtime prefix = /usr 2006-07-12 08:59:44.158 New DB connection, total: 1 2006-07-12 08:59:44.181 Connected to database 'mythconverg' at host: localhost 2006-07-12 08:59:44.265 New DB connection, total: 2 2006-07-12 08:59:44.265 Connected to database 'mythconverg' at host: localhost 2006-07-12 08:59:44.266 mythfilldatabase: Listings Download Started 2006-07-12 08:59:44.416 Updating source #1 (fta) with grabber tv_grab_au 2006-07-12 08:59:44.506 ----------------- Start of XMLTV output ----------------- 2006-07-12 08:59:44.507 New DB connection, total: 3 2006-07-12 08:59:44.507 Connected to database 'mythconverg' at host: localhost tv_grab_au 2.11: grabbing 7 days into /tmp/mythREcVRC tv_grab_au: downloads = 0 guide pages, 0 detail pages 0 failed detail pages, 0 pages found in cache, 0 stop times adjusted tv_grab_au: 0.00 KB downloaded tv_grab_au: finished in 1 seconds 2006-07-12 08:59:47.907 ------------------ End of XMLTV output ------------------ 2006-07-12 08:59:47.933 New DB connection, total: 4 2006-07-12 08:59:47.934 Connected to database 'mythconverg' at host: localhost 2006-07-12 08:59:47.936 Updating icons for sourceid: 1 Updated programs: 0 Unchanged programs: 0 2006-07-12 08:59:48.153 New DB connection, total: 5 2006-07-12 08:59:48.154 Connected to database 'mythconverg' at host: localhost 2006-07-12 08:59:48.177 Data fetching complete. 2006-07-12 08:59:48.177 Adjusting program database end times. 2006-07-12 08:59:48.195 0 replacements made 2006-07-12 08:59:48.200 mythfilldatabase: Listings Download Finished 2006-07-12 08:59:48.200 Marking generic episodes. 2006-07-12 08:59:48.252 Found 2 2006-07-12 08:59:48.252 Marking repeats. 2006-07-12 08:59:48.303 Found 0 2006-07-12 08:59:48.303 Unmarking new episode rebroadcast repeats. 2006-07-12 08:59:48.352 Found 0 2006-07-12 08:59:48.374 =============================================================== | Attempting to contact the master backend for rescheduling. | | If the master is not running, rescheduling will happen when | | the master backend is restarted. | =============================================================== 2006-07-12 08:59:48.379 Connecting to backend server: 192.168.0.100:6543 (try 1 of 5) 2006-07-12 08:59:48.442 Using protocol version 26 2006-07-12 08:59:48.625 mythfilldatabase run complete.
If you look at the first page or two of this post I actually was looking for help with this problem, but was unsuccessful with find a result thus the alternative. My script is: Code: #!/bin/sh #This script will run the grabber manually and get the data for tv #Then run mythfilldatabase to insert that data into mythtv
tv_grab_au --days 7
#First option: SourceID #Second option: What to update -1 = All #Third option: xml data file mythfilldatabase --file 1 -1 /var/local/tv_grab_au/guide.xml
_________________ Girkers
|
|
Top |
|
 |
Ramrunner
|
Posted: Tue Jul 11, 2006 8:25 pm |
|
Joined: Thu Mar 30, 2006 8:19 pm
Posts: 39
|
Hey Girkers.
Yes, I remember why you did it, and you obviously had no choice. I was just commenting that on a clean install, all I did was replace tv_grab_au with inmir's copy, ran the mythtv-setup, and went through the configuration to grab all data for Perth FTA, and it just worked out of the box after that. (well, after installing all of the Java and Perl stuff as you know).
It may be interesting to compare some configuration files with you just to see where things are going wrong.
Not that I know what I'm looking for, but if you need to have any of my files to compare to I'd be happy to check it out with you.
Regards,
Ed.
|
|
Top |
|
 |
Girkers
|
Posted: Tue Jul 11, 2006 10:05 pm |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
Ramrunner,
I appreciate the offer, I may leave it for the moment and wait till the next update to see how it pans out. My current system ain't broke so I won't fix it.
Thanks anyway.
_________________ Girkers
|
|
Top |
|
 |
taylordtv
|
Posted: Wed Jul 12, 2006 7:14 am |
|
Joined: Fri May 05, 2006 10:29 pm
Posts: 8
Location:
Australia
|
Girkers wrote: Ramrunner,
I appreciate the offer, I may leave it for the moment and wait till the next update to see how it pans out. My current system ain't broke so I won't fix it.
Thanks anyway.
Well, it's probably broke again  . Ninemsn has fiddled with the PID generation which stuffed up tv_grab_au 2.11.
See http://www.gossamer-threads.com/lists/m ... ers/212963 for the technical explanation.
I have made the change myself and it works for the FTA listing in ADL.
Also, proving his response time is better than St John's, immir has already incorporated the fix into 2.12, so pull that down if you don't feel like firing up vi.
Aside: I'm sure the constant ninemsn mods are a combination of Nine's war against DVRs (see IceTV lawsuit) and trying to reduce the load on their servers. The irony is the latter is probably getting worse, since people are having to re-scrape an entire week's worth of guide every couple of days. Ultimately, I'm expecting them to go to image generation for the descriptions. It's what I'd do if I was the site admin - most users won't care and there is no straightforward workaround for the scrapers.
Matt
_________________ In search of Unichrome Pro salvation
|
|
Top |
|
 |
Greg Frost
|
Posted: Wed Jul 12, 2006 5:07 pm |
|
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location:
Adelaide, Australia
|
taylordtv wrote: Ultimately, I'm expecting them to go to image generation for the descriptions. Wow. Their bandwidth is going to skyrocket then.
|
|
Top |
|
 |
jbman
|
Posted: Wed Jul 12, 2006 8:00 pm |
|
|
Updated to 2.12 and found my config script was not working. Looking through it I had to change the TZ from +0800 to Australia/Perth and it works again now.
Hope this helps someone if they get stuck.
|
|
Top |
|
 |
chrisj
|
Posted: Wed Jul 12, 2006 8:46 pm |
|
Joined: Tue Jan 17, 2006 7:34 am
Posts: 126
Location:
Australia
|
I'm getting the following a lot with 2.12 , and what seems to be no details !
Code: Unable to find table for pid=0EF8C025F5C80D4013F0CB2F5D05F55F21A73CFF560BE5E2D9230C6E2EFF9A07EE, url=http://tvguide.ninemsn.com.au/cu/default.asp?pid=0EF8C025F5C80D4013F0CB2F5D05F55F21A73CFF560BE5E2D9230C6E2EFF9A07EE
any one else getting this ?
|
|
Top |
|
 |