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

v3.37.4版本-本地文件复制到115网盘报错: 请升级到最新版本: unexpected error #7315

Closed
4 tasks done
crtf1999 opened this issue Oct 11, 2024 · 24 comments
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@crtf1999
Copy link

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

Driver used / 使用的存储驱动

115

Describe the bug / 问题描述

  • 版本
# ./alist version
Built At: 2024-09-18 17:25:13 +0000
Go Version: go1.22.4 linux/amd64
Author: Xhofe <i@nn.ci>
Commit ID: 6106a2d4
Version: v3.37.4
WebVersion: 3.37.1
  • 问题

2024-10-11 11:00:00 再次出现下面的问题

v3.37.3版本-本地文件复制到115网盘报错: 请升级到最新版本: unexpected error

Reproduction / 复现链接

添加115存储,更新cookies.

Config / 配置

{
  "force": false,
  "site_url": "",
  "cdn": "",
  "jwt_secret": "lk49e1hyMEoDNoBH",
  "token_expires_in": 48,
  "database": {
    "type": "sqlite3",
    "host": "",
    "port": 0,
    "user": "",
    "password": "",
    "name": "",
    "db_file": "data/data.db",
    "table_prefix": "x_",
    "ssl_mode": "",
    "dsn": ""
  },
  "meilisearch": {
    "host": "http://localhost:7700",
    "api_key": "",
    "index_prefix": ""
  },
  "scheme": {
    "address": "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,
      "task_persistant": true
    },
    "transfer": {
      "workers": 5,
      "max_retry": 2,
      "task_persistant": true
    },
    "upload": {
      "workers": 5,
      "max_retry": 0,
      "task_persistant": false
    },
    "copy": {
      "workers": 5,
      "max_retry": 2,
      "task_persistant": true
    }
  },
  "cors": {
    "allow_origins": [
      "*"
    ],
    "allow_methods": [
      "*"
    ],
    "allow_headers": [
      "*"
    ]
  },
  "s3": {
    "enable": false,
    "port": 5246,
    "ssl": false
  }
}

Logs / 日志

^[[31mERRO^[[0m[2024-10-11 13:23:00] COPY /dav/local/live/biliup/upload/2024-10-11/小妤儿/小妤儿.2024-10-11 09_05_01.ing.flv unexpected error
github.com/SheltonZhu/115driver/pkg/driver.init
        <autogenerated>:1
runtime.doInit1
        /home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/runtime/proc.go:7176
runtime.doInit
        /home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/runtime/proc.go:7143
runtime.main
        /home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/runtime/proc.go:253
runtime.goexit
        /home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/runtime/asm_amd64.s:1695
请升级到最新版本
github.com/SheltonZhu/115driver/pkg/driver.GetErr
        /home/runner/go/pkg/mod/github.com/!shelton!zhu/115driver@v1.0.29/pkg/driver/error.go:143
github.com/SheltonZhu/115driver/pkg/driver.(*UploadInitResp).Err
        /home/runner/go/pkg/mod/github.com/!shelton!zhu/115driver@v1.0.29/pkg/driver/response.go:182
github.com/SheltonZhu/115driver/pkg/driver.CheckErr
        /home/runner/go/pkg/mod/github.com/!shelton!zhu/115driver@v1.0.29/pkg/driver/error.go:154
github.com/alist-org/alist/v3/drivers/115.(*Pan115).rapidUpload
        /home/runner/work/alist/alist/drivers/115/util.go:215
github.com/alist-org/alist/v3/drivers/115.(*Pan115).Put
        /home/runner/work/alist/alist/drivers/115/driver.go:167
github.com/alist-org/alist/v3/internal/op.Put
        /home/runner/work/alist/alist/internal/op/fs.go:561
github.com/alist-org/alist/v3/internal/fs._copy
        /home/runner/work/alist/alist/internal/fs/copy.go:91
github.com/alist-org/alist/v3/internal/fs.Copy
        /home/runner/work/alist/alist/internal/fs/fs.go:73
github.com/alist-org/alist/v3/server/webdav.copyFiles
        /home/runner/work/alist/alist/server/webdav/file.go:59
github.com/alist-org/alist/v3/server/webdav.(*Handler).handleCopyMove
        /home/runner/work/alist/alist/server/webdav/webdav.go:477
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
        /home/runner/work/alist/alist/server/webdav/webdav.go:70
github.com/alist-org/alist/v3/server.ServeWebDAV
        /home/runner/work/alist/alist/server/webdav.go:46
...
@crtf1999 crtf1999 added the bug Something isn't working label Oct 11, 2024
@KeithW0726
Copy link

+1

1 similar comment
@jiangtao-guo
Copy link

+1

@karasfjm
Copy link

+1,前几天还好的

@Y-ASLant
Copy link

Y-ASLant commented Oct 11, 2024

Brown UA今天变了 改UA版本就可以
image
之前是27.0.3.7,现在是27.0.5.7

@fgr178707
Copy link

fgr178707 commented Oct 11, 2024

Brown UA今天变了 改UA版本就可以 image 之前是27.0.3.7,现在是27.0.5.7

在哪儿改? 需要克隆重新编译?
这一行?

appVer = "27.0.3.7"

@brainiac19
Copy link

+1,且我记得上次115driver更新添加了动态获取版本号的

@lee1031
Copy link

lee1031 commented Oct 11, 2024

+1

@chenleidaye
Copy link

+1,昨天都还能用,刚才用阿里转到115就报错了

@tnanice
Copy link

tnanice commented Oct 11, 2024

能丢个编译好的支持的吗

@wixb50
Copy link

wixb50 commented Oct 11, 2024

+1

4 similar comments
@tlzwss
Copy link

tlzwss commented Oct 11, 2024

+1

@gitcook
Copy link

gitcook commented Oct 11, 2024

+1

@Espen-Lee
Copy link

+1

@bilibili2077
Copy link

+1

@chivehao
Copy link

chivehao commented Oct 11, 2024

建议这个配置写到配置文件里
或者能通过环境变量覆盖,
或者能直接在115drive那修改,
老是这样也不是事啊,
都好几次了。

@gitcook
Copy link

gitcook commented Oct 11, 2024

115挂了

@cnpilot
Copy link

cnpilot commented Oct 11, 2024

看了说明也不会改 在什么位置改 也没找到 老大 能尽快更新下吗 非常感谢

@karasfjm
Copy link

看了说明也不会改 在什么位置改 也没找到 老大 能尽快更新下吗 非常感谢

不用急了,115又挂了,估计恢复后ALIST也要更新

@pongfcnkl
Copy link

简单修复下,应该可以上传了
https://github.com/pongfcnkl/alist/actions/runs/11293555186

@cnpilot
Copy link

cnpilot commented Oct 11, 2024

简单修复下,应该可以上传了 https://github.com/pongfcnkl/alist/actions/runs/11293555186

大佬 你好 我是deian 系统 用的官方一键安装的 应该怎么使用你发的这个

@2450519347
Copy link

简单修复下,应该可以上传了 https://github.com/pongfcnkl/alist/actions/runs/11293555186

大佬 你好 我是deian 系统 用的官方一键安装的 应该怎么使用你发的这个

把附件下下来,解压出来把你对应架构的文件替换到你机器/opt/alist里面去

@xhofe xhofe closed this as completed in c3e43ff Oct 11, 2024
@xinxinenjoy
Copy link

如果能支持动态获取版本号最好,如果不能自动,是不是考虑增加个配置文件的参数来手动填?会方便一些

@xun188
Copy link

xun188 commented Oct 15, 2024

似乎新版本115cloud无法上传磁力

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

No branches or pull requests