Skip to content

[BUG] 本机存储目录离线下载失败会清空整个目录 #760

@Holdmyhand

Description

@Holdmyhand

请确认以下事项

  • 我已确认阅读并同意 AGPL-3.0 第15条
    本程序不提供任何明示或暗示的担保,使用风险由您自行承担。

  • 我已确认阅读并同意 AGPL-3.0 第16条
    无论何种情况,版权持有人或其他分发者均不对使用本程序所造成的任何损失承担责任。

  • 我确认我的描述清晰,语法礼貌,能帮助开发者快速定位问题,并符合社区规则。

  • 我已确认阅读了OpenList文档

  • 我已确认没有重复的问题或讨论。

  • 我已确认是OpenList的问题,而不是其他原因(例如 网络依赖操作)。

  • 我认为此问题必须由OpenList处理,而非第三方。

  • 我已确认这个问题在最新版本中没有被修复。

OpenList 版本(必填)

v4.0.8

使用的存储驱动(必填)

本机存储

问题描述(必填)

操作系统是Ubuntu 22.04.4 LTS,处理器是arm64的Neoverse-N1。在本机存储的文件夹下添加一个simplehttp的边下载边上传的离线下载之后,离线下载失败,整个目录的文件及文件夹都不见了。离线下载链接是博通官网的vmwareworkstationpro下载链接,测试就这个下载链接离线下载会复现。

配置文件内容(必填)

以下是oplist的配置文件,本机存储的配置截图,oplistsystemd服务的配置文件,本机存储的目录/storage权限情况,nginx反向代理的配置文件。
root@instance-20240902-arm:/opt/oplist/data# cat config.json
{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "xxxx",
"token_expires_in": 48,
"database": {
"type": "sqlite3",
"host": "",
"port": 0,
"user": "",
"password": "",
"name": "",
"db_file": "data/data.db",
"table_prefix": "x_",
"ssl_mode": "",
"dsn": ""
},
"meilisearch": {
"host": "http://localhost:7700",
"api_key": "",
"index_prefix": ""
},
"scheme": {
"address": "127.0.0.1",
"http_port": 5244,
"https_port": -1,
"force_https": false,
"cert_file": "",
"key_file": "",
"unix_file": "",
"unix_file_perm": "",
"enable_h2c": false
},
"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,
"max_concurrency": 64,
"tls_insecure_skip_verify": true,
"tasks": {
"download": {
"workers": 5,
"max_retry": 1,
"task_persistant": false
},
"transfer": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"upload": {
"workers": 5,
"max_retry": 0,
"task_persistant": false
},
"copy": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"move": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"decompress": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"decompress_upload": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"allow_retry_canceled": false
},
"cors": {
"allow_origins": [
""
],
"allow_methods": [
"
"
],
"allow_headers": [
"*"
]
},
"s3": {
"enable": false,
"port": 5246,
"ssl": false
},
"ftp": {
"enable": false,
"listen": ":5221",
"find_pasv_port_attempts": 50,
"active_transfer_port_non_20": false,
"idle_timeout": 900,
"connection_timeout": 30,
"disable_active_mode": false,
"default_transfer_binary": false,
"enable_active_conn_ip_check": true,
"enable_pasv_conn_ip_check": true
},
"sftp": {
"enable": false,
"listen": ":5222"
},
"last_launched_version": "v4.0.8"}

Image

root@instance-20240902-arm:/opt/oplist/data# systemctl cat oplist.service

/etc/systemd/system/oplist.service

[Unit]
Description=openlist service
Wants=network.target
After=network.target network.service

[Service]
Type=simple
WorkingDirectory=/opt/oplist
ExecStart=/opt/oplist/openlist server
KillMode=process
User=oplist
Group=oplist

[Install]
WantedBy=multi-user.target

root@instance-20240902-arm:~# ls -ald /storage/
drwxrwsr-- 11 oplist oplist 4096 Jul 19 00:24 /storage/

