ikechan8370 / chatgpt-plugin

云崽系机器人的智能聊天插件
https://www.yunzai.chat/
GNU General Public License v3.0
993 stars 102 forks source link

chatgpt智能模式报错 #501

Closed TaoXiaoBai closed 1 year ago

TaoXiaoBai commented 1 year ago
[YzBot][16:21:37.164][ERRO] TypeError: qq.trim is not a function
    at Object.func [as exec] (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/utils/tools/JinyanTool.js:53:64)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async chatgpt.sendMessage (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/apps/chat.js:2034:36)
    at async chatgpt.abstractChat (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/apps/chat.js:995:25)
    at async chatgpt (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/apps/chat.js:781:5)
    at async PluginsLoader.deal (file:///I:/Yunzai-Bot/lib/plugins/loader.js:274:52)
[YzBot][16:21:37.170][ERRO] Error: TypeError: qq.trim is not a function
    at chatgpt.sendMessage (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/apps/chat.js:2052:21)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async chatgpt.abstractChat (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/apps/chat.js:995:25)
    at async chatgpt (file:///I:/Yunzai-Bot/plugins/chatgpt-plugin/apps/chat.js:781:5)
    at async PluginsLoader.deal (file:///I:/Yunzai-Bot/lib/plugins/loader.js:274:52)
ikechan8370 commented 1 year ago

应该是昨天的merge出的问题 等我看看

Xcating commented 1 year ago

自己把.trim去掉

ikechan8370 commented 1 year ago

已修复