-
Notifications
You must be signed in to change notification settings - Fork 57
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
知乎更新,60s 接口返回的文本错乱【2】 #9
Comments
没有解决,有时候出现,有时候不出现 |
浏览器无痕模式直接访问,也会带上 UA 的,但是之前无痕模式访问也会出现数据错乱的情况。 根据你的代码,你的意思,是用低版本的 UA 能够稳定拿到正常的数据? |
我没有空频繁去 debug 和找解决方案,如果你觉得你的方案可以完美解决,欢迎 PR |
https://github.com/DIYgod/RSSHub/blob/master/lib/routes/zhihu/utils.ts#L58-L103 知乎加了东西,这有解决方案,要加一个请求头 cookie,有时间再搞。 |
先用环境变量临时处理一下,这个 Cookie 貌似一周有效,我记起来就更下,闲了再细搞。 https://github.com/vikiboss/60s/blob/main/src/services/60s.ts#L22 https://github.com/vikiboss/60s/blob/main/src/services/60s.ts#L32 |
我试了把header都加上,稳定了很多 |
@lie-jiu 这个降级处理可以的。 主要是知乎新加的 Cookie 鉴权,目前没时间跟进,只能定时更新后台的 Cookie 环境变量。 如果需要及时处理的话,欢迎加入 readme 的反馈群聊,看到及时更新。 |
确实能正常拿到,但貌似现在这个问题官方不存在了...
现在数据一切正常,API 可正常使用。
Originally posted by @vikiboss in #8 (comment)
The text was updated successfully, but these errors were encountered: