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

infuse+alist+别名聚合会报错 #6321

Closed
4 tasks done
LitchiCherry opened this issue Apr 6, 2024 · 1 comment
Closed
4 tasks done

infuse+alist+别名聚合会报错 #6321

LitchiCherry opened this issue Apr 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LitchiCherry
Copy link

LitchiCherry commented Apr 6, 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 版本

3.29.1

Driver used / 使用的存储驱动

阿里open,夸克,本地

Describe the bug / 问题描述

别名聚合多个目录:
别名为:普通集合:
聚合的目录为:

电视剧:/阿里云电视剧
电视剧:/夸克电视剧
电视剧:/联通云盘/影视/电视剧
电视剧:/本地电视剧
电视剧:/本地电视剧_2
电影:/阿里云电影
电影:/夸克电影
电影:/联通云盘/影视/电影
电影:/本地电影
电影:/本地电影_2
少儿:/阿里云少儿
少儿:/夸克少儿
少儿:/本地少儿
少儿:/本地少儿_2

这种聚合方式,排在第一位的阿里云(阿里云电视剧、阿里云电影等)内的资源是可用的,其余均不可用。
infuse 可以扫到资源,但是播放报错。
因此 最后的现象是,聚合资源,除非原本是属于阿里云内的资源(如 电锯人),否则全部播放报错(如 首尔之春)。如果聚合的时候夸克放在第一位,夸克的资源就是正常的。或者不进行聚合,就无此问题。

Reproduction / 复现链接

·

Config / 配置

{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "",
"token_expires_in": 48,
"database": {
"type": "sqlite3",
"host": "",
"port": 3306,
"user": "",
"password": "",
"name": "",
"db_file": "/etc/alist/data.db",
"table_prefix": "x_",
"ssl_mode": ""
},
"scheme": {
"address": "192.168.100.1",
"http_port": 5244,
"https_port": -1,
"force_https": false,
"cert_file": "",
"key_file": "",
"unix_file": "/var/alist.sock",
"unix_file_perm": ""
},
"temp_dir": "/tmp/alist",
"bleve_dir": "/etc/alist/bleve",
"dist_dir": "",
"log": {
"enable": true,
"name": "/tmp/alist/alist.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": [
"*"
]
}
}

Logs / 日志

No response

@LitchiCherry LitchiCherry added the bug Something isn't working label Apr 6, 2024
@LitchiCherry
Copy link
Author

回退旧版解决。

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

1 participant