File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-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+
9+ ## NapCat连接相关
10+ ### 我明明按照文档的步骤做了,为什么NapCat连不上Astrbot?
11+ 1 . 如果你两个** 全都** 是使用docker部署,请尝试在终端运行:
12+ ```
13+ sudo docker network create newnet # 创建新网络
14+ sudo docker network connect newnet astrbot
15+ sudo docker network connect newnet napcat # 让两个容器连到一起
16+ sudo docker restart astrbot
17+ sudo docker restart napcat # 重启容器
18+ ```
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请自行搜索如何查看)
321## 管理面板相关
422
523### 当管理面板打开时遇到 404 错误
You can’t perform that action at this time.
0 commit comments