File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# FAQ
2-
2+ ## 安装相关
3+ ### 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 ) 。
5+ ### Linux安装失败
6+ 可能是因为python版本不兼容。Astrbot兼容python3.10~ 3.13版本,如果需要排查,请自行搜索(或者问AI,豆包、deepseek都可以)
7+
8+ ## NapCat连接相关
9+ ### 我明明按照文档的步骤做了,为什么NapCat连不上Astrbot?
10+ 1 . 如果你两个** 全都** 是使用docker部署,请尝试在终端运行:
11+ ```
12+ sudo docker network create newnet # 创建新网络
13+ sudo docker network connect newnet astrbot
14+ sudo docker network connect newnet napcat # 让两个容器连到一起
15+ sudo docker restart astrbot
16+ sudo docker restart napcat # 重启容器
17+ ```
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:6199/ws ` 修改为` ws://localhost:6199/ws ` 或` ws://127.0.0.1:6199/ws `
322## 管理面板相关
423
524### 当管理面板打开时遇到 404 错误
You can’t perform that action at this time.
0 commit comments