
mythtv at cvs
Nov 21, 2009, 1:14 AM
Post #1 of 3
(527 views)
Permalink
|
|
Ticket #7625: ./jamu.py -D or -M cause errors (with RO video files)
|
|
#7625: ./jamu.py -D or -M cause errors (with RO video files) --------------------------------+------------------------------------------- Reporter: iskimj@… | Owner: awithers Type: defect | Status: new Priority: minor | Milestone: unknown Component: Plugin - MythVideo | Version: head Severity: medium | Mlocked: 0 --------------------------------+------------------------------------------- Using jamu.py 0.5.9 [22863] I get the following errors as soon as I add either the -D or -M options: #./jamu.py -fD -C jamu-example.conf Traceback (most recent call last): File "./jamu.py", line 6434, in <module> main() File "./jamu.py", line 6410, in main configuration.validate_setVariables(['FAKE SERIES NAME','FAKE EPISODE NAME']) File "./jamu.py", line 1845, in validate_setVariables self._getMythtvDirectories() File "./jamu.py", line 1600, in _getMythtvDirectories sys.stderr.write(u"\n! Warning: MythTV (%s) directory (%s) does not exist.\n" % (key, tmp_directories[i])) UnboundLocalError: local variable 'tmp_directories' referenced before assignment I am using the lastest trunk to get a locally mounted video directory (samba mount) working. I was working with [22594] and could get it to work simply by commenting out the RW/RO exit tests. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7625> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|