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
39.44k stars 5.12k forks source link

WEBDAV挂载Onedrive失败 #6472

Closed lyrnya closed 1 month ago

lyrnya commented 1 month ago

Please make sure of the following things

AList Version / AList 版本

xhofe/alist:v3.34.0 docker容器

Driver used / 使用的存储驱动

WEBDAV

Describe the bug / 问题描述

前几天一直没事,近两天出现无法通过WEBDAV挂载Onedrive的情况 图片 图片

Reproduction / 复现链接

lyrnya.dynv6.net:5244 (纯ipv6访问)

Config / 配置

图片 图片 图片

Logs / 日志

ERRO[2024-05-19 01:23:00] failed get enabled storages: Post "https://zusteducn-my.sharepoint.com/": read tcp 172.18.0.2:42776->13.107.138.10:443: read: connection reset by peer failed init storage github.com/alist-org/alist/v3/internal/op.initStorage /home/runner/work/alist/alist/internal/op/storage.go:99 github.com/alist-org/alist/v3/internal/op.LoadStorage /home/runner/work/alist/alist/internal/op/storage.go:80 github.com/alist-org/alist/v3/internal/bootstrap.LoadStorages.func1 /home/runner/work/alist/alist/internal/bootstrap/storage.go:20 runtime.goexit /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_arm64.s:1222

welcome[bot] commented 1 month ago

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

github-actions[bot] commented 1 month ago

See

  1. 80% #4621
  2. 56% #1931
  3. 56% #1233
lyrnya commented 1 month ago

重装过AList容器,网络正常,但是还是会出现挂载失败或者挂载成功后出现部分文件无法访问的情况

lyrnya commented 1 month ago

重装过AList容器,网络正常,但是还是会出现挂载失败或者挂载成功后出现部分文件无法访问的情况

比如 图片

lyrnya commented 1 month ago

docker的bridge网络出现问题,改host网络模式解决