DIYgod / RSSHub

🧡 Everything is RSSible
https://docs.rsshub.app
MIT License
33.57k stars 7.51k forks source link

新闻联播路由失效 #15821

Closed Mr-Spade closed 2 months ago

Mr-Spade commented 5 months ago

路由地址

/cctv/:category

完整路由地址

/cctv/xwlb

相关文档

https://docs.rsshub.app/zh/routes/traditional-media#%E6%96%B0%E9%97%BB%E8%81%94%E6%92%AD

预期是什么?

正常返回新闻联播的RSS内容。

实际发生了什么?

得到Looks like something went wrong,同时文档页也显示路由处于“down”的状态

部署

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

部署相关信息

No response

额外信息

Helpful Information

Error Message:
FetchError: [GET] "https://news.cctv.com/2019/07/gaiban/cmsdatainterface/page/xwlb_1.jsonp": 404 Not Found

Route: /cctv/:category

Full Route: /cctv/xwlb

Node Version: v21.7.3

Git Hash: c7319828

Git Date: Wed, 29 May 2024 19:34:56 GMT

这不是重复的 issue

github-actions[bot] commented 5 months ago
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 关键词,或者留下评论。我们会重新审核。

Mr-Spade commented 5 months ago

发现官方文档的路由地址和错误报告里的路由地址不太一致,官方文档里提供的路由地址是:

/cctv/xwlb

不知道这个错误是否与路由匹配错误有关