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

[BUG]一刻相册无法上传图片 #7744

Closed
4 tasks done
SammySnake-d opened this issue Dec 29, 2024 · 6 comments · Fixed by #7760
Closed
4 tasks done

[BUG]一刻相册无法上传图片 #7744

SammySnake-d opened this issue Dec 29, 2024 · 6 comments · Fixed by #7760
Labels
bug Something isn't working

Comments

@SammySnake-d
Copy link

SammySnake-d commented Dec 29, 2024

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.41.0

Driver used / 使用的存储驱动

一刻相册

Describe the bug / 问题描述

一刻相册无法上传图片,已经通过cookie登录了一刻,但是无法上传,也重命名了确认不是名称的原因。

您好,因为我在查看issue时没有发现有无法上传的情况,我不知道是否是因为我的配置问题,
您是否可以给我一个可行的建议呢?如果需要更多的信息请随时跟我联系

Reproduction / 复现链接

image

Config / 配置

image

{
  "force": false,
  "site_url": "",
  "cdn": "",
  "token_expires_in": 48,
  "database": {
    "type": "sqlite3",
    "host": "",
    "port": 0,
    "user": "",
    "password": "",
    "name": "",
    "db_file": "D:\\Alist.Desktop_Win\\data\\data.db",
    "table_prefix": "x_",
    "ssl_mode": "",
    "dsn": ""
  },
  "meilisearch": {
    "host": "http://localhost:7700",
    "api_key": "",
    "index_prefix": ""
  },
  "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": "D:\\Alist.Desktop_Win\\data\\temp",
  "bleve_dir": "D:\\Alist.Desktop_Win\\data\\bleve",
  "dist_dir": "",
  "log": {
    "enable": true,
    "name": "D:\\Alist.Desktop_Win\\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,
      "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
    }
  },
  "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"
  }
}

Logs / 日志


