AlistGo / AlistGo/alist

移动云盘账号由个人云转移到新个人云,导致上传请求参数不合法

Abierto
#7,381 5 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
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)。

- [X] 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.38.0

### Driver used / 使用的存储驱动

中国移动云盘(云盘账号已经由个人云转移到新个人云)

### Describe the bug / 问题描述

我向移动客服申请将移动云盘账号由个人云转移到新个人云,也就是移动云盘添加了离线下载功能入口后,现在使用新个人云,上传五、六G以上文件,无论是从哪个存储复制到移动云盘新个人云,通通都上传失败,我的是钻石会员,都是提示请求参数不合法,且上传没有进度条。而且奇怪的是,我这个账号也可以挂载旧个人云,而且可以上传部分小文件到旧个人云~我的文件夹,能上传到这里面,但很多文件上传到这里都是报403错误。我查看新个人云请求参数不合法的DEBUG。以下是报错代码
[37mDEBUG [0m[2024-10-23 10:27:21]/home/runner/work/alist/alist/drivers/139/util.go:332 github.com/alist-org/alist/v3/drivers/139.(*Yun139).personalRequest() {"success":false,"code":"04055002","message":"请求参数不合法","data":null}

### Reproduction / 复现链接

上传功能问题,提供不了复现链接,可以联系我,我提供问题账号。

### Config / 配置

{
"force": false,
"site_url": "http://xxx/api/uses/alist",
"cdn": "",
"jwt_secret": "P0dIXy",
"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 / 日志

![IMG_20241024_064520](https://github.com/user-attachments/assets/deb87ad8-ee07-4aad-a301-55c3f3445413)
![Screenshot_2024-10-22-18-18-23-150_mark via](https://github.com/user-attachments/assets/39a69af9-0dee-4c7d-8f84-25564e137b01)
![IMG_20241022_153024](https://github.com/user-attachments/assets/fe88e2c4-6bd6-44e1-a33d-a148c92d4616)
![IMG_20241022_152940](https://github.com/user-attachments/assets/a241f1df-c478-4755-a985-fe9716bb9f41)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.