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

使用的 ReadMe 里面的 Docker方式启动的, 添加读书账号的时候,提示:无法处理的error #335

Open
Ax199Work opened this issue Dec 19, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Ax199Work
Copy link

使用的Docker方式启动的:

docker run -d \
  --name wewe-rss \
  -p 4000:4000 \
  -e DATABASE_TYPE=sqlite \
  -e AUTH_CODE=123567 \
  -v $(pwd)/data:/app/data \
  cooderl/wewe-rss-sqlite:latest

添加读书账号的时候,http://localhost:4000/trpc/platform.createLoginUrl?batch=1 这个接口报500
Docker日志显示的:

2024-12-19 13:27:20 [Nest] 112  - 12/19/2024, 5:27:20 AM     LOG [TrpcService] error: 
2024-12-19 13:27:20 [Nest] 112  - 12/19/2024, 5:27:20 AM     LOG [TrpcService] AggregateError
2024-12-19 13:27:20 [Nest] 112  - 12/19/2024, 5:27:20 AM   ERROR [TrpcService] Can't handle this error: 
2024-12-19 13:28:41 [Nest] 112  - 12/19/2024, 5:28:41 AM   DEBUG [TrpcService] disabledAccounts: 
2024-12-19 13:28:41 [Nest] 112  - 12/19/2024, 5:28:41 AM   DEBUG [TrpcService] Object:

然后登录之前的:二维码也刷不出来。

请教,这种情况下怎么办?谢谢

@cooderl cooderl added the help wanted Extra attention is needed label Dec 22, 2024
@le0zh0u
Copy link

le0zh0u commented Dec 24, 2024

这看不到具体的报错。

你尝试一下这个issue中的解决方案
#303 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants