route/twitter using include_replies will return empty info
Author: E1xPCreated Aug 8, 2026Updated Aug 9, 2026
LabelsRSS bug
路由地址
/twitter/user/:id/:routeParams?
完整路由地址
/twitter/user/KOMODO_Games_JP/include_replies
相关文档
https://docs.rsshub.app/zh/routes/twitter
预期是什么?
Return with tweet and replies
实际发生了什么?
Return empty result
部署
自建
部署相关信息
OS:Debian, Docker version: 27.5.1, Rsshub Git Hash: c92f107e; TWITTER_AUTH_TOKEN configed
额外信息
info: <-- GET /twitter/user/KOMODO_Games_JP/include_replies
error: undefined
info: --> GET /twitter/user/KOMODO_Games_JP/include_replies 200 1s
After debug of the code found is the following request have 404 return:
https://x.com/i/api/graphql/zDYJgvnhl1qVMpqfvrFeBw/UserTweetsAndReplies
Which may cause by missing x-client-transaction-id
May have a fix but not merge PR #21787
这不是重复的 issue
- 我已经搜索了 现有 issue,以确保该错误尚未被报告。
Source: DIYgod/RSSHub