Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关键词如果是中文,就会显“搜索结果为空”,但英文可以,当前是不支持中文关键词吗? #387

Open
leetraman822 opened this issue Jan 23, 2025 · 2 comments

Comments

@leetraman822
Copy link

No description provided.

Copy link

dosubot bot commented Jan 23, 2025

@leetraman822 你好!我是Dosu,一个可以帮助解决 bug、回答问题并成为贡献者的机器人。我会在等待人类维护者时帮助你。期待与你合作!🤖

TikTokDownloader 工具中确实存在处理中文关键词时出现“搜索结果为空”的问题。虽然代码中有用于处理不同语言的编码过程,例如使用 urllib.parse 模块的 quote 函数对搜索关键词进行 URL 编码,以确保特殊字符和不同语言在 URL 中的正确格式 [1],但仍可能存在其他导致中文关键词无法正常返回结果的原因。

此外,工具中有错误处理和日志记录机制,可以帮助诊断为什么中文关键词不返回结果。例如,API 类中的 check_response 方法会在数据检索失败或数据解析时出现 KeyError 时记录警告和错误 [2][3]

建议检查日志以获取更多信息,看看是否有任何错误提示可能指向问题的根源。

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@JoeanAmier
Copy link
Owner

5.5 版本的采集搜索结果数据功能存在问题,请参考 构建可执行文件指南,将最新源码打包为可执行文件后下载使用!不需要有编程基础!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants