MicroOpeMaster
MicroOpeMaster
昨天是可以正常使用的,睡一觉醒来就是no chatgpt item in pool,检查了config账号密码都是没问题的,尝试使用token也没有用 `Error: ⚠️ No chatgpt item in pool at ChatGPTPoole.getConversation (file:///app/src/chatgpt.ts:176:13) at ChatGPTPoole.sendMessage (file:///app/src/chatgpt.ts:188:35) at ChatGPTPoole.sendMessage (file:///app/src/chatgpt.ts:197:21) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async ChatGPTBot.getGPTMessage (file:///app/src/chatgpt.ts:253:12) at async...
### 前置确认 1. 网络能够访问openai接口 2. python 已安装:版本在 3.7 ~ 3.10 之间,依赖已安装 3. 在已有 issue 中未搜索到类似问题 4. [FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs) 中无类似问题 ### 问题描述 > 简要说明、截图、复现步骤等,也可以是需求或想法 运行: >touch nohup.out >nohup python3 app.py & tail...