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

bilibili 路由失效 #16957

Closed
1 task done
Seele0oO opened this issue Sep 29, 2024 · 5 comments
Closed
1 task done

bilibili 路由失效 #16957

Seele0oO opened this issue Sep 29, 2024 · 5 comments
Labels
RSS bug Something isn't working

Comments

@Seele0oO
Copy link

路由地址

/bilibili/user/dynamic/:uid/:routeParams?

完整路由地址

/bilibili/user/dynamic/2175690

相关文档

https://docs.rsshub.app/zh/routes/popular#up-%E4%B8%BB%E5%8A%A8%E6%80%81

预期是什么?

获取到up主动态

实际发生了什么?

Error Message:
TypeError: Cannot convert argument to a ByteString because the character at index 512 has a value of 8230 which is greater than 255.

部署

自建

部署相关信息

Git Hash: b79a5247 ; Git Date: Sat, 28 Sep 2024 15:00:58 GMT

额外信息

Helpful Information

Error Message:
TypeError: Cannot convert argument to a ByteString because the character at index 512 has a value of 8230 which is greater than 255.

Route: /bilibili/user/dynamic/:uid/:routeParams?

Full Route: /bilibili/user/dynamic/2175690

Node Version: v22.9.0

Git Hash: b79a5247

Git Date: Sat, 28 Sep 2024 15:00:58 GMT

这不是重复的 issue

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

@TonyRL
Copy link
Collaborator

TonyRL commented Sep 29, 2024

Duplicate of #16924

@TonyRL TonyRL marked this as a duplicate of #16924 Sep 29, 2024
@TonyRL TonyRL closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
@TonyRL
Copy link
Collaborator

TonyRL commented Sep 29, 2024

Could you try setting LOGGER_LEVEL to debug and provide the console output?

@Seele0oO
Copy link
Author

Seele0oO commented Oct 7, 2024

rsshub-1       | warn: PROXY_URI is set, ignoring PROXY_{PROTOCOL,HOST,PORT}
rsshub-1       | (node:47) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
rsshub-1       | (Use `node --trace-deprecation ...` to show where the warning was created)
rsshub-1       | info: Redis connected.
rsshub-1       | info: 🎉 RSSHub is running on port 1200! Cheers!
rsshub-1       | info: 💖 Can you help keep this open source project alive? Please sponsor 👉 https://docs.rsshub.app/sponsor
rsshub-1       | info: 🔗 Local: 👉 http://localhost:1200
rsshub-1       | info: 🔗 Network: 👉 http://172.20.0.10:1200
rsshub-1       | info: 🔗 Network: 👉 http://[::]:1200
rsshub-1       | info: <-- GET /bilibili/user/video/13663620
rsshub-1       | error: Error in /bilibili/user/video/13663620: TypeError: Cannot convert argument to a ByteString because the character at index 512 has a value of 8230 which is greater than 255.
rsshub-1       | info: --> GET /bilibili/user/video/13663620 503 4s
rsshub-1       | debug: Outgoing request: POST http://localhost/v1/traces
 curl https://RSSHUB/bilibili/user/video/13663620

@Seele0oO
Copy link
Author

Seele0oO commented Oct 7, 2024

已经在下面的讨论中找到解决方案,测试可用
#16924 (comment)

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

2 participants