cv-cat / Spider_XHS

小红书爬虫,小红书笔记、主页、搜索爬取
772 stars 150 forks source link

one-note.py老是报语法错误 #2

Open hongyits opened 10 months ago

hongyits commented 10 months ago

Traceback (most recent call last): File "d:\develop\pythonWorkspace\Spider_XHS\one-note.py", line 193, in main() File "d:\develop\pythonWorkspace\Spider_XHS\one-note.py", line 188, in main handle_note(noteid) File "d:\develop\pythonWorkspace\Spider_XHS\one-note.py", line 115, in handle_note ret = js.call('get_xs', '/api/sns/web/v1/feed', note_id, cookies['a1']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\execjs_abstract_runtime_context.py", line 37, in call return self._call(name, *args) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\execjs_external_runtime.py", line 92, in _call return self._eval("{identifier}.apply(this, {args})".format(identifier=identifier, args=args)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\execjs_external_runtime.py", line 78, in eval return self.exec(code) ^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\execjs_abstract_runtimecontext.py", line 18, in exec return self.exec(source) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\execjs_external_runtime.py", line 88, in exec return self._extract_result(output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\admin\AppData\Roaming\Python\Python311\site-packages\execjs_external_runtime.py", line 167, in _extract_result raise ProgramError(value) execjs._exceptions.ProgramError: SyntaxError: 语法错误

hongyits commented 10 months ago

好像是新电脑没安装node,没事了