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

B站直播no response #18322

Closed
1 task done
Mishasama opened this issue Feb 10, 2025 · 6 comments
Closed
1 task done

B站直播no response #18322

Mishasama opened this issue Feb 10, 2025 · 6 comments
Labels
RSS bug Something isn't working

Comments

@Mishasama
Copy link

路由地址

/bilibili/live/room/:roomID

完整路由地址

/bilibili/live/room/3

相关文档

https://docs.rsshub.app/zh/routes/live#%E7%9B%B4%E6%92%AD%E5%BC%80%E6%92%AD

预期是什么?

正常

实际发生了什么?

FetchError: [GET] "https://api.live.bilibili.com/room/v1/Room/room_init?id=3": fetch failed

部署

RSSHub 演示 (https://rsshub.app)

部署相关信息

No response

额外信息

Helpful Information

Error Message:
FetchError: [GET] "https://api.live.bilibili.com/room/v1/Room/room_init?id=3": <no response> fetch failed

Route: /bilibili/live/room/:roomID

Full Route: /bilibili/live/room/3

Node Version: v22.13.1

Git Hash: 46877a1c

Git Date: Mon, 10 Feb 2025 16:53:47 GMT

这不是重复的 issue

  • 我已经搜索了 现有 issue,以确保该错误尚未被报告。
@Mishasama Mishasama added the RSS bug Something isn't working label Feb 10, 2025
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 关键词,或者留下评论。我们会重新审核。

@cscnk52
Copy link
Contributor

cscnk52 commented Feb 11, 2025

Can't reproduce, the remote API is work as expect, please try to use another RSSHub instance or self-hosted.

@Qixingchen
Copy link
Contributor

自建服务正常,可能是 rsshub 被风控了

@TonyRL TonyRL closed this as not planned Won't fix, can't repro, duplicate, stale Feb 11, 2025
@TonyRL
Copy link
Collaborator

TonyRL commented Feb 11, 2025

/test

/bilibili/live/room/3
/bilibili/live/room/31368697

Copy link
Contributor

Successfully generated as following:

http://localhost:1200/bilibili/live/room/3 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>3号直播间 直播间开播状态</title>
    <link>https://live.bilibili.com/23058</link>
    <atom:link href="http://localhost:1200/bilibili/live/room/3" rel="self" type="application/rss+xml"></atom:link>
    <description>3号直播间 直播间开播状态 - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>[email protected] (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Tue, 11 Feb 2025 17:27:17 GMT</lastBuildDate>
    <ttl>5</ttl>
  </channel>
</rss>
http://localhost:1200/bilibili/live/room/31368697 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>雪烛Yukisyo 直播间开播状态</title>
    <link>https://live.bilibili.com/31368697</link>
    <atom:link href="http://localhost:1200/bilibili/live/room/31368697" rel="self" type="application/rss+xml"></atom:link>
    <description>雪烛Yukisyo 直播间开播状态 - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>[email protected] (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Tue, 11 Feb 2025 17:27:18 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>是神奇的杂谈麻 2025-02-11 21:28:38</title>
      <description>是神奇的杂谈麻&lt;br&gt;</description>
      <link>https://live.bilibili.com/31368697</link>
      <guid isPermaLink="false">https://live.bilibili.com/31368697 2025-02-11 21:28:38</guid>
      <pubDate>Tue, 11 Feb 2025 13:28:38 GMT</pubDate>
    </item>
  </channel>
</rss>

@Mishasama
Copy link
Author

自建服务正常,可能是 rsshub 被风控了

就是说现在只能用自己的服务器的IP了吗?

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

4 participants