root@instance-20240902-arm:/opt/oplist/data/log# cat /etc/nginx/conf.d/oplist.conf
server
{
listen 80;
listen [::]:80;
server_name xx.xxx.xyz;
return 301 https://$host$request_uri;
}
server
{
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name xx.xxx.xyz;
charset utf-8;

    ssl_certificate /etc/nginx/ssl/cer.pem;
    ssl_certificate_key /etc/nginx/ssl/key.pem;
    ssl_session_timeout 5m;
    ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
    ssl_prefer_server_ciphers on;
    ssl_ciphers "TLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-128-CCM-8-SHA256:TLS13-AES-128-CCM-SHA256:EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5";
    ssl_session_cache builtin:1000 shared:SSL:10m;
    # openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
    #ssl_dhparam /etc/nginx/ssl/dhparam.pem;

    location / {
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_set_header X-Forwarded-Proto $scheme;
      proxy_set_header Host $host:$server_port;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header Range $http_range;
      proxy_set_header If-Range $http_if_range;
      proxy_redirect off;
      proxy_pass http://127.0.0.1:5244;
      # the max size of file to upload
      client_max_body_size 20000m;

    }

    access_log /var/log/nginx/oplist-access.log;
    error_log /var/log/nginx/oplist-error.log;
}

日志(可选)

