alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
39.38k stars 5.11k forks source link

3.35版本没有添加网易云音乐的选项 #6546

Closed JsonSong89 closed 1 month ago

JsonSong89 commented 1 month ago

Please make sure of the following things

AList Version / AList 版本

v3.35.0

Driver used / 使用的存储驱动

none

Describe the bug / 问题描述

我是3.34升级到3.35的 在添加驱动页面无法添加网易云音乐 我看了 api/admin/driver/list 接口的数据,确实是没返回网易云音乐的选项 image

版本也没问题 image

而且我新启动一个alist服务,居然又可以添加了,是升级导致的问题吗?

Reproduction / 复现链接

/@manage/storages/add 页面

Config / 配置

{ "force": false, "site_url": "", "cdn": "", "jwt_secret": "xxx", "token_expires_in": 48, "database": { "type": "sqlite3", "host": "", "port": 0, "user": "", "password": "", "name": "", "db_file": "data/data.db", "tableprefix": "x", "ssl_mode": "disable", "dsn": "" }, "meilisearch": { "host": "http://localhost:7700", "api_key": "", "index_prefix": "" }, "scheme": { "address": "0.0.0.0", "http_port": 1086, "https_port": -1, "force_https": false, "cert_file": "", "key_file": "", "unix_file": "", "unix_file_perm": "" }, "temp_dir": "/mnt/sda/alist_temp", "bleve_dir": "data/bleve", "dist_dir": "", "log": { "enable": true, "name": "log/log.log", "max_size": 10, "max_backups": 5, "max_age": 28, "compress": false }, "delayed_start": 0, "max_connections": 0, "tls_insecure_skip_verify": false, "tasks": { "download": { "workers": 5, "max_retry": 1 }, "transfer": { "workers": 5, "max_retry": 2 }, "upload": { "workers": 5, "max_retry": 0 }, "copy": { "workers": 1, "max_retry": 3 } }, "cors": { "allow_origins": [ "" ], "allow_methods": [ "" ], "allow_headers": [ "*" ] }, "s3": { "enable": false, "port": 5246, "ssl": false } }

Logs / 日志

No response

github-actions[bot] commented 1 month ago

Hello @JsonSong89, this issue will not be worked on and will be closed. 你好 @JsonSong89,这不会被处理,将被关闭。

JsonSong89 commented 1 month ago

其实少了好几个驱动,不止网易云音乐.

先备份,然后删掉data文件夹,重新配置并恢复 可以解决问题 这个应该算bug吧 怎么直接关了?

benson-album commented 1 month ago

应该是浏览器缓存,你开启隐私模式或换个浏览器试试,同样的问题,我更换浏览器就出现了选项

JsonSong89 commented 1 month ago

应该是浏览器缓存,你开启隐私模式或换个浏览器试试,同样的问题,我更换浏览器就出现了选项

这个肯定是第一怀疑对象,早就试过了. 而且我发了f12的截图,后端返回的数据就是少了一些驱动类型