You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Apr 20, 2022, 10:15:27 PM GMT+8
[TypeError] The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (1)
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (1)
at new NodeError (node:internal/errors:371:5)
at Function.from (node:buffer:322:9)
at toolCommand (/Users/xiaoxun/github/innei-repo/app/dist/src/handlers/shared/commands/tool.js:33:28)
at handleCommandMessage (/Users/xiaoxun/github/innei-repo/app/dist/src/handlers/shared/command.js:22:61)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async handleSingleMessage (/Users/xiaoxun/github/innei-repo/app/dist/src/handlers/group/single.js:13:32)
at async groupMessageHandler (/Users/xiaoxun/github/innei-repo/app/dist/src/handlers/group/index.js:11:16)
at async Client.<anonymous> (/Users/xiaoxun/github/innei-repo/app/dist/src/client.js:18:16)