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

[QUESTION]1.7版微博视频下载失败,1.6版正常 #249

Open
RallyQ opened this issue Jan 24, 2025 · 4 comments
Open

[QUESTION]1.7版微博视频下载失败,1.6版正常 #249

RallyQ opened this issue Jan 24, 2025 · 4 comments
Labels
故障(bug) 代码问题导致的错误(Bugs caused by code problems) 已确认(confirmed) 该issue已被处理,将在下次推送中更新(The issue has been processed and will be updated in the next push) 提问(question) 想得到更多的详细支持(Further information is requested)

Comments

@RallyQ
Copy link

RallyQ commented Jan 24, 2025

同样链接,昨天升级到1.7,下载失败。换回1.6版,下载正常。
1.7下载图片微博正常。

"INFO     开始爬取微博: PaTOZxRJ4                                               "
"ERROR    请前往QA文档 https://f2.wiki/faq 查看相关帮助                         "
"ERROR    Bark 通知发送失败,请检查 key 和网络连接:HTTP状态码错误: Status     "
"         Code: 404                                                             "
"INFO     用户昵称: 华为终端  微博数: 25795                                     "
"WARNING  5125978618071350 该微博无法下载,需要在微博客户端查看                 "
@RallyQ RallyQ added the 提问(question) 想得到更多的详细支持(Further information is requested) label Jan 24, 2025
Copy link

Copy link

dosubot bot commented Jan 24, 2025

Hello, @RallyQ! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together!

In version 1.7, there are specific changes that could affect Weibo video downloads. The software added exception handling for cases where Weibo pages cannot be viewed on the web, which might be causing the issue you're experiencing [1]. The 404 error indicates that the requested endpoint might not exist or the URL is incorrect [2][3].

To address this, ensure that your configuration settings are correct. Check the following:

  1. Proxy Settings: Use the --proxies option to set proxy parameters.
  2. Retry and Timeout Settings: Adjust using --max_retries and --timeout.
  3. Download Path and Threads: Set with --path and --max-connections.
  4. Cookie: Ensure the cookie is set using --cookie or --auto-cookie.
  5. Mode and URL: Verify the url and mode parameters are correctly set [4].

These adjustments might help resolve the download issue in version 1.7.

To continue talking to Dosu, mention @dosu.


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

@RallyQ
Copy link
Author

RallyQ commented Jan 24, 2025

f2 weibo -M one -u "https://weibo.com/1839167003/PaTOZxRJ4" -c "xxx\weibo.yaml"
用法、配置文件、cookies都没变

@Johnserf-Seed
Copy link
Owner

原因找到了,one模式遗漏了is_video这个过滤器,并且这个值存在int与str这2种情况,导致未能完全覆盖所有视频类型,下个版本修复

@Johnserf-Seed Johnserf-Seed added 故障(bug) 代码问题导致的错误(Bugs caused by code problems) 已确认(confirmed) 该issue已被处理,将在下次推送中更新(The issue has been processed and will be updated in the next push) labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
故障(bug) 代码问题导致的错误(Bugs caused by code problems) 已确认(confirmed) 该issue已被处理,将在下次推送中更新(The issue has been processed and will be updated in the next push) 提问(question) 想得到更多的详细支持(Further information is requested)
Projects
None yet
Development

No branches or pull requests

2 participants