[mythtv-commits] Ticket #7328: Jamu fails while creating file with "/" in movie title

MythTV mythtv at cvs.mythtv.org
Thu Oct 15 10:52:47 UTC 2009


#7328: Jamu fails while creating file with "/" in movie title
--------------------------------+-------------------------------------------
 Reporter:  charles             |       Owner:  awithers
     Type:  defect              |      Status:  new     
 Priority:  minor               |   Milestone:  0.22    
Component:  Plugin - MythVideo  |     Version:  head    
 Severity:  medium              |     Mlocked:  0       
--------------------------------+-------------------------------------------
 Jamu script fails to create fanart for movie with "/" in title (ex.
 Face/Off).
 See Traceback below.

 Traceback (most recent call last):
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6099, in
 <module>
     main()
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6084, in main
     process.processMythTvMetaData()
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5194, in
 processMythTvMetaData
     self._downloadScheduledRecordedGraphics()
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5050, in
 _downloadScheduledRecordedGraphics
     results = self._getTmdbGraphics(cfile, g_type, watched=True)
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 3232, in
 _getTmdbGraphics
     value = self._downloadGraphics(u"%s:%s" % (g_type, graphic_file),
 mythtv=True)
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 2131, in
 _downloadGraphics
     if self._downloadURL(pairs[0], pairs[1]):
   File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 1987, in
 _downloadURL
     target_socket = open(OutputFileName, "wb")
 IOError: [Errno 2] No such file or directory:
 u'/var/lib/mythtv/fanart/Face/Off_fanart.jpg'

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7328>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list