RSSHub icon indicating copy to clipboard operation
RSSHub copied to clipboard

twitter 用户喜欢列表 失效

Open stainge opened this issue 1 year ago • 5 comments

路由地址

/twitter/likes/:id/:routeParams?

完整路由地址

/twitter/likes/Kojima_Hideo

相关文档

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

预期是什么?

获取信息并正确生成 RSS Feed

实际发生了什么?

无法生成rss,报错 code 403

部署

自建

部署相关信息

No response

额外信息

Route requested: /likes/Kojima_Hideo
Error message: Request failed with code 403 - You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product (Twitter code 453)
Helpful Information to provide when opening issue:
Path: /likes/Kojima_Hideo
Node version: v18.17.0
Git Hash: e86265b

这不是重复的 issue

  • [X] 我已经搜索了现有 issue,以确保该错误尚未被报告。

stainge avatar Aug 03 '23 10:08 stainge

Searching for maintainers:
  • /twitter/likes/:id/:routeParams?: @xyqfer

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.

如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。 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.

github-actions[bot] avatar Aug 03 '23 10:08 github-actions[bot]

From what I've read most features require you to pay for v2

The free tier doesn't allow for data retrieval.

The basic tier(100$/month) does, see pictures

firefox_JDd1lV2BO6 firefox_kM2oEFFP2R

SecondaryH avatar Aug 04 '23 20:08 SecondaryH

Searching for maintainers:
  • /twitter/likes/:id/:routeParams?: @xyqfer

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.

如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。 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.

github-actions[bot] avatar Dec 02 '23 11:12 github-actions[bot]

更新到最新版本的RSSHub并根据文档进行配置,报错信息改变成了Twitter RSS is disabled due to the lack of [relevant config](https://docs.rsshub.app/install/#pei-zhi-bu-fen-rss-mo-kuai-pei-zhi),推测是因为feat: bring back twitter routes导致的配置改变引起的 image

stainge avatar Dec 02 '23 11:12 stainge

遇到同样的问题,请问,怎么解决呢?

Error Message: Twitter RSS is disabled due to the lack of relevant config

更新到最新版本的RSSHub并根据文档进行配置,报错信息改变成了Twitter RSS is disabled due to the lack of [relevant config](https://docs.rsshub.app/install/#pei-zhi-bu-fen-rss-mo-kuai-pei-zhi),推测是因为feat: bring back twitter routes导致的配置改变引起的 image

DerekTso avatar Mar 29 '24 09:03 DerekTso