�[31mERRO�[0m[2024-12-29 21:03:23] PUT /dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg errno: -6, refer to https://photo.baidu.com/union/doc
github.com/alist-org/alist/v3/internal/op.Put
	/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
	/source/internal/fs/put.go:75
github.com/alist-org/alist/v3/internal/fs.PutDirectly
	/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
	/source/server/webdav/webdav.go:345
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
	/source/server/webdav/webdav.go:66
github.com/alist-org/alist/v3/server.ServeWebDAV
	/source/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server.WebDAVAuth
	/source/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
	/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2092
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1700 
[GIN] 2024/12/29 - 21:03:23 | 405 |    311.8702ms |    10.34.105.33 | PUT      "/dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    483.3452ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    474.4978ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    461.4219ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    495.0675ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    463.6954ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    487.1623ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    482.5141ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    502.0056ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    566.9528ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |     890.981ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:03:24 | 207 |      2.2974ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:03:24 | 302 |    289.6917ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    318.1868ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:03:24 | 302 |    337.3984ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |     393.396ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |    407.8094ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |     513.278ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |    554.4595ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |    502.5718ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |    513.0541ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:03:25 | 302 |    571.0863ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:03:27 | 207 |            0s |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:03:27 | 207 |      9.2581ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:03:30 | 207 |      2.5451ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:03:47 | 207 |      1.1303ms |    10.34.105.33 | PROPFIND  "/dav"
[GIN] 2024/12/29 - 21:03:48 | 207 |       634.7µs |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)"
[GIN] 2024/12/29 - 21:03:51 | 207 |    329.0234ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/头像"
[GIN] 2024/12/29 - 21:03:51 | 207 |            0s |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)"
[GIN] 2024/12/29 - 21:03:51 | 302 |    353.9412ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/u=638442825,2557691553&fm=253&app=138&f=JPEG.jpeg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    344.9152ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/mmexport1715149274953.jpg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    347.3746ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/IMG_20231007_124505_054.jpg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    360.6857ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/Camera_XHS_16686423235502298f675-4cb4-3a48-a349-060b34a0399a.jpg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    421.3179ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/mmexport1715149359148.jpg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    518.6673ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/20240508_13341650.png.jpg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    544.7907ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/mmexport1697702613129.jpg"
[GIN] 2024/12/29 - 21:03:51 | 302 |    568.8348ms |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/mmexport1697704057256.jpg"
[GIN] 2024/12/29 - 21:03:52 | 207 |      1.7091ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:03:53 | 302 |    1.9220944s |    10.34.105.33 | GET      "/dav/相册(一刻)/头像/IMG_20231025_180057_446.webp"
�[33mWARN�[0m[2024-12-29 21:03:55] failed get /相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg: object not found 
�[31mERRO�[0m[2024-12-29 21:03:55] PROPFIND /dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg object not found
github.com/alist-org/alist/v3/internal/op.Get
	/source/internal/op/fs.go:227
github.com/alist-org/alist/v3/internal/fs.get
	/source/internal/fs/get.go:38
github.com/alist-org/alist/v3/internal/fs.Get
	/source/internal/fs/fs.go:37
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePropfind
	/source/server/webdav/webdav.go:633
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
	/source/server/webdav/webdav.go:76
github.com/alist-org/alist/v3/server.ServeWebDAV
	/source/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server.WebDAVAuth
	/source/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
	/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2092
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1700 
[GIN] 2024/12/29 - 21:03:55 | 404 |            0s |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg"
�[33mWARN�[0m[2024-12-29 21:03:55] failed get /相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg: object not found 
�[31mERRO�[0m[2024-12-29 21:03:55] PROPFIND /dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg object not found
github.com/alist-org/alist/v3/internal/op.Get
	/source/internal/op/fs.go:227
github.com/alist-org/alist/v3/internal/fs.get
	/source/internal/fs/get.go:38
github.com/alist-org/alist/v3/internal/fs.Get
	/source/internal/fs/fs.go:37
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePropfind
	/source/server/webdav/webdav.go:633
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
	/source/server/webdav/webdav.go:76
github.com/alist-org/alist/v3/server.ServeWebDAV
	/source/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server.WebDAVAuth
	/source/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
	/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2092
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1700 
[GIN] 2024/12/29 - 21:03:55 | 404 |       868.5µs |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 207 |      2.1509ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
�[31mERRO�[0m[2024-12-29 21:03:55] failed put /相册(一刻)/阿家: errno: -6, refer to https://photo.baidu.com/union/doc
github.com/alist-org/alist/v3/internal/op.Put
	/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
	/source/internal/fs/put.go:75
github.com/alist-org/alist/v3/internal/fs.PutDirectly
	/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
	/source/server/webdav/webdav.go:345
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
	/source/server/webdav/webdav.go:66
github.com/alist-org/alist/v3/server.ServeWebDAV
	/source/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server.WebDAVAuth
	/source/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
	/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2092
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1700 
�[31mERRO�[0m[2024-12-29 21:03:55] PUT /dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg errno: -6, refer to https://photo.baidu.com/union/doc
github.com/alist-org/alist/v3/internal/op.Put
	/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
	/source/internal/fs/put.go:75
github.com/alist-org/alist/v3/internal/fs.PutDirectly
	/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
	/source/server/webdav/webdav.go:345
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
	/source/server/webdav/webdav.go:66
github.com/alist-org/alist/v3/server.ServeWebDAV
	/source/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server.WebDAVAuth
	/source/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
	/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2092
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1700 
[GIN] 2024/12/29 - 21:03:55 | 405 |    137.7864ms |    10.34.105.33 | PUT      "/dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |     306.003ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |       330.2ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |    319.0256ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |      386.82ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |     483.387ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |    464.7338ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |    493.5482ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |    494.5312ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:03:55 | 302 |     508.001ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:03:56 | 207 |      1.6125ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:03:56 | 302 |    322.4853ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:03:56 | 302 |    334.3052ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:03:56 | 302 |      1.37069s |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:03:56 | 302 |    345.3212ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:03:56 | 302 |    349.1821ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:03:56 | 302 |    353.9846ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:03:56 | 302 |    430.9442ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:03:57 | 302 |    531.8201ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:03:57 | 302 |    525.4751ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:03:57 | 302 |    548.7037ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:03:57 | 302 |    631.5352ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:04:09 | 207 |      1.7505ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:04:09 | 302 |    304.3223ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:04:09 | 302 |    309.5346ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:04:09 | 302 |    323.6979ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:04:09 | 302 |    327.6454ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:04:10 | 302 |    431.3388ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:04:10 | 302 |    503.2136ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:04:10 | 302 |    500.7906ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:04:10 | 302 |    528.4757ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:04:10 | 302 |      504.39ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:04:10 | 302 |    533.6034ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:04:16 | 207 |      1.3498ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:04:16 | 302 |    306.9114ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:04:16 | 302 |    311.3971ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:04:16 | 302 |    317.5562ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:04:16 | 302 |    314.9279ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:04:16 | 302 |    335.9006ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:04:17 | 302 |    449.6422ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:04:17 | 302 |    490.5854ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:04:17 | 302 |    476.3202ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:04:17 | 302 |    471.5272ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:04:17 | 302 |    532.1918ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:04:24 | 207 |      2.0465ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
[GIN] 2024/12/29 - 21:04:24 | 302 |    290.0543ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (10).jpeg"
[GIN] 2024/12/29 - 21:04:24 | 302 |    317.1503ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (7).jpeg"
[GIN] 2024/12/29 - 21:04:24 | 302 |    383.3436ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (9).jpeg"
[GIN] 2024/12/29 - 21:04:25 | 302 |    497.2823ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g0g5ntffrn084i4qcnhes0.jpeg"
[GIN] 2024/12/29 - 21:04:25 | 302 |    515.7355ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio5g5ntffrn084i4vf81cs8.jpeg"
[GIN] 2024/12/29 - 21:04:25 | 302 |    526.3974ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio1g5ntffrn084i4lsas088.jpeg"
[GIN] 2024/12/29 - 21:04:25 | 302 |    734.2572ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g00831adl5e267g205ntffrn084i4apgvbio.jpeg"
[GIN] 2024/12/29 - 21:04:25 | 302 |    981.1999ms |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g2sg31adl5e3i7g8g5ntffrn084i46kkfq10.jpeg"
[GIN] 2024/12/29 - 21:04:25 | 302 |    1.3561269s |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/下载 (11).jpeg"
[GIN] 2024/12/29 - 21:04:26 | 207 |       675.3µs |    10.34.105.33 | PROPFIND  "/dav"
[GIN] 2024/12/29 - 21:04:26 | 302 |    1.4770113s |    10.34.105.33 | GET      "/dav/相册(一刻)/阿家/1040g008316nf97daio105ntffrn084i4dnag98o.jpeg"
[GIN] 2024/12/29 - 21:04:27 | 207 |    323.9704ms |    10.34.105.33 | PROPFIND  "/dav/115(存资源)"
[GIN] 2024/12/29 - 21:04:36 | 207 |       639.8µs |    10.34.105.33 | PROPFIND  "/dav"
[GIN] 2024/12/29 - 21:04:42 | 207 |            0s |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)"
[GIN] 2024/12/29 - 21:04:43 | 207 |      1.9355ms |    10.34.105.33 | PROPFIND  "/dav/相册(一刻)/阿家"
�[33mWARN�[0m[2024-12-29 21:04:45] failed get /相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg: object not found 
�[31mERRO�[0m[2024-12-29 21:04:45] PROPFIND /dav/相册(一刻)/阿家/1040g00831arp95jhna005ntffrn084i4v0n3ht0.jpeg object not found
github.com/alist-org/alist/v3/internal/op.Get
	/source/internal/op/fs.go:227
github.com/alist-org/alist/v3/internal/fs.get
	/source/internal/fs/get.go:38
github.com/alist-org/alist/v3/internal/fs.Get
	/source/internal/fs/fs.go:37
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePropfind
	/source/server/webdav/webdav.go:633
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
	/source/server/webdav/webdav.go:76
github.com/alist-org/alist/v3/server.ServeWebDAV
	/source/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server.WebDAVAuth
	/source/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
	/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
	/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
	/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
	/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
	/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
	/usr/local/go/src/net/http/server.go:2092
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1700 
@SammySnake-d SammySnake-d added the bug Something isn't working label Dec 29, 2024
@pongfcnkl
Copy link

cookie没有上传功能了,你只能老版本上传,新版本下载了

@CtrlWTF
Copy link

CtrlWTF commented Dec 30, 2024

你好,能告诉我你的cookie一栏填写的格式吗?我一直是-6无法正常使用

@SammySnake-d
Copy link
Author

你好,能告诉我你的cookie一栏填写的格式吗?我一直是-6无法正常使用

你可以通过浏览器插件一键复制cookie

image
image

我s使用的是string的导出

@SammySnake-d
Copy link
Author

SammySnake-d commented Jan 1, 2025

cookie没有上传功能了,你只能老版本上传,新版本下载了

您好,老版本是指的哪个版本呢?您可以说明一下吗,或者您的意思指的是现在已经无法通过cookie上传了,即使退回之前版本也无法上传是吗?

@CtrlWTF
Copy link

CtrlWTF commented Jan 1, 2025

你好,能告诉我你的cookie一栏填写的格式吗?我一直是-6无法正常使用

你可以通过浏览器插件一键复制cookie

image

image

我s使用的是string的导出

感谢,我使用F12获取cookie已解决问题。 关于上传的问题,你可以尝试更新版本试试看。

@SammySnake-d
Copy link
Author

你好,能告诉我你的cookie一栏填写的格式吗?我一直是-6无法正常使用

你可以通过浏览器插件一键复制cookie
image
image
我s使用的是string的导出

感谢,我使用F12获取cookie已解决问题。 关于上传的问题,你可以尝试更新版本试试看。

我目前已经是最新的版本,这个issue已经修复估计会在下一个版本更新,祝贺你解决了问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants