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

The Wall Street Journal (WSJ) 华尔街日报 出错 #14924

Open
1 task done
Kevin6872 opened this issue Mar 23, 2024 · 9 comments
Open
1 task done

The Wall Street Journal (WSJ) 华尔街日报 出错 #14924

Kevin6872 opened this issue Mar 23, 2024 · 9 comments
Labels
RSS bug Something isn't working

Comments

@Kevin6872
Copy link

Kevin6872 commented Mar 23, 2024

路由地址

/wsj/:lang/:category?

完整路由地址

/wsj/en-us/opinion

相关文档

https://docs.rsshub.app/routes/traditional-media#the-wall-street-journal-wsj-%E5%8D%8E%E5%B0%94%E8%A1%97%E6%97%A5%E6%8A%A5

预期是什么?

正常显示

实际发生了什么?

在自建和官方演示中均出现错误

部署

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

部署相关信息

No response

额外信息

Error Message:

Response code 401 (HTTP Forbidden): target website might be blocking our access, you can host your own RSSHub instance for a better usability.
Route: /wsj/:lang/:category?

Full Route: /wsj/en-us/opinion

Node Version: v21.7.1

Git Hash: unknown

Git Date:

这不是重复的 issue

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

1 similar comment

This comment was marked as duplicate.

@whaler-ragweed

This comment has been minimized.

@hackenfu
Copy link

我在自托管時遇到相同問題

哪怕是freshrss自建,也这样,401错误
还有那些公共的,比如feedly之类,返回的都是一样问题,最新一篇停留在理想汽车,后面再也无法获取
倒是reeder这种app,本地直接订阅,还能继续获取

@ishowman
Copy link

我在自托管時遇到相同問題

哪怕是freshrss自建,也这样,401错误 还有那些公共的,比如feedly之类,返回的都是一样问题,最新一篇停留在理想汽车,后面再也无法获取 倒是reeder这种app,本地直接订阅,还能继续获取

rss 都是通过订阅源拉取更新的,reeder 本地订阅是什么意思?

@hackenfu
Copy link

我在自托管時遇到相同問題

哪怕是freshrss自建,也这样,401错误 还有那些公共的,比如feedly之类,返回的都是一样问题,最新一篇停留在理想汽车,后面再也无法获取 倒是reeder这种app,本地直接订阅,还能继续获取

rss 都是通过订阅源拉取更新的,reeder 本地订阅是什么意思?

我意思就是reeder、包括netnewswire这种app,能拉取华尔街日报的更新;但freshrss、ttrss、feedly这种,都会报错。
我初步研究了下,似乎华尔街日报在封杀一些所谓的bot,但reeder这种不在封杀范围内

@whaler-ragweed
Copy link

我用 NetNewsWire 可以拉取官方源 (https://cn.wsj.com/zh-hans/rss),但用 Newsboat 拉取失敗。

@demoonwu
Copy link

测试了日本ip和美国ip,都无法拉取更新,初步推测与ip所在地关系不大。

@dzx-dzx
Copy link
Contributor

dzx-dzx commented Sep 8, 2024

一点发现,下面这个请求:

await undici.fetch("https://cn.wsj.com/zh-hans/news/world", {      "headers": {        "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0",             "Sec-GPC": "1",       }});

可以正常工作,但把url换成https://cn.wsj.com/zh-hans/news/world不行.

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

6 participants