-
Notifications
You must be signed in to change notification settings - Fork 154
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
[BUG] tiktok只能下载第一页的视频 #270
Comments
Similarity Issues |
@xshwy 你好,我是Dosu!我是一个可以帮助解决bug、回答问题并成为贡献者的机器人。我可以帮助你解决问题,等待人类维护者的过程中我会一直在这里帮助你。 The issue you're encountering seems to be related to a type mismatch in the In the To resolve this issue, you should ensure that the If you have control over the code, you can add a type conversion to ensure that these variables are integers, like so: cursor = int(cursor)
min_cursor = int(min_cursor) This should be done before any comparison operations involving these variables. If the issue persists, you may need to trace back to where these values are initially set or fetched to ensure they are correctly handled as integers. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
这个可用,我在 ![]() |
详细描述错误
正确配置device_id后,可以正常下载tiktok的视频列表,但是只能下载第一页的视频,第二页会报错崩溃。
系统平台
单击展开
Q:你在哪个平台(Win/Linux/Mac)上运行?你使用的是什么浏览器?你使用的是什么终端软件?你使用的F2是什么版本?A:
错误重现
单击展开
Q: 请你复制并粘贴出错时运行的命令和配置文件内容,以及重现该行为的步骤。如果你一次性就提供完整信息,就会节省很多解决问题的时间。A:
Q: 请添加调试命令
f2 -d DEBUG
重新运行出错的命令并提供日志目录下的日志文件。A:
Q: 如果是开发者请提供最小的代码示例
A:
预期行为
预期正常下载tiktok视频
屏幕截图
错误日志过多,请详见上方的「错误重现」
日志文件
错误日志过多,请详见上方的「错误重现」
其他
如有,可以添加有关问题的其他信息。
The text was updated successfully, but these errors were encountered: