Closed MoYuYuDe closed 4 months ago
Thanks for opening your first issue here! Be sure to follow the issue template!
Hello @MoYuYuDe, please input issue by template and add detail. Issues labeled by question
will be closed if no activities in 3 days.
你好 @MoYuYuDe,请按照issue模板填写, 并详细说明问题/日志记录/复现步骤/复现链接/实现思路或提供更多信息等, 3天内未回复issue自动关闭。
升级到3.30.0之后, 打开之前添加的本机存储 (部署在termux上, 安卓版本9 ), 界面提示 "Request failed with status code 521" 控制台报错 我的存储配置如下 "driver": "Local", "cache_expiration": 0, "status": "work",{\"root_folder_path\":\"/data/data/com.termux/files/home\",\"thumbnail\":false,\"thumb_cache_folder\":\"\",\"show_hidden\":true,\"mkdir_perm\":\"777\"}", "modified": "2024-01-05T00:31:29.422994738Z", "disabled": false, "enable_sign": false, "order_by": "name", "order_direction": "asc", "extract_folder": "front", "web_proxy": false, "webdav_policy": "nativeproxy", "down
请问这个是Go 的依赖问题吗?
请问这个问题解决了吗。我好像也有同样的问题,一旦挂载本地存储,在主页中打开挂载路径时程序就会崩溃
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.
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.
Please make sure of the following things
[X] I have read the documentation. 我已经阅读了文档。
[X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。
[X] I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
). 我确定是AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。[X] I'm sure this issue is not fixed in the latest version. 我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
3.30.0
Driver used / 使用的存储驱动
本机存储
Describe the bug / 问题描述
我是使用的termux 进行部署的, 从3.29.0 升级到3.30.0之后, 本机存储加载不出来, 提示521, 删除之后重新添加, 删除termux 重新配置, 还是无法加载
Reproduction / 复现链接
无
Config / 配置
{ "force": false, "site_url": "", "cdn": "", "jwt_secret": "f11nlSIpaodP372f", "token_expires_in": 48, "database": { "type": "sqlite3", "host": "", "port": 0, "user": "", "password": "", "name": "", "db_file": "data/data.db", "tableprefix": "x", "ssl_mode": "" }, "scheme": { "address": "0.0.0.0", "http_port": 5244, "https_port": -1, "force_https": false, "cert_file": "", "key_file": "", "unix_file": "", "unix_file_perm": "" }, "temp_dir": "data/temp", "bleve_dir": "data/bleve", "dist_dir": "", "log": { "enable": true, "name": "data/log/log.log", "max_size": 50, "max_backups": 30, "max_age": 28, "compress": false }, "delayed_start": 0, "max_connections": 0, "tls_insecure_skip_verify": true, "tasks": { "download": { "workers": 5, "max_retry": 1 }, "transfer": { "workers": 5, "max_retry": 2 }, "upload": { "workers": 5, "max_retry": 0 }, "copy": { "workers": 5, "max_retry": 2 } }, "cors": { "allow_origins": [ "" ], "allow_methods": [ "" ], "allow_headers": [ "*" ] } }
Logs / 日志
No response