buse88

Results 15 comments of buse88

这个应该是mirai本身的问题,楼上所有方法我都试过了 还是会版本过低,但是我用的onebot就是正常的登录不会提示版本过低,只不过onebot没法适配这个chatgpt

您好,根据提示在custom_components\xiaomi_home增加了media-player.py 重启了ha,勾选 xiaomi_home > 配置 > 更新实体转换规则 & 更新设备列表,移除设备再重新添加设备,依然没有媒体播放器,随后替换了#706的fan.py specv2entity.py(替换 const.py报错所以没替换),这几个替换了又重启,并且移除设备重新添加依然没有媒体播放器(小爱音箱pro版本为1.88.197稳定版,更新时间2024.12.26)

The software did not provide an accurate translation, let me clarify again。If I use the directly through the software raidrive, there is no problem. After using nginx, I cannot rename...

Yes, the following is my configuration (domain name is just a substitute) ![Image](https://github.com/user-attachments/assets/81a2a87a-203d-4d9d-b83b-b7b214c74589)

No use nginx no problem,The client used is RaiDrive URL:https://www.raidrive.com/

use nginx Error message: File access denied You need the permission provided by S-1-1-0 to modify this file

2025-06-14 21:37:09.161 [ERROR] RD : WebDAV(WebDAV) : Get Sub Folder List Error : /proc : Exception : {"WinErrorCode":1460,"NotifyErrorCode":213,"RaiException":"WebDAV List : /proc/ : Failed : ","Filename":"/proc/","WebExceptionStatus":"Timeout","InnerException":"Response reading timeout."} 2025-06-14 21:37:44.531 [ERROR]...

Webdav logs: 2025-06-14T22:31:12.472+0800 INFO user authorized {"username": "abcd", "remote_address": "192.168.1.2:13630"} 2025-06-14T22:31:12.472+0800 DEBUG allowed & method & path {"allowed": true, "method": "PROPFIND", "path": "/"} 2025-06-14T22:31:15.797+0800 INFO user authorized {"username": "abcd", "remote_address":...

> > I find out the problem finally!!! > > The tag `latest` of docker image `hacdias/webdav` is not the latest! 😂😂😂 > > See the picture below: > >...

> [@buse88](https://github.com/buse88) 那你再对比下我的nginx配置。特别是下面这句,域名后面的 `/` 不能少。 > > ``` > if ($http_destination ~ "^https://webdav.example.com/(?(.+))") { > set $dest /$path; > } > ``` https://github.com/hacdias/webdav/issues/231#issuecomment-2972758233这个是我的配置,我刚才试了下把 / 加上去也是不行