<div class="gmail_quote">I saw the notes in jamu.py that this should have been fixed in 0.5.5 but I think there might still be a problem with the "/" character in the show name.<br><br>I ran:<br>/usr/share/mythtv/mythvideo/scripts/jamu.py -l en -C "/home/mythtv/.mythtv/jamu.conf" -MW > jamu-watch.log<br>
<br>and get the following error:<br>mythtv@<myhost>:~$ /usr/share/mythtv/mythvideo/scripts/jamu.py -MW > jamu-watch.log Traceback (most recent call last):<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6344, in <module><br>
main()<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6329, in main<br> process.processMythTvMetaData()<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5406, in processMythTvMetaData<br>
self._downloadScheduledRecordedGraphics()<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5205, in _downloadScheduledRecordedGraphics<br> results = self._getScheduledRecordedTVGraphics(program, key)<br>
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5052, in _getScheduledRecordedTVGraphics<br> return self._getTvdbGraphics(cfile, graphics_type, toprated=True, watched=True)<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 3799, in _getTvdbGraphics<br>
value = self._downloadGraphics(typegetGraphics(graphic_type), mythtv=True)<br> File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 2244, in _downloadGraphics<br> if self._downloadURL(pairs[0], pairs[1]):<br>
File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 2077, in _downloadURL<br> target_socket = open(OutputFileName, "wb")<br>IOError: [Errno 2] No such file or directory: u'/var/lib/mythtv/banners/<u><b>Real World/Road Rules Challenge_banner.jpg</b></u>'<br>
<br>[For the record the show is for my wife] :)<br><br>It appears that the "/" fix is not catching this case according to the last line above. I searched the jamu.conf file for examples of ways to add exceptions (i.e. ignore show X) but I didn't find anything. Since this is blocking the script I can't update any of the other shows I've got.<br>
<br>Is anyone else seeing this? Should I reopen <font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2"><b>Ticket #7328?<br><br></b>I'm looking at the diff made for 0.5.5 <a href="http://svnsearch.org/svnsearch/repos/MYTHTV/search?filename=jamu.py#2256615813256" target="_blank">http://svnsearch.org/svnsearch/repos/MYTHTV/search?filename=jamu.py#2256615813256</a> . I'm hoping someone more familiar with the code will jump in but if not I'll dust off my python hat and see if I can figure it out.<br>
<br>thanks,<br>Matt<br></font></font>
</div><br>