google-code-export / xbmc-addons-chinese

Automatically exported from code.google.com/p/xbmc-addons-chinese
0 stars 0 forks source link

soptv报脚本错误 #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
soptv报脚本错误,查看日志显示如下错误:
Error Type: <type 'exceptions.OSError'>
                                            Error Contents: [Errno 8] Exec format error
                                            Traceback (most recent call last):
                                              File "/home/xbian/.xbmc/addons/plugin.video.soptv/default.py", line 541, in <module>
                                                STREAM(name,sop,wait_time)
                                              File "/home/xbian/.xbmc/addons/plugin.video.soptv/default.py", line 440, in STREAM
                                                spsc = subprocess.Popen(cmd, shell=False, bufsize=BUF_SIZE ,stdin=None,stdout=subprocess.PIPE, stderr=subproce
ss.STDOUT)
                                              File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
                                                errread, errwrite)
                                              File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
                                                raise child_exception
                                            OSError: [Errno 8] Exec format error

Original issue reported on code.google.com by tian0...@gmail.com on 19 Dec 2012 at 2:31