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

无法订阅部分微博用户的timeline #17973

Open
1 task done
Sirius-System opened this issue Dec 24, 2024 · 5 comments
Open
1 task done

无法订阅部分微博用户的timeline #17973

Sirius-System opened this issue Dec 24, 2024 · 5 comments
Labels
RSS bug Something isn't working

Comments

@Sirius-System
Copy link

路由地址

/weibo/user/:uid/:routeParams?

完整路由地址

/weibo/user/1794603954/showLinkIconInDescription=0&showEmojiInDescription=0

相关文档

https://docs.rsshub.app/social-media.html#wei-bo

预期是什么?

a2

实际发生了什么?

a3

部署

自建

部署相关信息

OS: Ubuntu 20.04 LTS, Dokcer: version 20.10.19, build d85ef84

额外信息

并非订阅所有博主都异常,暂时只有这一位是报错,并且之前是能正常订阅该博主的内容(最后一次提醒其有更新是在12月12日)。
使用https://m.weibo.cn/u/:uid验证过,能正常看到内容。
尝试将镜像换成diygod/rsshub:chromium-bundled,更换后能返回XML格式内容(而非报错),但里面只有博主的基本信息,没有timeline内容。内容如下:
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>丝瓜卡夫卡的微博</title>
<link>https://weibo.com/1794603954/</link>
<atom:link href="http://192.168.0.207:1202/weibo/user/1794603954/showLinkIconInDescription=0&showEmojiInDescription=0" rel="self" type="application/rss+xml"/>
<description>与其想着怎样华丽的死去,不如想想怎样华丽的活下去吧! - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>en</language>
<image>
<url>https://tvax2.sinaimg.cn/crop.0.0.1080.1080.180/6af77bb2ly8gdix3cynt2j20u00u0n1d.jpg?KID=imgbed,tva&Expires=1735071297&ssig=tUvFWVciZw</url>
<title>丝瓜卡夫卡的微博</title>
<link>https://weibo.com/1794603954/</link>
</image>
<lastBuildDate>Tue, 24 Dec 2024 17:15:00 GMT</lastBuildDate>
<ttl>5</ttl>
</channel>
</rss>

这不是重复的 issue

  • 我已经搜索了 现有 issue,以确保该错误尚未被报告。
@Sirius-System Sirius-System added the RSS bug Something isn't working label Dec 24, 2024
Copy link
Contributor

Searching for maintainers:

To maintainers: if you are not willing to be disturbed, list your username in scripts/workflow/test-issue/call-maintainer.js. In this way, your username will be wrapped in an inline code block when tagged so you will not be notified.

If all routes can not be found, the issue will be closed automatically. Please use NOROUTE for a route-irrelevant issue or leave a comment if it is a mistake.
如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。

@Konano
Copy link
Contributor

Konano commented Dec 25, 2024

/test

/weibo/user/1794603954/showLinkIconInDescription=0&showEmojiInDescription=0

Copy link
Contributor

Route Test failed, please check your comment body. Check logs for more details.
路由测试失败,请确认评论部分符合格式规范,详情请检查 日志

@Konano
Copy link
Contributor

Konano commented Dec 25, 2024

The RSSHub version you built is from two years ago. Please upgrade RSSHub to the latest version and observe whether the issue persists.

@Sirius-System
Copy link
Author

The RSSHub version you built is from two years ago. Please upgrade RSSHub to the latest version and observe whether the issue persists.
我的问题,最开始是直接用docker命令部署的RSSHub,但(在我的水平下)不太好调整参数,也因最近出现了标题提及的问题,所以前天换成使用Docker Compose搭建,但没想到重新用Docker Compose部署时docker并没有下载最新镜像。刚已经用docker pull diygod/rsshub命令更新了镜像,现在重建部署后显示Node Version为v22.12.0。
重新部署新版本后,现在已经没有抛出报错,但和puppeteer版本一样在查询该名博主时没有返回timeline,只有博主的基本信息,考虑到版本间隔了两年,我需要先检查是否我的入参有问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RSS bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants