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

无法识别139中国移动网盘根文件夹id,报错“个人云未知异常” #6735

Closed
4 tasks
jakkpop opened this issue Jul 10, 2024 · 16 comments
Closed
4 tasks
Labels
bug Something isn't working

Comments

@jakkpop
Copy link

jakkpop commented Jul 10, 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版本

Driver used / 使用的存储驱动

中国移动云盘

Describe the bug / 问题描述

已经按教程获取了currentCatalogID,但一直报错“个人云未知问题”。
安装了多个版本,也是如此。
但用了v2以前的保存的根文件夹id,却可以了,不过是几个月前的文件列表,无法更新到最新的文件列表,而且更奇怪的是云盘那里已经删除的文件,居然还可以下载,这个是中国移动云盘的问题,还是alist的?

Reproduction / 复现链接

WeChat截图_20240711010201
WeChat截图_20240711010326

Config / 配置

{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "WtAbUoqH1UeyaMg9",
"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": 10,
"max_backups": 5,
"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": [
"*"
]
},
"s3": {
"enable": false,
"port": 5246,
"ssl": false
}
}

Logs / 日志

No response

@jakkpop jakkpop added the bug Something isn't working label Jul 10, 2024
Copy link

welcome bot commented Jul 10, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

@pongfcnkl
Copy link

正常 应该是你没抓对
photo_2024-07-11_07-44-43

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。

@pongfcnkl
Copy link

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。
咋找不到
IMG_20240711_123525_196

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。
咋找不到
IMG_20240711_123525_196

我也觉得很奇怪,但事实上就是没有了,而且不是最近,是去年开始就找不到了,换了几个浏览器都没有,只不过之前只需要换Authorization还可以苟活,最近就无法使用了。。。
WeChat截图_20240711154848

@pongfcnkl
Copy link

pongfcnkl commented Jul 11, 2024

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。
咋找不到
IMG_20240711_123525_196

我也觉得很奇怪,但事实上就是没有了,而且不是最近,是去年开始就找不到了,换了几个浏览器都没有,只不过之前只需要换Authorization还可以苟活,最近就无法使用了。。。 WeChat截图_20240711154848

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。
咋找不到
IMG_20240711_123525_196

我也觉得很奇怪,但事实上就是没有了,而且不是最近,是去年开始就找不到了,换了几个浏览器都没有,只不过之前只需要换Authorization还可以苟活,最近就无法使用了。。。 WeChat截图_20240711154848

你在文件夹里看的吗?

@anwen-anyi
Copy link
Member

你试试看 新个人云类型,根据文档获取新个人云的cookie
image

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

你试试看 新个人云类型,根据文档获取新个人云的cookie image

就是按照新个人云获取的,然后显示“个人云未知异常”

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。
咋找不到
IMG_20240711_123525_196

我也觉得很奇怪,但事实上就是没有了,而且不是最近,是去年开始就找不到了,换了几个浏览器都没有,只不过之前只需要换Authorization还可以苟活,最近就无法使用了。。。 WeChat截图_20240711154848

正常 应该是你没抓对 photo_2024-07-11_07-44-43

我的f12里面找不到getDisk,网盘已经用了很多年了。
咋找不到
IMG_20240711_123525_196

我也觉得很奇怪,但事实上就是没有了,而且不是最近,是去年开始就找不到了,换了几个浏览器都没有,只不过之前只需要换Authorization还可以苟活,最近就无法使用了。。。 WeChat截图_20240711154848

你在文件夹里看的吗?

是的,我有几个号码,刚才测试了,有两个有getdisk,有两个没有,麻了,不知道是不是被限制了。

@anwen-anyi
Copy link
Member

你把所有的中国移动云盘挂载的都删除,然后去重新添加,添加后后右下角刷新一下

  1. getDisk请求的就 类型就选择个人云
  2. 没有getDisk请求的就去按照文档中新个人云如何获取Authorization的方式来获取,类型选择新个人云

在获取getDisk请求之前先把开发者模式打开,清掉所有请求,刷新一下网页,就就按照个人云选择,没有就按照新个人云

填写好配置截图一下记得打码

@anwen-anyi
Copy link
Member

anwen-anyi commented Jul 11, 2024

直接在原驱动编辑可能会提示 个人云异常,刚刚测试的。
然后删掉原驱动重新添加一个 把Authorization填进去就没问题了(我这是个人云 有 getDisk请求)

image

填写指定目录ID也没问题
image

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

你把所有的中国移动云盘挂载的都删除,然后去重新添加,添加后后右下角刷新一下

  1. getDisk请求的就 类型就选择个人云
  2. 没有getDisk请求的就去按照文档中新个人云如何获取Authorization的方式来获取,类型选择新个人云

在获取getDisk请求之前先把开发者模式打开,清掉所有请求,刷新一下网页,就就按照个人云选择,没有就按照新个人云

填写好配置截图一下记得打码

还是没有getdisk,删掉重新添加后还是一样“个人云未知异常”
WeChat截图_20240711191553

@anwen-anyi
Copy link
Member

anwen-anyi commented Jul 11, 2024

......都跟你说了 没有getDisk的去按照新个人云获取Authorization 你类型你也记得改一下啊

image

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

......都跟你说了 没有getDisk的去按照新个人云获取Authorization 你类型你也记得改一下啊

image

哦,谢谢!是要在类型那里选择“新的个人盘”,我都还不知道这里也更新了。。。
WeChat截图_20240711192355

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

你试试看 新个人云类型,根据文档获取新个人云的cookie image

尴尬,原来你早就提醒我了,我一直没有注意到这里也改了!感谢!

@jakkpop
Copy link
Author

jakkpop commented Jul 11, 2024

not bug

@jakkpop jakkpop closed this as completed Jul 11, 2024
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

3 participants