From db466fd4d0ab4571656666c18b0e3539a297d9f6 Mon Sep 17 00:00:00 2001
From: Kermit <33612777+keeper-jie@users.noreply.github.com>
Date: Wed, 17 Apr 2024 11:08:04 +0800
Subject: [PATCH] =?UTF-8?q?Update=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98.m?=
=?UTF-8?q?d?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
添加抖音cookie登录报错解决方案
---
docs/常见问题.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/常见问题.md b/docs/常见问题.md
index 5882e14..70976da 100644
--- a/docs/常见问题.md
+++ b/docs/常见问题.md
@@ -3,6 +3,9 @@
Q: 爬取抖音报错: `execjs._exceptions.ProgramError: SyntaxError: 缺少 ';'`
A: 该错误为缺少 nodejs 环境,这个错误可以通过安装 nodejs 环境来解决,版本为:`v16.8.0`
+Q: 使用Cookie爬取抖音报错: execjs._exceptions.ProgramError: TypeError: Cannot read property 'JS_MD5_NO_COMMON_JS' of null
+A: windows电脑去网站下载`https://nodejs.org/en/blog/release/v16.8.0` Windows 64-bit Installer 版本,一直下一步即可。
+
Q: 可以指定关键词爬取吗?
A: 在config/base_config.py 中 KEYWORDS 参数用于控制需要爬取的关键词
@@ -16,4 +19,4 @@ Q: 如何更换登录账号?
A:删除项目根目录下的 brower_data/ 文件夹即可
Q: 报错 `playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded.`
-A: 出现这种情况检查下开梯子没有
\ No newline at end of file
+A: 出现这种情况检查下开梯子没有