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
42.46k stars 5.49k forks source link

Windows挂载Webdav列目录正常但无法访问文件 #6846

Open toreyink opened 2 months ago

toreyink commented 2 months ago

Please make sure of the following things

AList Version / AList 版本

v3.36.0

Driver used / 使用的存储驱动

115

Describe the bug / 问题描述

微信截图_20240722112604 微信截图_20240722112636 115使用302中转,Windows 挂载Webdav,列目录正常,但无法浏览文件。WEB网页端正常,顺利播放。

Reproduction / 复现链接

暂无

Config / 配置

{ "force": false, "site_url": "https://drive*****", "cdn": "", "jwt_secret": "**", "token_expires_in": 48, "database": { "type": "sqlite3", "host": "", "port": 0, "user": "", "password": "", "name": "", "db_file": "data/data.db", "tableprefix": "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 }, "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

welcome[bot] commented 2 months ago

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

LIUBANGJIAN commented 2 months ago

同样的问题,用app fileball的alist协议是可以正常播放的,但是用了webdav协议就一直卡着播放页面无法播放。换了其他app例如vidhub、senplayer、fimly用webdav协议也是无法播放的,都是卡播放页面。

Hugo7th commented 2 months ago

同样的问题,alist挂载阿里云盘open,已开第三方权益,在浏览器alist打开视频无论是aliyun video previewer还是alist的video播放器都可以顺利播放视频,但是在android的kodi或者ios的nplayer上面按照webdav方式能够看到视频文件,也可以刮肖到电影信息,但是播放就会提示文件播放错误(kodi),nplayer就是一直转圈圈。

LIUBANGJIAN commented 2 months ago

看样子是普遍问题,但是作者只关心问题模板问题,而不是关心bug。

stale[bot] commented 3 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.