Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Jamu currently broken

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


mythtv at duncb

Nov 7, 2009, 4:03 AM

Post #1 of 7 (246 views)
Permalink
Jamu currently broken

Hi Guys

For the last few days Jamu has been failing to download banenrs and
artwork for TV series.

for example:

/etc/cron.daily/jamu2:


! Warning: Download IOError on URL for Filename(/home/mythtv/.mythtv/MythVideo/Fanart/Strictly Come Dancing_fanart.jpg)
Orginal URL(http://images.thetvdb.com/banners/fanart/original/83127-1.jpg)
IOError urllib.quote URL(http://images.thetvdb.com/banners/fanart/original/83127-1.jpg)



Looking at the forums, seems like its a problem with the script:

http://forums.thetvdb.com/viewtopic.php?f=4&t=2161

Is there an updated version of the script that can be used?

cheers

Dunc


fatgerman at ntlworld

Nov 7, 2009, 4:15 AM

Post #2 of 7 (239 views)
Permalink
Re: Jamu currently broken [In reply to]

On Saturday 07 Nov 2009 12:03:03 Duncan Brown wrote:
> Hi Guys
>
> For the last few days Jamu has been failing to download banenrs and
> artwork for TV series.
>
> for example:
>
> /etc/cron.daily/jamu2:
>
>
> ! Warning: Download IOError on URL for Filename(/home/mythtv/.mythtv/MythVideo/Fanart/Strictly Come Dancing_fanart.jpg)
> Orginal URL(http://images.thetvdb.com/banners/fanart/original/83127-1.jpg)
> IOError urllib.quote URL(http://images.thetvdb.com/banners/fanart/original/83127-1.jpg)
>
>
>
> Looking at the forums, seems like its a problem with the script:
>
> http://forums.thetvdb.com/viewtopic.php?f=4&t=2161
>
> Is there an updated version of the script that can be used?
>
> cheers
>
> Dunc
>

Browsing www.thetvdb.com for 'Stricly Come Dancing' I get a page which says ' This series currently has no fan art'. However there's a clickable link on the right-hand site that allows me to browse fan art. That's odd in itself.

This URL works:

http://www.thetvdb.com/banners/fanart/original/83127-1.jpg

Note 'www.thetvdb.com' instead of 'images.thetvdb.com'. I don't know anything about the script but if there is a bug, it could be that.

Mark
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv at duncb

Nov 7, 2009, 4:18 AM

Post #3 of 7 (239 views)
Permalink
Re: Jamu currently broken [In reply to]

On 07/11/2009 12:15, Mark Greenwood wrote:
>
> Browsing www.thetvdb.com for 'Stricly Come Dancing' I get a page which says ' This series currently has no fan art'. However there's a clickable link on the right-hand site that allows me to browse fan art. That's odd in itself.
>
> This URL works:
>
> http://www.thetvdb.com/banners/fanart/original/83127-1.jpg
>
> Note 'www.thetvdb.com' instead of 'images.thetvdb.com'. I don't know anything about the script but if there is a bug, it could be that.
>
> Mark
>
Yes, the forum post says that exactly. The script is using
images.thetvdb.com, when it should be using www.thetvdb.com

Dunc
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


fatgerman at ntlworld

Nov 7, 2009, 5:05 AM

Post #4 of 7 (230 views)
Permalink
Re: Jamu currently broken [In reply to]

On Saturday 07 Nov 2009 12:18:03 Duncan Brown wrote:
> On 07/11/2009 12:15, Mark Greenwood wrote:
> >
> > Browsing www.thetvdb.com for 'Stricly Come Dancing' I get a page which says ' This series currently has no fan art'. However there's a clickable link on the right-hand site that allows me to browse fan art. That's odd in itself.
> >
> > This URL works:
> >
> > http://www.thetvdb.com/banners/fanart/original/83127-1.jpg
> >
> > Note 'www.thetvdb.com' instead of 'images.thetvdb.com'. I don't know anything about the script but if there is a bug, it could be that.
> >
> > Mark
> >
> Yes, the forum post says that exactly. The script is using
> images.thetvdb.com, when it should be using www.thetvdb.com
>
> Dunc
> _______________________________________________
> mythtv-users mailing list
> mythtv-users[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
Well on my system, the script /usr/share/mythtv/mythvideo/scripts/jamu.py has one line which appears to be doing a search and replace for www.thetvdb.com with images.thetvdb.com. It's the only mention of images.thetvdb.com in the entire script. I don't know python so I just changed images.thetvdb.com to www.thetvdb.com... I'll find out if it works over the next few hours/days I guess :)

Mark
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv at duncb

Nov 7, 2009, 8:49 AM

Post #5 of 7 (222 views)
Permalink
Re: Jamu currently broken [In reply to]

Mark Greenwood wrote:
>
> Well on my system, the script /usr/share/mythtv/mythvideo/scripts/jamu.py has one line which appears to be doing a search and replace for www.thetvdb.com with images.thetvdb.com. It's the only mention of images.thetvdb.com in the entire script. I don't know python so I just changed images.thetvdb.com to www.thetvdb.com... I'll find out if it works over the next few hours/days I guess :)
>
> Mark
>
Hi Mark

I submitted a ticket and its already been fixed, thanks Doug!

http://svn.mythtv.org/trac/ticket/7514

cheers

Dunc

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


fatgerman at ntlworld

Nov 7, 2009, 10:16 AM

Post #6 of 7 (222 views)
Permalink
Re: Jamu currently broken [In reply to]

On Saturday 07 Nov 2009 16:49:01 Duncan Brown wrote:
> Mark Greenwood wrote:
> >
> > Well on my system, the script /usr/share/mythtv/mythvideo/scripts/jamu.py has one line which appears to be doing a search and replace for www.thetvdb.com with images.thetvdb.com. It's the only mention of images.thetvdb.com in the entire script. I don't know python so I just changed images.thetvdb.com to www.thetvdb.com... I'll find out if it works over the next few hours/days I guess :)
> >
> > Mark
> >
> Hi Mark
>
> I submitted a ticket and its already been fixed, thanks Doug!
>
> http://svn.mythtv.org/trac/ticket/7514
>
> cheers
>
> Dunc

Thanks Duncan. That's exactly the change I made! The hacking gods are with me today :-D

Mark

>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 10, 2009, 2:35 PM

Post #7 of 7 (136 views)
Permalink
Re: Jamu currently broken [In reply to]

On 11/07/2009 08:05 AM, Mark Greenwood wrote:
> On Saturday 07 Nov 2009 12:18:03 Duncan Brown wrote:
>
>> On 07/11/2009 12:15, Mark Greenwood wrote:
>>
>>> Browsing www.thetvdb.com for 'Stricly Come Dancing' I get a page
>>> which says ' This series currently has no fan art'. However
>>> there's a clickable link on the right-hand site that allows me to
>>> browse fan art. That's odd in itself.
>>>
>>> This URL works:
>>>
>>> http://www.thetvdb.com/banners/fanart/original/83127-1.jpg
>>>
>>> Note 'www.thetvdb.com' instead of 'images.thetvdb.com'. I don't
>>> know anything about the script but if there is a bug, it could be
>>> that.
>> Yes, the forum post says that exactly. The script is using
>> images.thetvdb.com, when it should be using www.thetvdb.com
> Well on my system, the script
> /usr/share/mythtv/mythvideo/scripts/jamu.py has one line which
> appears to be doing a search and replace for www.thetvdb.com with
> images.thetvdb.com. It's the only mention of images.thetvdb.com in
> the entire script. I don't know python so I just changed
> images.thetvdb.com to www.thetvdb.com... I'll find out if it works
> over the next few hours/days I guess :)
>

http://svn.mythtv.org/trac/ticket/7514

Mike

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.