
mythtv at cvs
Nov 30, 2009, 8:50 AM
Post #19 of 27
(2564 views)
Permalink
|
|
Re: Ticket #6680: User Job for exporting to MythVideo
[In reply to]
|
|
#6680: User Job for exporting to MythVideo ---------------------------------------------------+------------------------ Reporter: Raymond Wagner <raymond@…> | Owner: robertm Type: enhancement | Status: assigned Priority: minor | Milestone: 0.23 Component: Contributed Scripts & Apps | Version: head Severity: low | Mlocked: 0 ---------------------------------------------------+------------------------ Comment(by anonymous): Replying to [comment:17 anonymous]: > I am getting the following error message when trying to use mythtvidexport.13.py > > Traceback (most recent call last): > File ".mythtv/scripts/mythvidexport.py", line 554, in <module> > main() > File ".mythtv/scripts/mythvidexport.py", line 533, in main > export = VIDEO(opts,0) > File ".mythtv/scripts/mythvidexport.py", line 89, in __init__ > self.get_source() > File ".mythtv/scripts/mythvidexport.py", line 103, in get_source > self.srchost = self.prog.hostname > AttributeError: 'NoneType' object has no attribute 'hostname' ok, maybe ignore that. i typed too soon and i think that recording no longer exists. on a recording that DOES exist, I get: Traceback (most recent call last): File ".mythtv/scripts/mythvidexport.py", line 554, in <module> main() File ".mythtv/scripts/mythvidexport.py", line 533, in main export = VIDEO(opts,0) File ".mythtv/scripts/mythvidexport.py", line 89, in __init__ self.get_source() File ".mythtv/scripts/mythvidexport.py", line 104, in get_source self.source = mythinst.getCheckfile(self.prog) File "/usr/lib/python2.6/dist-packages/MythTV/MythTV.py", line 350, in getCheckfile res = self.backendCommand(BACKEND_SEP.join(['QUERY_CHECKFILE','1',program.toString()])).split(BACKEND_SEP) File "/usr/lib/python2.6/dist-packages/MythTV/MythTV.py", line 968, in toString string += BACKEND_SEP + locale.format("%0.6f" %self.stars) TypeError: format() takes at least 2 arguments (1 given) -- Ticket URL: <http://svn.mythtv.org/trac/ticket/6680#comment:18> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|