[GH-ISSUE #409] nplayer挂载webdav问题 #220

Closed
opened 2026-04-08 16:51:15 +03:00 by zhus · 1 comment
Owner

Originally created by @xdaniel9 on GitHub (Jul 4, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/409

服务端是最新的0.41.0
两部手机安装了不同版本的nplayer,3.12.12.1没问题,3.12.17可以挂载,可以进入目录,无法打开文件
nginx log显示唯一的区别是3.12.17是http/2.0,3.12.12.1是http/1.1

3.12.17

192.168.2.1 - - [04/Jul/2024:17:00:24 +0800] "GET /private/photos/iPhone_XR/20221125_101214_907.heic HTTP/2.0" 401 0 "-" "nPlayer/3.0"

3.12.12.1

192.168.2.1 - - [04/Jul/2024:17:01:46 +0800] "GET /private/photos/iPhone_XR/20221125_101214_907.heic HTTP/1.1" 200 522448 "-" "nPlayer/3.0"
Originally created by @xdaniel9 on GitHub (Jul 4, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/409 服务端是最新的0.41.0 两部手机安装了不同版本的nplayer,3.12.12.1没问题,3.12.17可以挂载,可以进入目录,无法打开文件 nginx log显示唯一的区别是3.12.17是http/2.0,3.12.12.1是http/1.1 3.12.17 ``` 192.168.2.1 - - [04/Jul/2024:17:00:24 +0800] "GET /private/photos/iPhone_XR/20221125_101214_907.heic HTTP/2.0" 401 0 "-" "nPlayer/3.0" ``` 3.12.12.1 ``` 192.168.2.1 - - [04/Jul/2024:17:01:46 +0800] "GET /private/photos/iPhone_XR/20221125_101214_907.heic HTTP/1.1" 200 522448 "-" "nPlayer/3.0" ```
zhus closed this issue 2026-04-08 16:51:15 +03:00
Author
Owner

@sigoden commented on GitHub (Jul 4, 2024):

This doesn't seem to be a dufs issue. You should ask the nplayer community for help.

<!-- gh-comment-id:2208499286 --> @sigoden commented on GitHub (Jul 4, 2024): This doesn't seem to be a dufs issue. You should ask the nplayer community for help.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#220