以下是log.log的日志,失败的截图,演示视频。
[GIN] 2025/07/19 - 17:39:13 | 200 | 486.562µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/list"
[GIN] 2025/07/19 - 17:39:16 | 200 | 134.44µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:39:16 | 200 | 650.883µs | 2603:c024:xxxxxxxxxx | GET "/assets/index-ccdd6f88.js"
[GIN] 2025/07/19 - 17:39:16 | 200 | 143.52µs | 2603:c024:xxxxxxxxxx | GET "/assets/PublicKeys-0e4bffac.js"
[GIN] 2025/07/19 - 17:39:16 | 200 | 118.041µs | 2603:c024:xxxxxxxxxx | GET "/assets/Profile-17861eac.js"
[GIN] 2025/07/19 - 17:39:17 | 200 | 12.535335ms | 2603:c024:xxxxxxxxxx | GET "/api/me/sshkey/list"
[GIN] 2025/07/19 - 17:39:21 | 200 | 72.44µs | 2603:c024:xxxxxxxxxx | GET "/assets/offline_download-50c7bca8.js"
[GIN] 2025/07/19 - 17:39:21 | 200 | 163.081µs | 2603:c024:xxxxxxxxxx | GET "/assets/helper-d1cac093.js"
[GIN] 2025/07/19 - 17:39:21 | 200 | 464.322µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:21 | 200 | 232.521µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:21 | 200 | 337.082µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/done"
[GIN] 2025/07/19 - 17:39:21 | 200 | 185.681µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/done"
[GIN] 2025/07/19 - 17:39:23 | 200 | 102.92µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:23 | 200 | 118.161µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:25 | 200 | 110.521µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:25 | 200 | 111.361µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:26 | 200 | 129.041µs | 2603:c024:xxxxxxxxxx | POST "/api/task/offline_download/clear_succeeded"
[GIN] 2025/07/19 - 17:39:26 | 200 | 161.201µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/done"
[GIN] 2025/07/19 - 17:39:27 | 200 | 115.56µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:27 | 200 | 110.2µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:29 | 200 | 111.721µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:29 | 200 | 111.641µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:31 | 200 | 110.241µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:31 | 200 | 56.08µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:33 | 200 | 115.52µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:33 | 200 | 118.28µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:35 | 200 | 125.721µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:35 | 200 | 100.121µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:37 | 200 | 125.08µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:37 | 200 | 87.121µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:37 | 200 | 123.24µs | 2603:c024:xxxxxxxxxx | POST "/api/task/offline_download_transfer/clear_succeeded"
[GIN] 2025/07/19 - 17:39:38 | 200 | 187.521µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/done"
[GIN] 2025/07/19 - 17:39:39 | 200 | 113.52µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:39 | 200 | 82.121µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:41 | 200 | 107.84µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:41 | 200 | 75.561µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:43 | 200 | 116.441µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:43 | 200 | 107.241µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:45 | 200 | 115.441µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:45 | 200 | 129.481µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:47 | 200 | 132.441µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:47 | 200 | 132.641µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:49 | 200 | 123.481µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:49 | 200 | 96.36µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:51 | 200 | 107.6µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:51 | 200 | 105.84µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:53 | 200 | 112.68µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:53 | 200 | 70.401µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:55 | 200 | 113.361µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:55 | 200 | 91.481µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:57 | 200 | 111.6µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:57 | 200 | 111.28µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:39:59 | 200 | 115.241µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:39:59 | 200 | 78.521µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:01 | 200 | 140.081µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:01 | 200 | 216.681µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:03 | 200 | 118.801µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:03 | 200 | 60.6µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:05 | 200 | 113.441µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:05 | 200 | 145.401µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:07 | 200 | 111.84µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:07 | 200 | 111.56µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:09 | 200 | 110.12µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:09 | 200 | 110.16µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:11 | 200 | 110.801µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:11 | 200 | 110.321µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:13 | 200 | 131.201µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:13 | 200 | 66.961µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:15 | 200 | 117.481µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:15 | 200 | 59.12µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:17 | 200 | 109µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:17 | 200 | 105.68µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:19 | 200 | 111.24µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:19 | 200 | 72.201µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:21 | 200 | 111.561µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:21 | 200 | 111.401µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:23 | 200 | 111.681µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:23 | 200 | 59.64µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:25 | 200 | 116.12µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:25 | 200 | 76.92µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:27 | 200 | 115.6µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:27 | 200 | 107.2µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:29 | 200 | 117.641µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:29 | 200 | 64.321µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:31 | 200 | 113.6µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:31 | 200 | 128.44µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:33 | 200 | 111.321µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:33 | 200 | 111.081µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:35 | 200 | 115.161µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:35 | 200 | 113.441µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:37 | 200 | 110.201µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:37 | 200 | 110.001µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:37 | 200 | 119.721µs | 2603:c024:xxxxxxxxxx | POST "/api/task/offline_download_transfer/clear_done"
[GIN] 2025/07/19 - 17:40:37 | 200 | 115.92µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/done"
[GIN] 2025/07/19 - 17:40:39 | 200 | 111.241µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:39 | 200 | 66.52µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:41 | 200 | 110.121µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:41 | 200 | 98.881µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:41 | 200 | 120.4µs | 2603:c024:xxxxxxxxxx | POST "/api/task/offline_download/clear_done"
[GIN] 2025/07/19 - 17:40:41 | 200 | 110.92µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/done"
[GIN] 2025/07/19 - 17:40:43 | 200 | 124.001µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:43 | 200 | 126.721µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:45 | 200 | 108.681µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:45 | 200 | 112.001µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:47 | 200 | 145.561µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download/undone"
[GIN] 2025/07/19 - 17:40:47 | 200 | 109.76µs | 2603:c024:xxxxxxxxxx | GET "/api/task/offline_download_transfer/undone"
[GIN] 2025/07/19 - 17:40:48 | 200 | 85.52µs | 2603:c024:xxxxxxxxxx | GET "/"
[GIN] 2025/07/19 - 17:40:48 | 200 | 116.521µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:40:49 | 200 | 49.88µs | 2603:c024:xxxxxxxxxx | GET "/api/public/archive_extensions"
[GIN] 2025/07/19 - 17:40:49 | 200 | 489.082µs | 2603:c024:xxxxxxxxxx | GET "/api/public/settings"
[GIN] 2025/07/19 - 17:40:49 | 200 | 111.881µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:40:49 | 200 | 490.682µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/get"
[GIN] 2025/07/19 - 17:40:49 | 200 | 955.324µs | 2603:c024:xxxxxxxxxx | GET "/api/public/offline_download_tools"
[GIN] 2025/07/19 - 17:40:49 | 200 | 550.642µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/list"
[GIN] 2025/07/19 - 17:40:51 | 200 | 377.721µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/list"
[GIN] 2025/07/19 - 17:40:53 | 200 | 307.281µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/list"
[GIN] 2025/07/19 - 17:44:28 | 200 | 118.8µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:44:28 | 200 | 388.241µs | 2603:c024:xxxxxxxxxx | GET "/api/me/sshkey/list"
[GIN] 2025/07/19 - 17:44:32 | 200 | 397.522µs | 2603:c024:xxxxxxxxxx | GET "/"
[GIN] 2025/07/19 - 17:44:32 | 200 | 127.241µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:44:33 | 200 | 109.6µs | 2603:c024:xxxxxxxxxx | GET "/api/public/settings"
[GIN] 2025/07/19 - 17:44:33 | 200 | 29.8µs | 2603:c024:xxxxxxxxxx | GET "/api/public/archive_extensions"
[GIN] 2025/07/19 - 17:44:33 | 200 | 143.921µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:44:33 | 200 | 436.002µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/get"
[GIN] 2025/07/19 - 17:44:33 | 200 | 376.242µs | 2603:c024:xxxxxxxxxx | GET "/api/public/offline_download_tools"
[GIN] 2025/07/19 - 17:44:34 | 200 | 715.123µs | 2603:c024:xxxxxxxxxx | POST "/api/fs/list"
[GIN] 2025/07/19 - 17:44:37 | 200 | 114.041µs | 2603:c024:xxxxxxxxxx | GET "/api/me"
[GIN] 2025/07/19 - 17:44:37 | 200 | 367.321µs | 2603:c024:xxxxxxxxxx | GET "/api/me/sshkey/list"
[GIN] 2025/07/19 - 17:44:41 | 200 | 74.68µs | 2603:c024:xxxxxxxxxx | GET "/assets/DeletePopover-c03b1fef.js"
[GIN] 2025/07/19 - 17:44:41 | 200 | 146.04µs | 2603:c024:xxxxxxxxxx | GET "/assets/Storages-ff9a5d63.js"
[GIN] 2025/07/19 - 17:44:41 | 200 | 133.041µs | 2603:c024:xxxxxxxxxx | GET "/api/admin/driver/names"
[GIN] 2025/07/19 - 17:44:41 | 200 | 1.393486ms | 2603:c024:xxxxxxxxxx | GET "/api/admin/storage/list"
[GIN] 2025/07/19 - 17:44:43 | 200 | 39.361µs | 2603:c024:xxxxxxxxxx | GET "/assets/item_type-32dc6fdf.js"
[GIN] 2025/07/19 - 17:44:43 | 200 | 57.361µs | 2603:c024:xxxxxxxxxx | GET "/assets/ResponsiveGrid-5a4c915d.js"
[GIN] 2025/07/19 - 17:44:43 | 200 | 121.201µs | 2603:c024:xxxxxxxxxx | GET "/assets/AddOrEdit-ebf26454.js"
[GIN] 2025/07/19 - 17:44:44 | 200 | 399.242µs | 2603:c024:xxxxxxxxxx | GET "/api/admin/storage/get?id=1"
[GIN] 2025/07/19 - 17:44:44 | 200 | 202.441µs | 2603:c024:xxxxxxxxxx | GET "/api/admin/driver/info?driver=Local"

Image Image

视频链接: https://t.me/OpenListTeam/89393

复现链接(可选)

会出问题的离线下载的链接https://downloads2.broadcom.com/?file=VMware-workstation-full-17.6.4-24832109.exe&oid=39574450&id=me5LVY4fcBag7PeuJXJC3wFqjpSL7Ahi_yFtN8ss2-QI4k0kn3ucmuzH-CxvUA==&verify=1752917883-ubU1K0vEnYpUloR1AR7d1g4yEWSi4KSrC0Bd%2Fg9Au00%3D

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions