DIYgod / RSSHub

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

twitter路由显示ConfigNotFoundError #16662

Closed Dz3yu closed 1 week ago

Dz3yu commented 1 week ago

路由地址

/twitter/user/:id/:routeParams?

完整路由地址

/twitter/user/_tioone_

相关文档

https://docs.rsshub.app/zh/routes/social-media#user-timeline-5

预期是什么?

预期正常获取twitter user内容

使用docker-compose部署 配置了环境变量 TWITTER_USERNAME: “tioone” TWITTER_PASSWORD: "" TWITTER_AUTHENTICATION_SECRET: "" PROXY_URI: "127..0.0.1:20171" (使用v2rayA配置代理)

实际发生了什么?

Error Message: ConfigNotFoundError: Invalid twitter configs: tioone

部署

自建

部署相关信息

Ubuntu22.04-Docker26

额外信息

Error Message:
ConfigNotFoundError: Invalid twitter configs: _tioone_
Route: /twitter/user/:id/:routeParams?
Full Route: /twitter/user/_tioone_
Node Version: v22.8.0
Git Hash: afa85c64
Git Date: Sat, 07 Sep 2024 16:53:29 GMT

这不是重复的 issue

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

TonyRL commented 1 week ago

Duplicate of #16533

Dz3yu commented 5 days ago

The problem was solved by switching to pnpm self-compilation, but there is still a problem with docker-compose.