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
42.22k stars 5.47k forks source link

百度网盘驱动无法加载视频和下载文件操作 #4271

Closed AkarinLiu closed 1 year ago

AkarinLiu commented 1 year ago

Please make sure of the following things

Alist Version / Alist 版本

v3.16.3

Driver used / 使用的存储驱动

百度网盘

Describe the bug / 问题描述

版本信息

Built At: 2023-04-27 16:21:13 +0000 Go Version: go1.20.3 linux/amd64 Author: Xhofe i@nn.ci Commit ID: 4bf4626 Version: v3.16.3 WebVersion: 3.16.2

问题描述

我尝试在Alist中下载或播放视频,但是发生如下报错:

{"error_code":31326,"error_msg":"user is not authorized, hitcode:119","request_id":443353246343788909}

Reproduction / 复现链接

http://192.168.0.113:5244

Logs / 日志

WARN[2023-04-29 12:01:22] not enable search
WARN[2023-04-29 12:01:23] not enable search
[GIN] 2023/04/29 - 12:02:53 | 200 | 1.417911ms | 192.168.0.101 | GET "/" [GIN] 2023/04/29 - 12:02:54 | 200 | 57.352244ms | 192.168.0.101 | GET "/assets/index.15d8d646.css" [GIN] 2023/04/29 - 12:02:54 | 200 | 125.376378ms | 192.168.0.101 | GET "/assets/index.9cf5fe42.js" [GIN] 2023/04/29 - 12:02:55 | 200 | 1.636869ms | 192.168.0.101 | GET "/assets/entry.5f8abcf7.js" [GIN] 2023/04/29 - 12:02:55 | 200 | 8.953666ms | 192.168.0.101 | GET "/api/public/settings" [GIN] 2023/04/29 - 12:02:55 | 200 | 877.653µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:02:55 | 200 | 887.497µs | 192.168.0.101 | GET "/assets/index.f1d7f388.js" [GIN] 2023/04/29 - 12:02:55 | 200 | 1.559526ms | 192.168.0.101 | GET "/assets/index.8de755ab.js" [GIN] 2023/04/29 - 12:20:27 | 200 | 26.318384ms | 192.168.0.101 | POST "/api/auth/login" WARN[2023-04-29 12:20:48] not enable search
[GIN] 2023/04/29 - 12:20:57 | 200 | 1.63249ms | 192.168.0.101 | POST "/api/auth/login" [GIN] 2023/04/29 - 12:20:57 | 200 | 1.343482ms | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:20:58 | 200 | 460.049µs | 192.168.0.101 | GET "/assets/api.69a42d7e.js" [GIN] 2023/04/29 - 12:20:58 | 200 | 970.098µs | 192.168.0.101 | GET "/assets/useUtil.b9ac3289.js" [GIN] 2023/04/29 - 12:20:58 | 200 | 296.978µs | 192.168.0.101 | GET "/assets/index.12e5e707.js" [GIN] 2023/04/29 - 12:20:58 | 200 | 1.083066ms | 192.168.0.101 | GET "/assets/index.e3f939d4.js" [GIN] 2023/04/29 - 12:20:58 | 200 | 11.560243ms | 192.168.0.101 | GET "/assets/Layout.bbb89bd6.js" [GIN] 2023/04/29 - 12:20:58 | 200 | 660.934µs | 192.168.0.101 | GET "/assets/FolderTree.16e323cc.js" [GIN] 2023/04/29 - 12:20:58 | 200 | 37.960032ms | 192.168.0.101 | GET "/assets/Markdown.825322e6.js" ERRO[2023-04-29 12:20:58] failed list /: please add a storage first. github.com/alist-org/alist/v3/internal/op.GetStorageAndActualPath /home/runner/work/alist/alist/internal/op/path.go:19 github.com/alist-org/alist/v3/internal/fs.list /home/runner/work/alist/alist/internal/fs/list.go:18 github.com/alist-org/alist/v3/internal/fs.List /home/runner/work/alist/alist/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsGet /home/runner/work/alist/alist/server/handles/fsread.go:300 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /home/runner/work/alist/alist/server/middlewares/auth.go:67 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /home/runner/work/alist/alist/server/middlewares/check.go:14 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/recovery.go:102 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/logger.go:240 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.(Engine).handleHTTPRequest /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:620 github.com/gin-gonic/gin.(Engine).ServeHTTP /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:576 net/http.serverHandler.ServeHTTP /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:2936 net/http.(conn).serve /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:1995 runtime.goexit /opt/hostedtoolcache/go/1.20.3/x64/src/runtime/asm_arm64.s:1172 failed get storage [GIN] 2023/04/29 - 12:20:58 | 200 | 12.549664ms | 192.168.0.101 | POST "/api/fs/get" ERRO[2023-04-29 12:20:58] failed list /: please add a storage first. github.com/alist-org/alist/v3/internal/op.GetStorageAndActualPath /home/runner/work/alist/alist/internal/op/path.go:19 github.com/alist-org/alist/v3/internal/fs.list /home/runner/work/alist/alist/internal/fs/list.go:18 github.com/alist-org/alist/v3/internal/fs.List /home/runner/work/alist/alist/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /home/runner/work/alist/alist/server/handles/fsread.go:82 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /home/runner/work/alist/alist/server/middlewares/auth.go:67 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /home/runner/work/alist/alist/server/middlewares/check.go:14 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/recovery.go:102 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/logger.go:240 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.(Engine).handleHTTPRequest /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:620 github.com/gin-gonic/gin.(Engine).ServeHTTP /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:576 net/http.serverHandler.ServeHTTP /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:2936 net/http.(conn).serve /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:1995 runtime.goexit /opt/hostedtoolcache/go/1.20.3/x64/src/runtime/asm_arm64.s:1172 failed get storage [GIN] 2023/04/29 - 12:20:58 | 200 | 2.613943ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:21:04 | 200 | 504.424µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:21:04 | 200 | 9.478329ms | 192.168.0.101 | GET "/assets/index.0e3b638b.js" [GIN] 2023/04/29 - 12:21:04 | 200 | 364.321µs | 192.168.0.101 | GET "/assets/Profile.a4e7b859.js" [GIN] 2023/04/29 - 12:21:12 | 200 | 4.889971ms | 192.168.0.101 | POST "/api/me/update" [GIN] 2023/04/29 - 12:21:18 | 200 | 1.809989ms | 192.168.0.101 | POST "/api/auth/login" [GIN] 2023/04/29 - 12:21:24 | 200 | 2.831233ms | 192.168.0.101 | POST "/api/auth/login" [GIN] 2023/04/29 - 12:21:33 | 200 | 618.902µs | 192.168.0.101 | POST "/api/auth/login" [GIN] 2023/04/29 - 12:22:22 | 200 | 889.005µs | 192.168.0.101 | POST "/api/auth/login" WARN[2023-04-29 12:22:25] not enable search
[GIN] 2023/04/29 - 12:22:32 | 200 | 685.204µs | 192.168.0.101 | POST "/api/auth/login" [GIN] 2023/04/29 - 12:22:32 | 200 | 505.413µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:22:39 | 200 | 3.795915ms | 192.168.0.101 | POST "/api/me/update" WARN[2023-04-29 12:22:41] not enable search
[GIN] 2023/04/29 - 12:22:46 | 200 | 1.844155ms | 192.168.0.101 | POST "/api/auth/login" [GIN] 2023/04/29 - 12:22:46 | 200 | 500.466µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:39:37 | 200 | 465.117µs | 192.168.0.101 | GET "/assets/Storages.35c3392a.js" [GIN] 2023/04/29 - 12:39:37 | 200 | 400.845µs | 192.168.0.101 | GET "/assets/DeletePopover.941c3ce6.js" [GIN] 2023/04/29 - 12:39:37 | 200 | 685.437µs | 192.168.0.101 | GET "/api/admin/driver/names" [GIN] 2023/04/29 - 12:39:37 | 200 | 8.289044ms | 192.168.0.101 | GET "/api/admin/storage/list" [GIN] 2023/04/29 - 12:39:56 | 200 | 659.654µs | 192.168.0.101 | GET "/assets/backup-restore.4794c175.js" WARN[2023-04-29 12:42:19] not enable search
[GIN] 2023/04/29 - 12:42:19 | 200 | 27.717565ms | 192.168.0.101 | POST "/api/admin/setting/save" ERRO[2023-04-29 12:42:19] admin or guest user can not be created
[GIN] 2023/04/29 - 12:42:19 | 200 | 2.564638ms | 192.168.0.101 | POST "/api/admin/user/create" ERRO[2023-04-29 12:42:19] admin or guest user can not be created
[GIN] 2023/04/29 - 12:42:19 | 200 | 1.190598ms | 192.168.0.101 | POST "/api/admin/user/create" [GIN] 2023/04/29 - 12:42:19 | 200 | 4.080034ms | 192.168.0.101 | POST "/api/admin/user/create" [GIN] 2023/04/29 - 12:42:20 | 200 | 792.225039ms | 192.168.0.101 | POST "/api/admin/storage/create" ERRO[2023-04-29 12:42:20] failed init storage but storage is already created: failed init storage: root folder C:\ not exists [GIN] 2023/04/29 - 12:42:20 | 200 | 8.711486ms | 192.168.0.101 | POST "/api/admin/storage/create" [GIN] 2023/04/29 - 12:42:31 | 200 | 884.341µs | 192.168.0.101 | GET "/" [GIN] 2023/04/29 - 12:42:34 | 200 | 4.215243ms | 192.168.0.101 | GET "/api/public/settings" [GIN] 2023/04/29 - 12:42:34 | 200 | 820.485µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:42:34 | 200 | 1.227161ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:42:34 | 200 | 1.971551ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:42:35 | 200 | 281.047µs | 192.168.0.101 | GET "/assets/Paginator.a9c8692a.js" [GIN] 2023/04/29 - 12:42:35 | 200 | 6.461486ms | 192.168.0.101 | GET "/assets/Folder.805f8875.js" [GIN] 2023/04/29 - 12:42:35 | 200 | 977.833µs | 192.168.0.101 | GET "/assets/icon.5a5c4711.js" [GIN] 2023/04/29 - 12:42:35 | 200 | 14.186593ms | 192.168.0.101 | GET "/assets/Folder.b511ba9e.css" [GIN] 2023/04/29 - 12:42:35 | 200 | 234.119µs | 192.168.0.101 | GET "/assets/List.b1b044f6.js" ERRO[2023-04-29 12:42:37] fs/list: open C:\: no such file or directory failed to list objs github.com/alist-org/alist/v3/internal/op.List.func1 /home/runner/work/alist/alist/internal/op/fs.go:120 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall.func2 /home/runner/work/alist/alist/pkg/singleflight/singleflight.go:193 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall /home/runner/work/alist/alist/pkg/singleflight/singleflight.go:195 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).Do /home/runner/work/alist/alist/pkg/singleflight/singleflight.go:108 github.com/alist-org/alist/v3/internal/op.List /home/runner/work/alist/alist/internal/op/fs.go:117 github.com/alist-org/alist/v3/internal/fs.list /home/runner/work/alist/alist/internal/fs/list.go:25 github.com/alist-org/alist/v3/internal/fs.List /home/runner/work/alist/alist/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /home/runner/work/alist/alist/server/handles/fsread.go:82 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /home/runner/work/alist/alist/server/middlewares/auth.go:67 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /home/runner/work/alist/alist/server/middlewares/check.go:14 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/recovery.go:102 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/logger.go:240 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.(Engine).handleHTTPRequest /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:620 github.com/gin-gonic/gin.(Engine).ServeHTTP /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:576 net/http.serverHandler.ServeHTTP /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:2936 net/http.(conn).serve /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:1995 runtime.goexit /opt/hostedtoolcache/go/1.20.3/x64/src/runtime/asm_arm64.s:1172 ERRO[2023-04-29 12:42:37] failed list /locale: open C:\: no such file or directory failed to list objs github.com/alist-org/alist/v3/internal/op.List.func1 /home/runner/work/alist/alist/internal/op/fs.go:120 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall.func2 /home/runner/work/alist/alist/pkg/singleflight/singleflight.go:193 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall /home/runner/work/alist/alist/pkg/singleflight/singleflight.go:195 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).Do /home/runner/work/alist/alist/pkg/singleflight/singleflight.go:108 github.com/alist-org/alist/v3/internal/op.List /home/runner/work/alist/alist/internal/op/fs.go:117 github.com/alist-org/alist/v3/internal/fs.list /home/runner/work/alist/alist/internal/fs/list.go:25 github.com/alist-org/alist/v3/internal/fs.List /home/runner/work/alist/alist/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /home/runner/work/alist/alist/server/handles/fsread.go:82 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /home/runner/work/alist/alist/server/middlewares/auth.go:67 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /home/runner/work/alist/alist/server/middlewares/check.go:14 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/recovery.go:102 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/logger.go:240 github.com/gin-gonic/gin.(Context).Next /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/context.go:174 github.com/gin-gonic/gin.(Engine).handleHTTPRequest /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:620 github.com/gin-gonic/gin.(Engine).ServeHTTP /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.0/gin.go:576 net/http.serverHandler.ServeHTTP /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:2936 net/http.(conn).serve /opt/hostedtoolcache/go/1.20.3/x64/src/net/http/server.go:1995 runtime.goexit /opt/hostedtoolcache/go/1.20.3/x64/src/runtime/asm_arm64.s:1172 failed get objs [GIN] 2023/04/29 - 12:42:37 | 200 | 7.752607ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:42:39 | 200 | 533.292µs | 192.168.0.101 | GET "/api/admin/driver/names" [GIN] 2023/04/29 - 12:42:39 | 200 | 4.35514ms | 192.168.0.101 | GET "/api/admin/storage/list" [GIN] 2023/04/29 - 12:42:42 | 200 | 804.86µs | 192.168.0.101 | GET "/assets/AddOrEdit.5695176b.js" [GIN] 2023/04/29 - 12:42:42 | 200 | 178.702µs | 192.168.0.101 | GET "/assets/item_type.be442da4.js" [GIN] 2023/04/29 - 12:42:42 | 200 | 163.858µs | 192.168.0.101 | GET "/assets/ResponsiveGrid.2bae365f.js" [GIN] 2023/04/29 - 12:42:42 | 200 | 2.822505ms | 192.168.0.101 | GET "/api/admin/storage/get?id=2" [GIN] 2023/04/29 - 12:42:42 | 200 | 2.479686ms | 192.168.0.101 | GET "/api/admin/driver/info?driver=Local" [GIN] 2023/04/29 - 12:42:49 | 200 | 626.315µs | 192.168.0.101 | GET "/api/admin/driver/names" [GIN] 2023/04/29 - 12:42:49 | 200 | 4.524309ms | 192.168.0.101 | GET "/api/admin/storage/list" [GIN] 2023/04/29 - 12:42:52 | 200 | 3.32517ms | 192.168.0.101 | POST "/api/admin/storage/delete?id=2" [GIN] 2023/04/29 - 12:42:52 | 200 | 3.679396ms | 192.168.0.101 | GET "/api/admin/storage/list" [GIN] 2023/04/29 - 12:43:17 | 200 | 13.941201ms | 192.168.0.101 | GET "/api/admin/driver/list" [GIN] 2023/04/29 - 12:46:11 | 200 | 283.880445ms | 192.168.0.101 | POST "/api/admin/storage/create" [GIN] 2023/04/29 - 12:46:11 | 200 | 630.165µs | 192.168.0.101 | GET "/api/admin/driver/names" [GIN] 2023/04/29 - 12:46:11 | 200 | 4.252765ms | 192.168.0.101 | GET "/api/admin/storage/list" [GIN] 2023/04/29 - 12:46:15 | 200 | 496.465µs | 192.168.0.101 | GET "/" [GIN] 2023/04/29 - 12:46:17 | 200 | 541.986µs | 192.168.0.101 | GET "/api/public/settings" [GIN] 2023/04/29 - 12:46:18 | 200 | 454.902µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:46:18 | 200 | 995.95µs | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:46:18 | 200 | 891.054µs | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:46:21 | 200 | 928.55291ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:46:26 | 200 | 368.312932ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:46:30 | 200 | 1.083360086s | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:46:30 | 200 | 1.516113ms | 192.168.0.101 | GET "/assets/File.1354342b.js" [GIN] 2023/04/29 - 12:46:30 | 200 | 22.480548ms | 192.168.0.101 | GET "/assets/video.ee304a0c.js" [GIN] 2023/04/29 - 12:46:30 | 200 | 55.502169ms | 192.168.0.101 | GET "/assets/video_box.2fb5f7f3.js" [GIN] 2023/04/29 - 12:46:31 | 200 | 700.739µs | 192.168.0.101 | GET "/images/potplayer.webp" [GIN] 2023/04/29 - 12:46:31 | 200 | 1.031263ms | 192.168.0.101 | GET "/images/mxplayer.webp" [GIN] 2023/04/29 - 12:46:31 | 200 | 1.260381ms | 192.168.0.101 | GET "/images/vlc.webp" [GIN] 2023/04/29 - 12:46:31 | 200 | 17.501526ms | 192.168.0.101 | GET "/images/iina.webp" [GIN] 2023/04/29 - 12:46:31 | 200 | 2.209091ms | 192.168.0.101 | GET "/images/infuse.webp" [GIN] 2023/04/29 - 12:46:31 | 200 | 10.059556ms | 192.168.0.101 | GET "/images/mxplayer-pro.webp" [GIN] 2023/04/29 - 12:46:31 | 200 | 10.019919ms | 192.168.0.101 | GET "/images/nplayer.webp" [GIN] 2023/04/29 - 12:47:45 | 200 | 1.30991ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:47:49 | 200 | 825.476313ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:47:51 | 200 | 1.908823ms | 192.168.0.101 | GET "/api/admin/storage/get?id=2" [GIN] 2023/04/29 - 12:47:51 | 200 | 668.705µs | 192.168.0.101 | GET "/api/admin/driver/info?driver=BaiduNetdisk" [GIN] 2023/04/29 - 12:47:58 | 200 | 265.512796ms | 192.168.0.101 | POST "/api/admin/storage/update" [GIN] 2023/04/29 - 12:47:58 | 200 | 587.194µs | 192.168.0.101 | GET "/api/admin/driver/names" [GIN] 2023/04/29 - 12:47:58 | 200 | 4.265983ms | 192.168.0.101 | GET "/api/admin/storage/list" [GIN] 2023/04/29 - 12:48:13 | 200 | 2.083615ms | 192.168.0.101 | GET "/api/admin/storage/get?id=2" [GIN] 2023/04/29 - 12:48:13 | 200 | 684.122µs | 192.168.0.101 | GET "/api/admin/driver/info?driver=BaiduNetdisk" [GIN] 2023/04/29 - 12:48:18 | 200 | 442.869µs | 192.168.0.101 | GET "/pan.baidu.com/来自:小飞机/[釜S行].mp4" [GIN] 2023/04/29 - 12:48:20 | 200 | 389.327µs | 192.168.0.101 | GET "/api/public/settings" [GIN] 2023/04/29 - 12:48:20 | 200 | 546.985µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:48:20 | 200 | 326.591423ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:48:34 | 200 | 530.891µs | 192.168.0.101 | GET "/pan.baidu.com/来自:小飞机/[釜S行].mp4" [GIN] 2023/04/29 - 12:48:35 | 200 | 456.515µs | 192.168.0.101 | GET "/api/public/settings" [GIN] 2023/04/29 - 12:48:35 | 200 | 481.567µs | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:48:36 | 200 | 139.03888ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:49:02 | 200 | 599.745µs | 192.168.0.101 | GET "/api/admin/driver/names" [GIN] 2023/04/29 - 12:49:02 | 200 | 5.529271ms | 192.168.0.101 | GET "/api/admin/storage/list" WARN[2023-04-29 12:35:38] not enable search
[GIN] 2023/04/29 - 12:35:38 | 200 | 886.146µs | 192.168.0.101 | GET "/pan.baidu.com/离线下载" [GIN] 2023/04/29 - 12:35:40 | 200 | 17.401771ms | 192.168.0.101 | GET "/api/public/settings" [GIN] 2023/04/29 - 12:35:40 | 200 | 5.199531ms | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:35:42 | 200 | 670.312812ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:35:42 | 200 | 455.871875ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:35:48 | 200 | 120.706146ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:52:57 | 200 | 14.915443ms | 192.168.0.101 | POST "/api/fs/get" [GIN] 2023/04/29 - 12:52:57 | 200 | 1.266299ms | 192.168.0.101 | POST "/api/fs/list" [GIN] 2023/04/29 - 12:53:00 | 200 | 65.372719ms | 192.168.0.101 | GET "/assets/Grid.129b51f1.js" [GIN] 2023/04/29 - 12:53:00 | 200 | 54.566745ms | 192.168.0.101 | GET "/assets/ImageWithError.984fa9df.js" [GIN] 2023/04/29 - 12:53:07 | 200 | 1.07078ms | 192.168.0.101 | GET "/api/me" [GIN] 2023/04/29 - 12:53:10 | 200 | 315.416µs | 192.168.0.101 | GET "/assets/About.3abd9fd2.js"

github-actions[bot] commented 1 year ago

Hello @AkarinLiu, your issue is invalid and will be closed. 你好 @AkarinLiu,你的issue无效,将被关闭。