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

Mailing List Archive: MythTV: Commits

Ticket #7514: Jamu script using wrong address for image download

 

 

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


mythtv at cvs

Nov 7, 2009, 4:23 AM

Post #1 of 6 (127 views)
Permalink
Ticket #7514: Jamu script using wrong address for image download

#7514: Jamu script using wrong address for image download
--------------------------------+-------------------------------------------
Reporter: mythtv@… | Owner: awithers
Type: defect | Status: new
Priority: minor | Milestone: 0.22
Component: Plugin - MythVideo | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------
For the last few days, Jamu has been failing with the following error:

! 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)

This is occuring for all shows it trys to download. It seems the script
should be using www.thetvdb.com instead of images.thetvdb.com as specified
in this forum post:

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

Changing the script manually to this address has fixed it

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7514>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 7, 2009, 7:19 AM

Post #2 of 6 (120 views)
Permalink
Re: Ticket #7514: Jamu script using wrong address for image download [In reply to]

#7514: Jamu script using wrong address for image download
--------------------------------+-------------------------------------------
Reporter: mythtv@… | Owner: awithers
Type: defect | Status: new
Priority: minor | Milestone: 0.22
Component: Plugin - MythVideo | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------

Comment(by r.d.vaughan@…):

As recommended in the TVDB forum removed the forcing of TVDB graphics
downloads to use the mirror site. See patch above.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7514#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 7, 2009, 8:59 AM

Post #3 of 6 (119 views)
Permalink
Re: Ticket #7514: Jamu script using wrong address for image download [In reply to]

#7514: Jamu script using wrong address for image download
--------------------------------+-------------------------------------------
Reporter: mythtv@… | Owner: awithers
Type: defect | Status: new
Priority: minor | Milestone: 0.22
Component: Plugin - MythVideo | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------

Comment(by robertm):

(In [22761]) Refs #7514, undo URL replacement code in Jamu-- TVDB have
removed their mirror for now-- this may require another change if they
reintroduce it/start URL forwading again, but this will work for now.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7514#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 7, 2009, 9:01 AM

Post #4 of 6 (118 views)
Permalink
Re: Ticket #7514: Jamu script using wrong address for image download [In reply to]

#7514: Jamu script using wrong address for image download
--------------------------------+-------------------------------------------
Reporter: mythtv@… | Owner: awithers
Type: defect | Status: new
Priority: minor | Milestone: 0.22
Component: Plugin - MythVideo | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------

Comment(by robertm):

(In [22763]) Refs #7514, undo URL replacement code in Jamu-- TVDB have
removed their mirror for now-- this may require another change if they
reintroduce it/start URL forwading again, but this will work for now.
(Backport to .22-fixes)

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7514#comment:3>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 7, 2009, 2:07 PM

Post #5 of 6 (111 views)
Permalink
Re: Ticket #7514: Jamu script using wrong address for image download [In reply to]

#7514: Jamu script using wrong address for image download
--------------------------------+-------------------------------------------
Reporter: mythtv@… | Owner: awithers
Type: defect | Status: closed
Priority: minor | Milestone: 0.22
Component: Plugin - MythVideo | Version: unknown
Severity: medium | Resolution: fixed
Mlocked: 0 |
--------------------------------+-------------------------------------------

Comment(by Kode):

The mirror hasn't been removed, you just can't hard code the path as it
stops load balancing, by using the path www.thetvdb.com it allows the
thetvdb to transparently load balance between mirrors as needs be.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7514#comment:5>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 7, 2009, 2:10 PM

Post #6 of 6 (111 views)
Permalink
Re: Ticket #7514: Jamu script using wrong address for image download [In reply to]

#7514: Jamu script using wrong address for image download
--------------------------------+-------------------------------------------
Reporter: mythtv@… | Owner: awithers
Type: defect | Status: closed
Priority: minor | Milestone: 0.22
Component: Plugin - MythVideo | Version: unknown
Severity: medium | Resolution: fixed
Mlocked: 1 |
--------------------------------+-------------------------------------------
Changes (by robertm):

* mlocked: 0 => 1


Comment:

The mirror is not being kept up to date and redirection has been turned
off, leaving the mirror functionally disabled. Discussion belongs on
lists, not tickets.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7514#comment:6>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

MythTV commits 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.