[mythtv-commits] Ticket #12243: Python Bindings failing with new inetrefid changes

MythTV noreply at mythtv.org
Thu Aug 14 21:30:46 UTC 2014


#12243: Python Bindings failing with new inetrefid changes
--------------------------------------+------------------------
     Reporter:  skd5aner@…            |      Owner:  wagnerrp
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Bindings - Python     |    Version:  0.27-fixes
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+------------------------
 While trying to run mythvidexport via a job, it fails with:


 {{{
    Traceback (most recent call last):
       File "/usr/local/bin/mythvidexport.py", line 410, in main
         export = VIDEO(opts,int(args[0]))
       File "/usr/local/bin/mythvidexport.py", line 66, in __init__
         self.get_meta()
       File "/usr/local/bin/mythvidexport.py", line 132, in get_meta
         metadata = grab.grabInetref(self.rec.inetref)
       File "/usr/local/lib/python2.7/dist-packages/MythTV/system.py", line
 411, in grabInetref
         return self.command('-D', *args).next()
       File "/usr/local/lib/python2.7/dist-packages/MythTV/system.py", line
 351, in command
         return self._processMetadata(super(Grabber, self).command(*args))
       File "/usr/local/lib/python2.7/dist-packages/MythTV/system.py", line
 137, in command
         return self._runcmd(cmd)
       File "/usr/local/lib/python2.7/dist-packages/MythTV/system.py", line
 146, in _runcmd
         raise MythError(MythError.SYSTEM,self.returncode,cmd,self.stderr)
     MythError: External system call failed: code 1

 }}}

 speaking with wagnerrp via IRC, it seems the python bindings may need to
 be updated to account for recent changes in the metadata handling.

 Running:
 MythTV Version : v0.27.3-107-gf91e18d
 MythTV Branch : fixes/0.27

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12243>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list