-
Notifications
You must be signed in to change notification settings - Fork 786
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
Network request failed: ECONNABORTED timeout of 10000ms exceeded AxiosError: timeout of 10000ms exceeded #25
Comments
网络连接超时,重试即可。 如果你是通过 clone 本项目仓库的方式来运行,记得在 pnpm install && pnpm build && pnpm start 另外, |
我用 node app.js 运行,会自动读取.env吗? |
不会。可以参考此教程:https://nodejs.org/en/learn/command-line/how-to-read-environment-variables-from-nodejs node --env-file=.env app.js |
小爱音箱mini,不能用召唤傻妞 唤醒 2024/06/06 11:31:51 Speaker ✅ 服务已启动... |
后面小爱同学任何命令,都是提示无法连接无线网络,请按照手机客户端重新尝试。 |
小爱音箱掉线了吧,重启下小爱音箱应该就好了。 |
提示 |
@caiqinghua 看你的型号应该是支持唤醒模式的。需要注意的是,在唤醒模式下,当小爱回复“说完了”的时候,才能继续和她对话,并且这个间隔不要等太久,否则她自己也会退出唤醒状态(大概10s左右),需要重新召唤“小爱同学”继续对话。 |
“小爱同学,召唤傻妞”,可以起作用。 |
不可以,小爱音箱的唤醒词是固件里写死的 token,外部无法自定义。要想修改只能刷机替换自己训练的语音识别模型。 |
明白 |
可以不要召唤傻妞,直接全部用大模型回复吗? |
VS code F5运行提示错误 |
npm start
2024/06/06 14:58:44 BotConfig ❌ find bot failed |
额,确实有些逻辑上的冲突,下个版本我修复一下。你可以这样:
参考这个讨论:#28 (comment) |
@idootop 我的VS Code当前目录不正确,如何修改当前目录, 请问如何让当前目录的launch.json生效? |
谢谢,可以了,要在vs code左侧工作区单独增加mi-gpt目录。 |
2024/06/06 16:02:23 BotConfig ❌ find bot failed 请问提示这个是什么问题? |
2024/06/06 16:09:28 BotConfig ❌ find bot failed 一直无法对话 |
你的数据库重新初始化了,和之前的本地映射不匹配。删掉下面的文件重新运行即可:
或者在项目根目录下直接运行 |
npm run db:rest |
删除后 |
无法复现,检查你 VS Code 打开 mi-gpt 文件夹的时候是否给信任权限了。 结合你上面的问题反馈,你当前的 VS Code 项目根路径并不在 mi-gpt 文件夹下面。 |
直接node app.js运行,也是报create bot failed 1458 async addOrUpdate(user) { |
不晓得什么东西被搞乱了,数据库表缺失,建议删掉重新 clone。 |
上面我的命令拼错了 |
mac
node -v
v16.14.0
git clone https://github.com/idootop/mi-gpt
cd mi-gpt
npm install
修改 app.js
import config from "./.migpt.js";
import { MiGPT } from "./node_modules/mi-gpt/dist/index.cjs";
async function main() {
const client = MiGPT.create(config);
await client.start();
}
main();
node app.js
提示
Network request failed: ECONNABORTED timeout of 10000ms exceeded AxiosError: timeout of 10000ms exceeded
method: 'get',
url: 'https://api2.mina.mi.com/sts?d=
The text was updated successfully, but these errors were encountered: