alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
41.92k stars 5.41k forks source link

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

Open shoval-dev opened 1 month ago

shoval-dev commented 1 month ago

Please make sure of the following things

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

welcome[bot] commented 1 month ago

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

Three-taile-dragon commented 1 month ago

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

shoval-dev commented 1 month ago

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

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

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

Three-taile-dragon commented 1 month ago

尝试下 新的PR:#6960

shoval-dev commented 1 month ago

尝试下 新的PR:#6960

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

Three-taile-dragon commented 1 month ago

尝试下 新的PR:#6960

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

有报错信息吗?