-
Notifications
You must be signed in to change notification settings - Fork 934
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
无法加载配置向导: 500 Internal Server Error Server got itself in trouble #846
Comments
哥们,跟你一样,我看了下日志是因为第三方库版本冲突了。 |
|
我的解决办法: # 找到 xiaomi_home 集成目录(通常在 `custom_components/xiaomi_home`)
vi custom_components/xiaomi_home/manifest.json
# 修改 requirements 中的版本限制
{
"requirements": ["paho-mqtt<=2.1.0"]
} |
成功了兄弟,我把mqtt的版本限制直接删了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug / 描述问题
haos最新版添加即成报错无法加载配置向导: 500 Internal Server Error Server got itself in trouble
How to Reproduce / 复现步骤
haos最新版添加即成报错无法加载配置向导: 500 Internal Server Error Server got itself in trouble
Expected Behavior / 预期结果
成功
Reproduce Time / 问题复现的时间点
2025.3.6
Home Assistant Logs / 系统日志
No response
Log Timezone / 日志时区
Asia/Shanghai
Home Assistant Core Version / Home Assistant Core 版本
2025.3.0
Home Assistant Operation System Version / Home Assistant Operation System 版本
15.0.rc1
Xiaomi Home Integration Version / 米家集成版本
0.2
Additional Context / 其他说明
No response
The text was updated successfully, but these errors were encountered: