[mythtv-users] Jamu errors - config file or jamu.py?

Tim Raphael raphael.timothy at gmail.com
Mon Mar 1 13:54:01 UTC 2010


Hi Guys,

I'm now looking into using Jamu for metadata population.
Here is my input to run a simulation...

	 ./jamu.py -l en -C "/home/<user>/jamu/jamu-config-cust.conf" -sMV > "/home/<user>/jamu/jamu.log"

and here is the output

	Traceback (most recent call last):
  	File "./jamu.py", line 6203, in <module>
    	 main()
  	File "./jamu.py", line 6184, in main
    	 configuration.validate_setVariables(series_season_ep)
  	File "./jamu.py", line 1721, in validate_setVariables
    	 self._getMythtvDirectories()
  	File "./jamu.py", line 1596, in _getMythtvDirectories
    	 if self._checkNFS(self.config['mythvideo'], self.config['video_file_exts']): 
  	File "./jamu.py", line 1515, in _checkNFS
    	 file_list = _getFileList([directory])
  	File "./jamu.py", line 553, in _getFileList
    	 new_files = _getFileList([video_file])
  	File "./jamu.py", line 553, in _getFileList
    	 new_files = _getFileList([video_file])
  	File "./jamu.py", line 553, in _getFileList
    	 new_files = _getFileList([video_file])
  	File "./jamu.py", line 546, in _getFileList
    	 names.append(os.path.join(directory, filename))
  	File "/usr/lib/python2.6/posixpath.py", line 70, in join
    	 path += '/' + b
	UnicodeDecodeError: 'ascii' codec can't decode byte 0x85 in position 39: ordinal not in range(128)

I've fixed my config file to eliminate all config file based errors and this is what is left.
It seems there is a problem with jamu.py... or is that just me?
If there is a problem will the trunk version solve this as I'm using 0.22-fixes install version.
If the trunk version will fix it, how do i install it?

Many Thanks,


Tim Raphael
raphael.timothy at gmail.com






More information about the mythtv-users mailing list