File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# FAQ
22## 安装相关
33### Windows安装失败
4- Windows出现venv安装失败、启动失败,请优先尝试[ 手动uv部署] ( https://docs.astrbot.app/deploy/astrbot/cli.html#%E5%AE%89%E8%A3%85%E4%BE%9D%E8%B5%96%E5%B9%B6%E8%BF%90%E8%A1%8C ) 。如果无法解决,请进群提供报错截图!
4+ Windows出现venv安装失败、启动失败,请优先尝试[ 手动uv部署] ( https://docs.astrbot.app/deploy/astrbot/cli.html#%E5%AE%89%E8%A3%85%E4%BE%9D%E8%B5%96%E5%B9%B6%E8%BF%90%E8%A1%8C ) 。
55### Linux安装失败
66可能是因为python版本不兼容。Astrbot兼容python3.10~ 3.13版本,如果需要排查,请自行搜索(或者问AI,豆包、deepseek都可以)
7- ### 都不能解决的话,可以进群问
87
98## NapCat连接相关
109### 我明明按照文档的步骤做了,为什么NapCat连不上Astrbot?
@@ -16,8 +15,10 @@ sudo docker network connect newnet napcat # 让两个容器连到一起
1615sudo docker restart astrbot
1716sudo docker restart napcat # 重启容器
1817```
19- 运行无报错则回到NapCat的Webui,网络配置中,将你之前填写的` ws://127.0.0.1:6099/ws ` 修改为` ws://astrbot:6099/ws `
20- 2 . 如果只有NapCat是docker部署,那么请将` ws://127.0.0.1:6099/ws ` 修改为` ws://宿主机IP:6099/ws ` (宿主机IP请自行搜索如何查看)
18+ 运行无报错则回到NapCat的Webui,网络配置中,将你之前填写的` ws://127.0.0.1:6199/ws ` 修改为` ws://astrbot:6199/ws `
19+
20+ 2 . 如果只有NapCat是docker部署,请将NapCat的Webui网络配置中的` ws://127.0.0.1:6199/ws ` 修改为` ws://宿主机IP:6199/ws ` (宿主机IP请自行搜索如何查看)
21+ 3 . 如果都不是docker部署,则请将NapCat的Webui网络配置中的` ws://127.0.0.1:6099/ws ` 修改为` ws://localhost:6199/ws ` 或` ws://127.0.0.1:6199/ws `
2122## 管理面板相关
2223
2324### 当管理面板打开时遇到 404 错误
You can’t perform that action at this time.
0 commit comments