[mythtv-users] Possible fix for tv_grab_au 2.11

Paul Andreassen paulx at andreassen.com.au
Sat Jul 15 05:45:51 UTC 2006


Hi,

I'm not sure what the best way to go but by adding a one line delay like 
Philip Shead mentioned seems to work.

Got to "get_details_page" and add "sleep(5 + rand(3));" at the top.

sub get_details_page {
  sleep(5 + rand(3));
  my $url = shift() . MSID();

I'm pretty sure that their server is getting hammered by all the obfuscation 
they do and broken scripts pulling pages again and again.

Paul

P.S. if your still get "Unable to find table for pid=..." try upping "5" to 
"6" or more.  This is the lowest I've been able to get to work.
-- 


More information about the mythtv-users mailing list