[mythtv-commits] Ticket #6680: User Job for exporting to MythVideo

MythTV mythtv at cvs.mythtv.org
Sun Nov 22 13:27:39 UTC 2009


#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 dave@…):

 Raymond...

 It appears the latest python bindings broke this again...
 Traceback (most recent call last):
   File "/usr/local/bin/mythvidexport.py", line 554, in <module>
     main()
   File "/usr/local/bin/mythvidexport.py", line 535, in main
     export = VIDEO(opts,int(args[0]))
   File "/usr/local/bin/mythvidexport.py", line 89, in __init__
     self.get_source()
   File "/usr/local/bin/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 145, in
 backendCommand
     self.socket.send(command)
 UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
 position 97: ordinal not in range(128)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6680#comment:14>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list