Traceback (most recent call last):
File "/home/jerryou/github/iqiyi-parser-1.7/flow.py", line 314, in _parse
res = parser.parse(url, qualitys)
File "/home/jerryou/github/iqiyi-parser-1.7/handler/parser.py", line 66, in parse
LASTRES = sel_parser.parse(url, *args)
File "", line 488, in parse
File "", line 119, in parse
File "", line 175, in makeTargetUrl
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 44, in exit
self.run()
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 74, in run
res = pipe_eval('TMP.js')
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 498, in pipe_eval
res = subprocess.check_output(js_ctx, shell=True, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['node', 'TMP.js']' returned non-zero exit status 127.
this verson of iqiyi parser don't seem to be work with iqiyi.com by now
When I enter the url of this video (http://www.iqiyi.com/v_19rygsl6lc.html) or (http://www.iqiyi.com/v_19rx9lqsno.html) and click the "parse" button ,the "parser error" window when out. The following is what that windows show out:
Traceback (most recent call last): File "/home/jerryou/github/iqiyi-parser-1.7/flow.py", line 314, in _parse res = parser.parse(url, qualitys) File "/home/jerryou/github/iqiyi-parser-1.7/handler/parser.py", line 66, in parse LASTRES = sel_parser.parse(url, *args) File "", line 488, in parse
File "", line 119, in parse
File "", line 175, in makeTargetUrl
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 44, in exit
self.run()
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 74, in run
res = pipe_eval('TMP.js')
File "/home/jerryou/github/iqiyi-parser-1.7/PyJSCaller.py", line 498, in pipe_eval
res = subprocess.check_output(js_ctx, shell=True, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/home/jerryou/anaconda3/envs/iqiyidownload/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['node', 'TMP.js']' returned non-zero exit status 127.
and this is some detail of my envrionme