DIYgod / RSSHub

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

【bug】Epic Games Store - Free games 路由部分参数失效 #15569

Closed CaoMeiYouRen closed 2 months ago

CaoMeiYouRen commented 2 months ago

路由地址

/epicgames/freegames/:locale?/:country?

完整路由地址

/epicgames/freegames/zh-CN

相关文档

https://docs.rsshub.app/zh/routes/game#epic-games-store

预期是什么?

请求正常

实际发生了什么?

请求失败

部署

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

部署相关信息

No response

额外信息

Error Message:
FetchError: [GET] "https://store-content-ipv4.ak.epicgames.com/api/zh-CN/content/products/firestone-online-idle-rpg-bfd04b": 404 Not Found

Route: /epicgames/freegames/:locale?/:country?

Full Route: /epicgames/freegames/zh-CN

Node Version: v21.7.3

Git Hash: 5e8ea80a

Git Date: Sun, 12 May 2024 11:07:53 GMT

这不是重复的 issue

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

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

CaoMeiYouRen commented 2 months ago

没有参数的 https://rsshub.app/epicgames/freegames 是可用的 带参数的 https://rsshub.app/epicgames/freegames/en-US/US 就不行。