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

知乎文章的rsshub链接无法显示 #1047

Open
cjjjy opened this issue Sep 15, 2024 · 4 comments
Open

知乎文章的rsshub链接无法显示 #1047

cjjjy opened this issue Sep 15, 2024 · 4 comments

Comments

@cjjjy
Copy link

cjjjy commented Sep 15, 2024

rsshub的知乎链接无法显示:https://rsshub.app/zhihu/posts/people/bao-bao-12-67

将上述链接粘贴到浏览器中返回结果
Looks like something went wrong
Helpful Information

Error Message:
FetchError: [GET] "https://www.zhihu.com/api/v4/members/bao-bao-12-67?include=allow_message%2Cis_followed%2Cis_following%2Cis_org%2Cis_blocking%2Cemployments%2Canswer_count%2Cfollower_count%2Carticles_count%2Cgender%2Cbadge%5B%3F%28type%3Dbest_answerer%29%5D.topics": Number of requests reached it's maximum 500

@Sean10
Copy link

Sean10 commented Sep 16, 2024

同样遇到这个问题, zhihu的接口返回失败

是下面哪种呢?

  1. 是否代表应该自建rsshub radar了, rsshub.app被知乎对某些接口限流了? 但是样例的xhu/zhuanlan/githubdaily能够正常返回
  2. 是代表知乎给不同专栏的api有响应上限? 但是页面能返回, 说明对反爬又有一定处理? 需要更新代码?

@cjjjy
Copy link
Author

cjjjy commented Sep 16, 2024 via email

@Sean10
Copy link

Sean10 commented Sep 17, 2024

https://rsshub.app/zhihu/posts/people/bao-bao-12-67

我试了下, 用官方的会503, 你这个地址用自建的rsshub访问这个地址是可以的.

我自己这边遇到的专栏的失败排查了下.

代码里有2种知乎的路由

  • /zhihu/xhu/zhuanlan/:id
    • 之间我用的这个, 现在报错
  • /zhihu/zhuanlan/:id
    • 根据抓到的知乎的接口来看现在应该用这个, 然后切换为这个之后就成功获取了.

@cjjjy
Copy link
Author

cjjjy commented Sep 17, 2024

你好

https://rsshub.app/zhihu/posts/people/bao-bao-12-67

我试了下, 用官方的会503, 你这个地址用自建的rsshub访问这个地址是可以的.

我自己这边遇到的专栏的失败排查了下.

代码里有2种知乎的路由

  • /zhihu/xhu/zhuanlan/:id

    • 之间我用的这个, 现在报错
  • /zhihu/zhuanlan/:id

    • 根据抓到的知乎的接口来看现在应该用这个, 然后切换为这个之后就成功获取了.

我自建了rsshub后,确实可以访问这个地址,确实可以访问http://localhost:1200/zhihu/posts/people/bao-bao-12-67,
image

但是,将这个地址添加到fluent reader中时显示“请正确输入URL”
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants