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

HalalCloud RPC Fail导致无法挂载存储 #6957

Closed
4 tasks done
shoval-dev opened this issue Aug 7, 2024 · 8 comments
Closed
4 tasks done

HalalCloud RPC Fail导致无法挂载存储 #6957

shoval-dev opened this issue Aug 7, 2024 · 8 comments
Labels
bug Something isn't working stale No activity for more than 30 days

Comments

@shoval-dev
Copy link

Please make sure of the following things

  • I have read the documentation.
    我已经阅读了文档

  • I'm sure there are no duplicate issues or discussions.
    我确定没有重复的issue或讨论。

  • I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

v3.36.0

Driver used / 使用的存储驱动

HalalCloud

Describe the bug / 问题描述

获取刷新令牌时,会出现这几个报错,导致无法获取刷新令牌的登录网页
Failed init storage: rpc error: code = DeadlineExceeded desc = context deadline exceeded
Failed init storage but storage is already created: failed init storage: rpc error: code = DeadlineExceeded desc =received context error while waiting for new LB policy update: context deadline exceeded
有时又可以获取,但是概率很小。尝试过在公网服务器上使用,没有问题
已经联系HalalCloud运营商,他们那边系统无报错……

Reproduction / 复现链接

群晖内网,Docker自建。详细参数如下

version: '3.3'
services:
    alist:
        image: 'xhofe/alist:latest'
        container_name: alist
        volumes:
            - '/volume1/docker/alist:/opt/alist/data' 
        ports:
            - '5244:5244'
        environment:
            - PUID=0
            - PGID=0
            - UMASK=022
        restart: unless-stopped

已经开放内网和外网5244端口

Config / 配置

HalalCloud_Config

Logs / 日志

alist_log

@shoval-dev shoval-dev added the bug Something isn't working label Aug 7, 2024
Copy link

welcome bot commented Aug 7, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

@shoval-dev shoval-dev changed the title HalalCloud RPC Fail HalalCloud RPC Fail导致无法挂载存储 Aug 7, 2024
@Three-taile-dragon
Copy link
Contributor

检查下 本地到 6盘 之前的连通性?
可以 ping 下 API地址看看:grpcuserapi.2dland.cn

@shoval-dev
Copy link
Author

检查下 本地到 6盘 之前的连通性? 可以 ping 下 API地址看看:grpcuserapi.2dland.cn

ping_test
使用群晖docker终端机访问没有问题,ping正常

另外发现,设置好6盘相关挂载,有些时候通过重启容器,可以在控制台获取到6盘的登录链接,但是有些时候不行
ok
ng

@Three-taile-dragon
Copy link
Contributor

尝试下 新的PR:#6960

@shoval-dev
Copy link
Author

shoval-dev commented Aug 10, 2024

尝试下 新的PR:#6960

编译成功,但是死活不能在群晖上运行XD

@Three-taile-dragon
Copy link
Contributor

尝试下 新的PR:#6960

编译成功,但是死活不能在群晖上运行XD

有报错信息吗?

Copy link

stale bot commented Sep 24, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale No activity for more than 30 days label Sep 24, 2024
Copy link

github-actions bot commented Oct 8, 2024

Hello @, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale No activity for more than 30 days
Projects
None yet
Development

No branches or pull requests

2 participants