Hi, 

I noticed that NBA games were no longer shown and the log showed a 404
error. I found the line in the Plugin and changed from

Code:
--------------------
    my $url2 = 'http://www.nba.com/gameline/'.$year.$mon.$mday.'/';
  
--------------------

to

Code:
--------------------
    my $url2 = 'http://origin.nba.com/gameline/'.$year.$mon.$mday.'/';
  
--------------------

and the error disappeared. While doing this I also noticed a few lines
below this

Code:
--------------------
    http://data.nba.com/data//json/nbacom/
--------------------

where the // looks wrong.

HTH


------------------------------------------------------------------------
Campus's Profile: http://forums.slimdevices.com/member.php?userid=19687
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to