import{_ase,caso,oast,a9asa}from"./chunks/framework.C4_mTacX.js";constm=JSON.parse('{"title":"答疑","description":"","frontmatter":{"title":"答疑","order":3},"headers":[],"relativePath":"deploy/fandq.md","filePath":"zh/deploy/fandq.md","lastUpdated":1725101868000}'),r={name:"deploy/fandq.md"},n=a('<h1id="答疑"tabindex="-1">答疑<aclass="header-anchor"href="#答疑"aria-label="Permalink to "答疑""></a></h1><h2id="常见问题"tabindex="-1"><strong>常见问题</strong><aclass="header-anchor"href="#常见问题"aria-label="Permalinkto"**常见问题**""></a></h2><ul><li><p>设备上Python环境太乱了,pip和python不对应怎么办?</p><ul><li>请使用<code>/path/to/python-mpipinstall-rrequirements.txt</code>来安装依赖,然后用<code>/path/to/pythonmain.py</code>来启动Bot,其中<code>/path/to/python</code>是你要用来运行Bot的可执行文件</li></ul></li><li><p>为什么我启动后机器人没有反应?</p><ul><li>请检查配置文件的<code>command_start</code>或<code>superusers</code>,确认你有权限使用命令并按照正确的命令发送</li><li>确认命令头没有和<code>nickname{}</code>冲突,例如一个命令是<code>help</code>,但是<code>Bot</code>昵称有一个<code>help</code>,那么将会被解析为nickname而不是命令</li></ul></li><li><p>更新轻雪失败,报错<code>InvalidGitRepositoryError</code></p><ul><li>请正确安装<code>Git</code>,并使用克隆而非直接下载的方式部署轻雪</li></ul></li><li><p>怎么登录聊天平台,例如QQ?</p><ul><li>你有这个问题说明你不是很了解这个项目,本项目不负责实现登录功能,只负责处理和回应消息,登录功能由实现端(协议端)提供,实现端本身不负责处理响应逻辑,将消息按照OneBot标准处理好上报给轻雪你需要使用Onebot标准的实现端来连接到轻雪并将消息上报给轻雪,下面已经列出一些推荐的实现端</li></ul></li><li><p><code>Playwright</code>安装失败</p><ul><li>输入<code>playwrightinstall</code>安装浏览器</li></ul></li><li><p>有的插件安装后报错无法启动</p><ul><li>请先查阅插件文档,确认插件必要配置项完好后,仍然出现问题,请联系插件作者或在安全模式<code>safe_mode:true</code>下启动轻雪,在安全模式下你可以使用<code>npmuninstall</code>卸载问题插件</li></ul></li><li><h2id="其他问题"tabindex="-1">其他问题<aclass="header-anchor"href="#其他问题"aria-label="Permalinkto"其他问题""></a></h2><p>加入QQ群<ahref="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=SzmDYbfR6jY94o9KFNon7AwelRyI6M_u&authKey=ygeBdEmdFNyCWuNR4w0M1M8%2B5oDg7k%2FDfN0tzBkYcnbB%2FGHNnlVEnCIGbdftsnn7&noverify=0&group_code=775840726"target="_blank"rel="noreferrer">775840726</a></p></li></ul><h2id="推荐方案-qq"tabindex="-1"><strong>推荐方案(QQ)</strong><aclass="header-anchor"href="#推荐方案-qq"aria-label="Permalinkto"**推荐方案(QQ)**""></a></h2><ol><li><ahref="https://github.com/KonataDev/Lagrange.Core"target="_blank"rel="noreferrer">Lagrange.OneBot</a>,基于NTQQ的OneBot实现,目前Markdown消息支持Lagrange</li><li><ahref="https://github.com/LLOneBot/LLOneBot"target="_blank"rel="noreferrer">LLOneBot</a>,NTQQ的OneBot插件,需要安装NTQQ</li><li><ahref="https://github.com/whitechi73/OpenShamrock"target="_blank"rel="noreferrer">OpenShamrock</a>,基于Lsposed的OneBot11实现</li><li><ahref="https://github.com/TimeRainStarSky/Yunzai"target="_blank"rel="noreferrer">TRSS-Yunzai</a>,基于<code>node.js</code>,可使用<code>ws-plugin</code>进行通信</li><li><ahref="https://github.com/Mrs4s/go-cqhttp"target="_blank"rel="noreferrer">go-cqhttp</a>,<code>go</code>语言实现的OneBot11实现端,目前可用性较低</li><li><ahref="https://github.com/Hoshinonyaruko/Gensokyo"target="_blank"rel="noreferrer">Gensokyo</a>,基于OneBotQQ官方机器人