蓝奏云与一刻相册挂载失败
- Lenguaje dominante
- Go
- Estrellas
- 50.2k
- Forks
- 7.9k
- Merge medio
- 7 d 21 h
- PR fusionados (30 d)
- 6
Descripción
### Please make sure of the following things
- [x] I have read the [documentation](https://alist.nn.ci).
我已经阅读了[文档](https://alist.nn.ci)。
- [ ] 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](https://alist.nn.ci/faq/howto.html#tls-handshake-timeout-read-connection-reset-by-peer-dns-lookup-failed-connect-connection-refused-client-timeout-exceeded-while-awaiting-headers-no-such-host) ,`Dependencies` or `Operational`).
我确定是`AList`的问题,而不是其他原因(例如[网络](https://alist.nn.ci/zh/faq/howto.html#tls-handshake-timeout-read-connection-reset-by-peer-dns-lookup-failed-connect-connection-refused-client-timeout-exceeded-while-awaiting-headers-no-such-host),`依赖`或`操作`)。
- [x] I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
### AList Version / AList 版本
3.42.0
### Driver used / 使用的存储驱动
蓝奏云,一刻相册
### Describe the bug / 问题描述
蓝奏云无法下载,显示failed link: failed get link: not find file page param报错,
一刻相册挂载需要刷新令牌,文档只有Cookie
### Reproduction / 复现链接
挂载一刻相册过程中,下载蓝奏云过程中
### Config / 配置
{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "doDeuolJayiiNCAL",
"token_expires_in": 48,
"database": {
"type": "sqlite3",
"host": "",
"port": 0,
"user": "",
"password": "",
"name": "",
"db_file": "data/data.db",
"table_prefix": "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 / 日志
[33mWARN[0m[2025-02-16 11:13:46] not enable search
[36mINFO[0m[2025-02-16 11:13:46] closing db
[33mWARN[0m[2025-02-16 11:13:46] not enable search
[GIN] 2025/02/16 - 11:14:04 | 200 | 67.949µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:14:04 | 200 | 536.416µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:14:04 | 200 | 166.976µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:14:07 | 200 | 391.763µs | 223.89.200.73 | POST "/api/auth/login/hash"
[GIN] 2025/02/16 - 11:14:07 | 200 | 139.634µs | 223.89.200.73 | GET "/api/me"
[31mERRO[0m[2025-02-16 11:14:08] failed list /: storage not found; please add a storage first
failed get storage
[GIN] 2025/02/16 - 11:14:08 | 200 | 759.577µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:14:08 | 200 | 43.75µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[31mERRO[0m[2025-02-16 11:14:08] failed list /: storage not found; please add a storage first
failed get storage
[GIN] 2025/02/16 - 11:14:08 | 200 | 221.222µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:14:09 | 200 | 78.603µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:14:16 | 200 | 75.733µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:14:16 | 200 | 700.796µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:14:16 | 200 | 2.957163ms | 223.89.200.73 | GET "/api/admin/driver/list"
[GIN] 2025/02/16 - 11:14:37 | 200 | 297.794µs | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:14:45 | 200 | 399.226705ms | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:14:45 | 200 | 443.275µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:14:45 | 200 | 62.444µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:14:46 | 200 | 69.922µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:14:46 | 200 | 39.244µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:14:49 | 200 | 83.03µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:14:49 | 200 | 89.237µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:14:49 | 200 | 143.703µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:14:49 | 200 | 16.222µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[GIN] 2025/02/16 - 11:14:49 | 200 | 256.94µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:14:50 | 200 | 181.83033ms | 223.89.200.73 | POST "/api/fs/list"
[31mERRO[0m[2025-02-16 11:14:51] lanzou: err => not find file page param ,data =>
[31mERRO[0m[2025-02-16 11:14:51] failed link /蓝奏云/JP_main_release_Ali_409.apk: not find file page param
failed get link
github.com/alist-org/alist/v3/internal/op.Link.func1
/home/runner/work/alist/alist/internal/op/fs.go:262
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.Link
/home/runner/work/alist/alist/internal/op/fs.go:272
github.com/alist-org/alist/v3/internal/fs.link
/home/runner/work/alist/alist/internal/fs/link.go:19
github.com/alist-org/alist/v3/internal/fs.Link
/home/runner/work/alist/alist/internal/fs/fs.go:48
github.com/alist-org/alist/v3/server/handles.FsGet
/home/runner/work/alist/alist/server/handles/fsread.go:305
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
failed link
[GIN] 2025/02/16 - 11:14:51 | 200 | 356.784564ms | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:15:03 | 200 | 122.65µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:15:05 | 200 | 112.078µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:15:05 | 200 | 368.487µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:15:08 | 200 | 277.085µs | 223.89.200.73 | POST "/api/admin/storage/load_all"
[36mINFO[0m[2025-02-16 11:15:09] success load storage: [/蓝奏云], driver: [Lanzou]
[GIN] 2025/02/16 - 11:15:09 | 200 | 259.718µs | 223.89.200.73 | POST "/api/admin/storage/load_all"
[GIN] 2025/02/16 - 11:15:09 | 200 | 36.389µs | 223.89.200.73 | POST "/api/admin/storage/load_all"
[36mINFO[0m[2025-02-16 11:15:09] success load storage: [/蓝奏云], driver: [Lanzou]
[GIN] 2025/02/16 - 11:15:09 | 200 | 268.486µs | 223.89.200.73 | POST "/api/admin/storage/load_all"
[36mINFO[0m[2025-02-16 11:15:10] success load storage: [/蓝奏云], driver: [Lanzou]
[GIN] 2025/02/16 - 11:15:22 | 200 | 544.982µs | 223.89.200.73 | GET "/api/admin/storage/get?id=1"
[GIN] 2025/02/16 - 11:15:22 | 200 | 228.737µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=Lanzou"
[GIN] 2025/02/16 - 11:15:31 | 200 | 81.033µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:15:31 | 200 | 441.641µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:15:32 | 200 | 504.488µs | 223.89.200.73 | POST "/api/admin/storage/delete?id=1"
[GIN] 2025/02/16 - 11:15:32 | 200 | 359.244µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:15:33 | 200 | 921.798µs | 223.89.200.73 | GET "/api/admin/driver/list"
[GIN] 2025/02/16 - 11:15:47 | 200 | 45.407µs | 223.89.200.73 | GET "/蓝奏云"
[GIN] 2025/02/16 - 11:15:48 | 200 | 75.144µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:15:48 | 200 | 94.675µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:15:51 | 200 | 118.167µs | 223.89.200.73 | POST "/api/auth/login/hash"
[GIN] 2025/02/16 - 11:15:52 | 200 | 127.53µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:15:52 | 200 | 33.587µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[33mWARN[0m[2025-02-16 11:15:52] failed get /蓝奏云: failed get storage: storage not found; rawPath: /蓝奏云
[GIN] 2025/02/16 - 11:15:52 | 200 | 148.446µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:15:54 | 200 | 88.618µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:15:55 | 200 | 101.642µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:15:55 | 200 | 468.666µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:15:56 | 200 | 589.539µs | 223.89.200.73 | GET "/api/admin/driver/list"
[GIN] 2025/02/16 - 11:17:07 | 200 | 47.747µs | 223.89.200.73 | GET "/assets/About.f03b9fec.js"
[GIN] 2025/02/16 - 11:17:36 | 200 | 89.197µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:17:36 | 200 | 338.619µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:17:37 | 200 | 593.696µs | 223.89.200.73 | GET "/api/admin/driver/list"
[36mINFO[0m[2025-02-16 11:18:54] [ali_open] token exchange: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiIzZTFhZTYxN2U2OTU0YWJiODRlNjIzZWE5ZDc5YjJjNyIsImF1ZCI6Ijc2OTE3Y2NjY2Q0NDQxYzM5NDU3YTA0ZjYwODRmYjJmIiwiZXhwIjoxNzQ3NDUxOTA3LCJpYXQiOjE3Mzk2NzU5MDcsImp0aSI6ImRiMjU2YzE2ZTIxNjRjZDA5ODJiZWZhYzQyZTJkYzVmIn0.XomcXthGMJajUOQVwHCVT9tO9pWMCgutByVWDhFNfMbkqoRvHFgZ0H3xez187kIx5w3zGM8FWzu1BAD-CoojVw -> eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiIzZTFhZTYxN2U2OTU0YWJiODRlNjIzZWE5ZDc5YjJjNyIsImF1ZCI6Ijc2OTE3Y2NjY2Q0NDQxYzM5NDU3YTA0ZjYwODRmYjJmIiwiZXhwIjoxNzQ3NDUxOTM0LCJpYXQiOjE3Mzk2NzU5MzQsImp0aSI6ImVkZTY0MzFkY2ZkZTRlYWRiZTM2YzcwMjIwMTJlOWIzIn0.gZ0TJKJYs-dw2P1Ai_5yXZdJEaaywVB4gshIGQo9L2w2H2wC9QNHfejLgpWitfBndzbBTZeodmUg_TrBd5TTig
[GIN] 2025/02/16 - 11:18:54 | 200 | 1.986923038s | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:18:54 | 200 | 89.664µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:18:54 | 200 | 428.613µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:18:56 | 200 | 530.415µs | 223.89.200.73 | GET "/api/admin/driver/list"
[31mERRO[0m[2025-02-16 11:19:25] failed init storage but storage is already created: failed init storage: invalid_request : invalid refresh token, lifetime changed
[GIN] 2025/02/16 - 11:19:25 | 200 | 73.836585ms | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:19:25 | 200 | 305.68µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:19:25 | 200 | 105.965µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:21:31 | 200 | 48.053µs | 223.89.200.73 | GET "/@manage/storages/edit/2"
[GIN] 2025/02/16 - 11:21:31 | 200 | 74.529µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:21:32 | 200 | 84.308µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:21:32 | 200 | 327.751µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:21:32 | 200 | 104.961µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:21:56 | 200 | 72.308µs | 223.89.200.73 | GET "/蓝奏云"
[GIN] 2025/02/16 - 11:21:56 | 200 | 89.945µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:21:56 | 200 | 89.025µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:21:57 | 200 | 34.381µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[33mWARN[0m[2025-02-16 11:21:57] failed get /蓝奏云: failed get storage: storage not found; rawPath: /蓝奏云
[GIN] 2025/02/16 - 11:21:57 | 200 | 165.351µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:26:12 | 200 | 59.286µs | 51.81.245.138 | GET "/"
[GIN] 2025/02/16 - 11:26:14 | 302 | 40.59µs | 51.81.245.138 | GET "/favicon.ico"
[GIN] 2025/02/16 - 11:26:18 | 200 | 52.342µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:26:20 | 200 | 44.396µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:26:23 | 200 | 69.451µs | 167.99.182.39 | GET "/"
[GIN] 2025/02/16 - 11:26:23 | 200 | 45.396µs | 143.110.217.244 | GET "/"
[GIN] 2025/02/16 - 11:26:23 | 200 | 51.579µs | 143.110.217.244 | GET "/"
[GIN] 2025/02/16 - 11:26:24 | 200 | 58.335µs | 143.110.217.244 | GET "/actuator/env"
[GIN] 2025/02/16 - 11:26:24 | 200 | 48.147µs | 143.110.217.244 | GET "/server"
[GIN] 2025/02/16 - 11:26:25 | 200 | 54.005µs | 143.110.217.244 | GET "/.vscode/sftp.json"
[GIN] 2025/02/16 - 11:26:25 | 200 | 55.095µs | 143.110.217.244 | GET "/about"
[GIN] 2025/02/16 - 11:26:26 | 200 | 43.972µs | 143.110.217.244 | GET "/debug/default/view?panel=config"
[GIN] 2025/02/16 - 11:26:26 | 200 | 49.841µs | 143.110.217.244 | GET "/v2/_catalog"
[GIN] 2025/02/16 - 11:26:27 | 200 | 60.17µs | 143.110.217.244 | GET "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"
[GIN] 2025/02/16 - 11:26:27 | 200 | 64.391µs | 143.110.217.244 | GET "/server-status"
[GIN] 2025/02/16 - 11:26:28 | 200 | 57.834µs | 154.28.229.222 | GET "/"
[GIN] 2025/02/16 - 11:26:28 | 200 | 194.803µs | 154.28.229.4 | GET "/"
[GIN] 2025/02/16 - 11:26:28 | 200 | 43.47µs | 143.110.217.244 | GET "/login.action"
[GIN] 2025/02/16 - 11:26:28 | 200 | 42.339µs | 167.99.182.39 | GET "/"
[GIN] 2025/02/16 - 11:26:28 | 200 | 49.389µs | 143.110.217.244 | GET "/_all_dbs"
[GIN] 2025/02/16 - 11:26:29 | 200 | 44.335µs | 143.110.217.244 | GET "/.DS_Store"
[GIN] 2025/02/16 - 11:26:29 | 200 | 44.671µs | 167.99.182.39 | GET "/actuator/env"
[GIN] 2025/02/16 - 11:26:29 | 200 | 58.234µs | 143.110.217.244 | GET "/.env"
[GIN] 2025/02/16 - 11:26:30 | 200 | 43.229µs | 167.99.182.39 | GET "/server"
[GIN] 2025/02/16 - 11:26:30 | 200 | 55.549µs | 143.110.217.244 | GET "/.git/config"
[GIN] 2025/02/16 - 11:26:30 | 200 | 47.262µs | 143.110.217.244 | GET "/s/131323e2637313e233e2931313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"
[GIN] 2025/02/16 - 11:26:31 | 200 | 111.706µs | 167.99.182.39 | GET "/.vscode/sftp.json"
[GIN] 2025/02/16 - 11:26:31 | 200 | 85.367µs | 143.110.217.244 | GET "/config.json"
[GIN] 2025/02/16 - 11:26:31 | 200 | 42.975µs | 167.99.182.39 | GET "/about"
[GIN] 2025/02/16 - 11:26:31 | 200 | 68.447µs | 143.110.217.244 | GET "/telescope/requests"
[GIN] 2025/02/16 - 11:26:32 | 200 | 43.816µs | 143.110.217.244 | GET "/info.php"
[GIN] 2025/02/16 - 11:26:32 | 200 | 56.089µs | 167.99.182.39 | GET "/debug/default/view?panel=config"
[GIN] 2025/02/16 - 11:26:32 | 200 | 43.064µs | 143.110.217.244 | GET "/?rest_route=/wp/v2/users/"
[GIN] 2025/02/16 - 11:26:33 | 200 | 44.026µs | 167.99.182.39 | GET "/v2/_catalog"
[GIN] 2025/02/16 - 11:26:34 | 200 | 47.853µs | 167.99.182.39 | GET "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"
[GIN] 2025/02/16 - 11:26:34 | 200 | 65.279µs | 167.99.182.39 | GET "/server-status"
[GIN] 2025/02/16 - 11:26:35 | 200 | 45.74µs | 167.99.182.39 | GET "/login.action"
[GIN] 2025/02/16 - 11:26:36 | 200 | 43.036µs | 167.99.182.39 | GET "/_all_dbs"
[GIN] 2025/02/16 - 11:26:37 | 200 | 41.318µs | 167.99.182.39 | GET "/.DS_Store"
[GIN] 2025/02/16 - 11:26:37 | 200 | 62.175µs | 154.28.229.222 | GET "/"
[GIN] 2025/02/16 - 11:26:37 | 200 | 47.647µs | 167.99.182.39 | GET "/.env"
[GIN] 2025/02/16 - 11:26:38 | 200 | 58.621µs | 167.99.182.39 | GET "/.git/config"
[GIN] 2025/02/16 - 11:26:39 | 200 | 44.912µs | 167.99.182.39 | GET "/s/131323e2637313e233e2931313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"
[GIN] 2025/02/16 - 11:26:40 | 200 | 54.645µs | 167.99.182.39 | GET "/config.json"
[GIN] 2025/02/16 - 11:26:40 | 200 | 63.563µs | 167.99.182.39 | GET "/telescope/requests"
[GIN] 2025/02/16 - 11:26:41 | 200 | 42.634µs | 167.99.182.39 | GET "/info.php"
[GIN] 2025/02/16 - 11:26:42 | 200 | 54.817µs | 167.99.182.39 | GET "/?rest_route=/wp/v2/users/"
[GIN] 2025/02/16 - 11:27:53 | 200 | 49.741µs | 223.89.200.73 | GET "/@manage/storages/edit/2"
[GIN] 2025/02/16 - 11:27:54 | 200 | 80.475µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:27:54 | 200 | 83.616µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:27:54 | 200 | 296.668µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:27:54 | 200 | 103.165µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:27:56 | 200 | 39.301µs | 223.89.200.73 | GET "/@manage/storages/edit/2"
[GIN] 2025/02/16 - 11:27:56 | 200 | 91.257µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:27:57 | 200 | 77.506µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:27:57 | 200 | 545.384µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:27:57 | 200 | 106.786µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:27:57 | 200 | 43.401µs | 223.89.200.73 | GET "/@manage/storages/edit/2"
[GIN] 2025/02/16 - 11:27:58 | 200 | 94.864µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:27:58 | 200 | 83.475µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:27:58 | 200 | 304.515µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:27:58 | 200 | 87.343µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:27:58 | 200 | 43.973µs | 223.89.200.73 | GET "/@manage/storages/edit/2"
[GIN] 2025/02/16 - 11:27:58 | 200 | 76.842µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:27:58 | 200 | 87.178µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:27:59 | 200 | 296.703µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:27:59 | 200 | 114.725µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:28:14 | 200 | 56.098µs | 223.89.200.73 | GET "/@manage/storages/edit/2"
[GIN] 2025/02/16 - 11:28:15 | 200 | 65.368µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:28:15 | 200 | 82.904µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:28:15 | 200 | 299.799µs | 223.89.200.73 | GET "/api/admin/storage/get?id=2"
[GIN] 2025/02/16 - 11:28:15 | 200 | 105.481µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:28:47 | 200 | 50.303µs | 223.89.200.73 | GET "/蓝奏云"
[GIN] 2025/02/16 - 11:28:51 | 200 | 71.209µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:28:51 | 200 | 80.539µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:28:51 | 200 | 32.625µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[33mWARN[0m[2025-02-16 11:28:51] failed get /蓝奏云: failed get storage: storage not found; rawPath: /蓝奏云
[GIN] 2025/02/16 - 11:28:51 | 200 | 161.703µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:28:54 | 200 | 142.842µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:28:54 | 200 | 139.951µs | 223.89.200.73 | POST "/api/fs/list"
[31mERRO[0m[2025-02-16 11:28:55] fs/list: please implement IRootPath or IRootId or GetRooter method
github.com/alist-org/alist/v3/internal/op.Get
/home/runner/work/alist/alist/internal/op/fs.go:209
github.com/alist-org/alist/v3/internal/op.GetUnwrap
/home/runner/work/alist/alist/internal/op/fs.go:233
github.com/alist-org/alist/v3/internal/op.List
/home/runner/work/alist/alist/internal/op/fs.go:116
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:86
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
failed get dir
[31mERRO[0m[2025-02-16 11:28:55] failed list /一刻相册: please implement IRootPath or IRootId or GetRooter method
github.com/alist-org/alist/v3/internal/op.Get
/home/runner/work/alist/alist/internal/op/fs.go:209
github.com/alist-org/alist/v3/internal/op.GetUnwrap
/home/runner/work/alist/alist/internal/op/fs.go:233
github.com/alist-org/alist/v3/internal/op.List
/home/runner/work/alist/alist/internal/op/fs.go:116
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:86
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
failed get dir
failed get objs
[GIN] 2025/02/16 - 11:28:55 | 200 | 531.62µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:28:57 | 200 | 149.827µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:29:00 | 200 | 89.87µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:29:17 | 200 | 55.125µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:29:17 | 200 | 91.991µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:29:17 | 200 | 56.127µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:30:00 | 200 | 46.644µs | 3.90.206.176 | GET "/"
[GIN] 2025/02/16 - 11:30:06 | 200 | 56.3µs | 223.89.200.73 | GET "/@login?redirect=%2F"
[GIN] 2025/02/16 - 11:30:06 | 200 | 74.925µs | 3.90.206.176 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:30:07 | 200 | 67.425µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:30:10 | 200 | 149.569µs | 3.90.206.176 | GET "/assets/entry.046166f5.js"
[GIN] 2025/02/16 - 11:30:10 | 200 | 59.99µs | 3.90.206.176 | GET "/api/me"
[GIN] 2025/02/16 - 11:30:20 | 200 | 52.733µs | 223.89.200.73 | GET "/@manage"
[GIN] 2025/02/16 - 11:30:20 | 200 | 73.992µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:30:21 | 200 | 94.29µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:30:24 | 200 | 56.187µs | 128.90.62.104 | GET "/"
[GIN] 2025/02/16 - 11:30:25 | 200 | 63.753µs | 149.22.91.139 | GET "/"
[GIN] 2025/02/16 - 11:30:26 | 200 | 42.532µs | 37.159.21.161 | GET "/"
[GIN] 2025/02/16 - 11:31:03 | 200 | 53.105µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:31:04 | 200 | 84.526µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:31:05 | 200 | 85.682µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:31:05 | 200 | 166.427µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:31:05 | 200 | 30.13µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[GIN] 2025/02/16 - 11:31:05 | 200 | 158.529µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:31:17 | 200 | 95.634µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:31:18 | 200 | 119.22µs | 223.89.200.73 | POST "/api/auth/login/hash"
[GIN] 2025/02/16 - 11:31:19 | 200 | 85.457µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:31:19 | 200 | 31.864µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[GIN] 2025/02/16 - 11:31:19 | 200 | 158.782µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:31:19 | 200 | 132.563µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:31:20 | 200 | 87.922µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:31:21 | 200 | 86.909µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:31:21 | 200 | 433.951µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:31:25 | 200 | 407.53µs | 223.89.200.73 | POST "/api/admin/storage/delete?id=2"
[GIN] 2025/02/16 - 11:31:25 | 200 | 430.92µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:31:26 | 200 | 1.048578ms | 223.89.200.73 | GET "/api/admin/driver/list"
[GIN] 2025/02/16 - 11:31:47 | 200 | 44.396µs | 88.99.26.177 | GET "/"
[GIN] 2025/02/16 - 11:31:52 | 200 | 255.923µs | 223.89.200.73 | GET "/api/admin/setting/list"
[GIN] 2025/02/16 - 11:31:52 | 200 | 603.282µs | 223.89.200.73 | GET "/api/admin/user/list"
[GIN] 2025/02/16 - 11:31:52 | 200 | 409.858µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:31:52 | 200 | 295.145µs | 223.89.200.73 | GET "/api/admin/meta/list"
[33mWARN[0m[2025-02-16 11:31:52] not enable search
[GIN] 2025/02/16 - 11:31:52 | 200 | 2.310188ms | 223.89.200.73 | POST "/api/admin/setting/save"
[GIN] 2025/02/16 - 11:31:52 | 200 | 344.275µs | 223.89.200.73 | GET "/api/admin/user/list"
[GIN] 2025/02/16 - 11:31:52 | 200 | 552.935µs | 223.89.200.73 | POST "/api/admin/user/update"
[GIN] 2025/02/16 - 11:31:52 | 200 | 293.034µs | 223.89.200.73 | POST "/api/admin/user/update"
[GIN] 2025/02/16 - 11:31:52 | 200 | 109.502µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:31:56 | 200 | 126.791µs | 223.89.200.73 | POST "/api/auth/login/hash"
[GIN] 2025/02/16 - 11:31:57 | 200 | 107.927µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:31:58 | 200 | 91.087µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:31:58 | 200 | 408.701µs | 223.89.200.73 | GET "/api/admin/storage/list"
[33mWARN[0m[2025-02-16 11:32:03] not enable search
[GIN] 2025/02/16 - 11:32:03 | 200 | 5.443046ms | 223.89.200.73 | POST "/api/admin/setting/save"
[31mERRO[0m[2025-02-16 11:32:03] admin or guest user can not be created
[GIN] 2025/02/16 - 11:32:03 | 200 | 280.891µs | 223.89.200.73 | POST "/api/admin/user/create"
[31mERRO[0m[2025-02-16 11:32:03] admin or guest user can not be created
[GIN] 2025/02/16 - 11:32:03 | 200 | 140.717µs | 223.89.200.73 | POST "/api/admin/user/create"
[GIN] 2025/02/16 - 11:32:03 | 200 | 520.230364ms | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:32:04 | 200 | 612.08326ms | 223.89.200.73 | POST "/api/admin/storage/create"
[31mERRO[0m[2025-02-16 11:32:04] failed create storage in database: UNIQUE constraint failed: x_storages.mount_path
[GIN] 2025/02/16 - 11:32:04 | 200 | 515.407µs | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:32:05 | 200 | 387.222797ms | 223.89.200.73 | POST "/api/admin/storage/create"
[31mERRO[0m[2025-02-16 11:32:05] failed init storage but storage is already created: failed init storage: invalid_request : The request is missing a required parameter
[GIN] 2025/02/16 - 11:32:05 | 200 | 72.667067ms | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:32:12 | 200 | 741.115µs | 223.89.200.73 | GET "/api/admin/setting/list"
[GIN] 2025/02/16 - 11:32:12 | 200 | 369.533µs | 223.89.200.73 | GET "/api/admin/user/list"
[GIN] 2025/02/16 - 11:32:12 | 200 | 496.285µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:32:12 | 200 | 251.372µs | 223.89.200.73 | GET "/api/admin/meta/list"
[33mWARN[0m[2025-02-16 11:32:12] not enable search
[GIN] 2025/02/16 - 11:32:12 | 200 | 2.339385ms | 223.89.200.73 | POST "/api/admin/setting/save"
[GIN] 2025/02/16 - 11:32:12 | 200 | 430.19µs | 223.89.200.73 | GET "/api/admin/user/list"
[GIN] 2025/02/16 - 11:32:12 | 200 | 486.875µs | 223.89.200.73 | POST "/api/admin/user/update"
[GIN] 2025/02/16 - 11:32:12 | 200 | 630.955µs | 223.89.200.73 | POST "/api/admin/user/update"
[GIN] 2025/02/16 - 11:32:12 | 200 | 634.448µs | 223.89.200.73 | GET "/api/admin/storage/list"
[31mERRO[0m[2025-02-16 11:32:12] driver cannot be changed
[GIN] 2025/02/16 - 11:32:12 | 200 | 413.043µs | 223.89.200.73 | POST "/api/admin/storage/update"
[GIN] 2025/02/16 - 11:32:13 | 200 | 576.796575ms | 223.89.200.73 | POST "/api/admin/storage/update"
[31mERRO[0m[2025-02-16 11:32:13] driver cannot be changed
[GIN] 2025/02/16 - 11:32:13 | 200 | 442.633µs | 223.89.200.73 | POST "/api/admin/storage/update"
[31mERRO[0m[2025-02-16 11:32:13] failed get old storage: record not found
[GIN] 2025/02/16 - 11:32:13 | 200 | 408.094µs | 223.89.200.73 | POST "/api/admin/storage/update"
[31mERRO[0m[2025-02-16 11:32:13] failed get old storage: record not found
[GIN] 2025/02/16 - 11:32:13 | 200 | 374.118µs | 223.89.200.73 | POST "/api/admin/storage/update"
[GIN] 2025/02/16 - 11:32:13 | 200 | 302.606µs | 223.89.200.73 | GET "/api/admin/meta/list"
[GIN] 2025/02/16 - 11:32:23 | 200 | 779.887µs | 223.89.200.73 | GET "/api/admin/setting/list"
[GIN] 2025/02/16 - 11:32:23 | 200 | 304.894µs | 223.89.200.73 | GET "/api/admin/user/list"
[GIN] 2025/02/16 - 11:32:24 | 200 | 540.778µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:32:24 | 200 | 277.644µs | 223.89.200.73 | GET "/api/admin/meta/list"
[33mWARN[0m[2025-02-16 11:32:24] not enable search
[GIN] 2025/02/16 - 11:32:24 | 200 | 2.050167ms | 223.89.200.73 | POST "/api/admin/setting/save"
[GIN] 2025/02/16 - 11:32:24 | 200 | 383.844µs | 223.89.200.73 | GET "/api/admin/user/list"
[GIN] 2025/02/16 - 11:32:24 | 200 | 503.01µs | 223.89.200.73 | POST "/api/admin/user/update"
[GIN] 2025/02/16 - 11:32:24 | 200 | 724.76µs | 223.89.200.73 | POST "/api/admin/user/update"
[GIN] 2025/02/16 - 11:32:24 | 200 | 554.007µs | 223.89.200.73 | GET "/api/admin/storage/list"
[31mERRO[0m[2025-02-16 11:32:24] driver cannot be changed
[GIN] 2025/02/16 - 11:32:24 | 200 | 399.02µs | 223.89.200.73 | POST "/api/admin/storage/update"
[GIN] 2025/02/16 - 11:32:25 | 200 | 573.669668ms | 223.89.200.73 | POST "/api/admin/storage/update"
[31mERRO[0m[2025-02-16 11:32:25] driver cannot be changed
[GIN] 2025/02/16 - 11:32:25 | 200 | 408.894µs | 223.89.200.73 | POST "/api/admin/storage/update"
[31mERRO[0m[2025-02-16 11:32:25] failed get old storage: record not found
[GIN] 2025/02/16 - 11:32:25 | 200 | 354.584µs | 223.89.200.73 | POST "/api/admin/storage/update"
[31mERRO[0m[2025-02-16 11:32:25] failed get old storage: record not found
[GIN] 2025/02/16 - 11:32:25 | 200 | 437.73µs | 223.89.200.73 | POST "/api/admin/storage/update"
[GIN] 2025/02/16 - 11:32:25 | 200 | 280.889µs | 223.89.200.73 | GET "/api/admin/meta/list"
[GIN] 2025/02/16 - 11:32:31 | 200 | 103.514µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:32:31 | 200 | 550.955µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:32:33 | 200 | 328.82µs | 223.89.200.73 | GET "/api/admin/storage/get?id=5"
[GIN] 2025/02/16 - 11:32:33 | 200 | 129.247µs | 223.89.200.73 | GET "/api/admin/driver/info?driver=BaiduPhoto"
[GIN] 2025/02/16 - 11:32:38 | 200 | 43.25µs | 223.89.200.73 | GET "/assets/Wether.7fab5ada.js"
[GIN] 2025/02/16 - 11:32:38 | 200 | 35.692µs | 223.89.200.73 | GET "/assets/Metas.3584da9f.js"
[GIN] 2025/02/16 - 11:32:38 | 200 | 318.565µs | 223.89.200.73 | GET "/api/admin/meta/list"
[GIN] 2025/02/16 - 11:32:38 | 200 | 72.829µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:32:38 | 200 | 529.784µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:32:40 | 200 | 414.886µs | 223.89.200.73 | POST "/api/admin/storage/delete?id=5"
[GIN] 2025/02/16 - 11:32:41 | 200 | 477.746µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:32:42 | 200 | 84.021µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:32:42 | 200 | 33.257µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:32:42 | 200 | 429.911µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:32:42 | 200 | 81.639µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:32:43 | 200 | 37.318µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[GIN] 2025/02/16 - 11:32:43 | 200 | 166.548µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:32:43 | 200 | 135µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:32:45 | 200 | 404.672µs | 223.89.200.73 | POST "/api/fs/list"
[31mERRO[0m[2025-02-16 11:32:46] lanzou: err => not find file page param ,data =>
[31mERRO[0m[2025-02-16 11:32:46] failed link /蓝奏云/JP_main_release_Ali_409.apk: not find file page param
failed get link
github.com/alist-org/alist/v3/internal/op.Link.func1
/home/runner/work/alist/alist/internal/op/fs.go:262
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.Link
/home/runner/work/alist/alist/internal/op/fs.go:272
github.com/alist-org/alist/v3/internal/fs.link
/home/runner/work/alist/alist/internal/fs/link.go:19
github.com/alist-org/alist/v3/internal/fs.Link
/home/runner/work/alist/alist/internal/fs/fs.go:48
github.com/alist-org/alist/v3/server/handles.FsGet
/home/runner/work/alist/alist/server/handles/fsread.go:305
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
failed link
[GIN] 2025/02/16 - 11:32:46 | 200 | 215.355342ms | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:32:47 | 200 | 183.322µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:32:48 | 200 | 154.271µs | 223.89.200.73 | POST "/api/fs/list"
[31mERRO[0m[2025-02-16 11:32:49] fs/list: 请输入OrderBy
failed to list objs
github.com/alist-org/alist/v3/internal/op.List.func1
/home/runner/work/alist/alist/internal/op/fs.go:127
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:124
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:86
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
[31mERRO[0m[2025-02-16 11:32:49] failed list /123云盘: 请输入OrderBy
failed to list objs
github.com/alist-org/alist/v3/internal/op.List.func1
/home/runner/work/alist/alist/internal/op/fs.go:127
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:124
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:86
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
failed get objs
[GIN] 2025/02/16 - 11:32:49 | 200 | 132.935259ms | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:32:53 | 200 | 180.581µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:02 | 200 | 958.29822ms | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:03 | 200 | 141.349µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:04 | 200 | 146.127252ms | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:05 | 200 | 72.160011ms | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:07 | 200 | 141.92µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:15 | 200 | 96.512µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:33:17 | 200 | 305.315µs | 223.89.200.73 | GET "/api/admin/meta/list"
[GIN] 2025/02/16 - 11:33:18 | 200 | 148.167µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:33:18 | 200 | 594.721µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:33:32 | 200 | 139.798758ms | 223.89.200.73 | POST "/api/admin/storage/delete?id=2"
[GIN] 2025/02/16 - 11:33:32 | 200 | 508.542µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:33:33 | 200 | 862.426µs | 223.89.200.73 | GET "/api/admin/driver/list"
[GIN] 2025/02/16 - 11:33:44 | 200 | 378.988648ms | 223.89.200.73 | POST "/api/admin/storage/create"
[GIN] 2025/02/16 - 11:33:44 | 200 | 84.857µs | 223.89.200.73 | GET "/api/admin/driver/names"
[GIN] 2025/02/16 - 11:33:44 | 200 | 628.167µs | 223.89.200.73 | GET "/api/admin/storage/list"
[GIN] 2025/02/16 - 11:33:46 | 200 | 133.787µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:33:46 | 200 | 67.905µs | 223.89.200.73 | GET "/"
[GIN] 2025/02/16 - 11:33:47 | 200 | 101.15µs | 223.89.200.73 | GET "/api/public/settings"
[GIN] 2025/02/16 - 11:33:47 | 200 | 85.802µs | 223.89.200.73 | GET "/api/me"
[GIN] 2025/02/16 - 11:33:47 | 200 | 33.956µs | 223.89.200.73 | GET "/api/public/offline_download_tools"
[GIN] 2025/02/16 - 11:33:47 | 200 | 175.535µs | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:33:47 | 200 | 160.166µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:48 | 200 | 186.329897ms | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:50 | 200 | 141.758µs | 223.89.200.73 | POST "/api/fs/list"
[GIN] 2025/02/16 - 11:33:51 | 200 | 203.124µs | 223.89.200.73 | POST "/api/fs/list"
[31mERRO[0m[2025-02-16 11:33:52] lanzou: err => not find file page param ,data =>
[31mERRO[0m[2025-02-16 11:33:52] failed link /蓝奏云/JP_main_release_Ali_409.apk: not find file page param
failed get link
github.com/alist-org/alist/v3/internal/op.Link.func1
/home/runner/work/alist/alist/internal/op/fs.go:262
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.Link
/home/runner/work/alist/alist/internal/op/fs.go:272
github.com/alist-org/alist/v3/internal/fs.link
/home/runner/work/alist/alist/internal/fs/link.go:19
github.com/alist-org/alist/v3/internal/fs.Link
/home/runner/work/alist/alist/internal/fs/fs.go:48
github.com/alist-org/alist/v3/server/handles.FsGet
/home/runner/work/alist/alist/server/handles/fsread.go:305
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.Auth
/home/runner/work/alist/alist/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/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.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
failed link
[GIN] 2025/02/16 - 11:33:52 | 200 | 48.143823ms | 223.89.200.73 | POST "/api/fs/get"
[GIN] 2025/02/16 - 11:34:31 | 200 | 85.772µs | 113.215.189.158 | GET "/"
[GIN] 2025/02/16 - 11:34:32 | 200 | 55.57µs | 113.215.189.158 | GET "/"
[GIN] 2025/02/16 - 11:35:31 | 302 | 43.512µs | 37.159.21.161 | GET "/favicon.ico"
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.