[mythtv-users] mythvidexport.py: external system call failed: code 1

Nicolas Krzywinski myth at site7even.de
Tue May 13 22:24:19 UTC 2014


Am 07.05.2014, 02:15 Uhr, schrieb Raymond Wagner <raymond at wagnerrp.com>:

>
>> On May 6, 2014, at 17:24, "Nicolas Krzywinski" <myth at site7even.de> wrote:
>>
>> Am 06.05.2014, 20:46 Uhr, schrieb Raymond Wagner <raymond at wagnerrp.com>:
>>
>>> It should work, but use of Unicode text in Python 2 is a never ending source of fun.  If you give me a trace back, I can take a look at it.
>> If you will tell me what to do, I will do it
>
> Run it from the terminal with the appropriate chanid and starttime.  It will print the backtrace to the terminal.
>
As the german umlauts worked for the last two recordings, I will proceed with the failing external system call.

Here is the backtrace from the terminal:

nsk at htpc7even:/home/scripts$ ./mythvidexport.py --chanid=29724 --starttime=1392024300
2014-05-13 22:24:19.475902 I [4587] mythvidexport.py Using recording -- Madagaskar - Artenvielfalt in Gefahr
2014-05-13 22:24:19.492814 I [4587] mythvidexport.py Performing Movie export with local data.
Traceback (most recent call last):
   File "./mythvidexport.py", line 435, in <module>
     main()
   File "./mythvidexport.py", line 407, in main
     export = VIDEO(opts)
   File "./mythvidexport.py", line 66, in __init__
     self.get_meta()
   File "./mythvidexport.py", line 132, in get_meta
     metadata = grab.grabInetref(self.rec.inetref)
   File "/usr/lib/python2.7/dist-packages/MythTV/system.py", line 411, in grabInetref
     return self.command('-D', *args).next()
   File "/usr/lib/python2.7/dist-packages/MythTV/system.py", line 351, in command
     return self._processMetadata(super(Grabber, self).command(*args))
   File "/usr/lib/python2.7/dist-packages/MythTV/system.py", line 137, in command
     return self._runcmd(cmd)
   File "/usr/lib/python2.7/dist-packages/MythTV/system.py", line 146, in _runcmd
     raise MythError(MythError.SYSTEM,self.returncode,cmd,self.stderr)
MythTV.exceptions.MythError: External system call failed: code 1
nsk at htpc7even:/home/scripts$

Just tell me if I should try anything else.


Nicolas


-- 
www.nskcomputing.de


More information about the mythtv-users mailing list