WAppAI / assistant

A WhatsApp chatbot that leverages Bing AI's and others LLMs conversational capabilities.
MIT License
92 stars 30 forks source link

Sydney with error after scanning QRCODE #131

Closed solution01 closed 1 year ago

solution01 commented 1 year ago

Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'CallCollection') at puppeteer_evaluation_script:9:66 at ExecutionContext._evaluateInternal (/sydney-whatsapp-chatbot/node_modules/whatsapp-web.js/node_modules/puppeteer/src/common/ExecutionContext.ts:273:13) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at async ExecutionContext.evaluate (/sydney-whatsapp-chatbot/node_modules/whatsapp-web.js/node_modules/puppeteer/src/common/ExecutionContext.ts:140:12) at async Client.initialize (/sydney-whatsapp-chatbot/node_modules/whatsapp-web.js/src/Client.js:278:9) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [nodemon] app crashed - waiting for file changes before starting...

dinushay commented 1 year ago

I have the same problem. I don't think it's the QR code because it crashed while I was normally using it.

First it worked normally, but then it suddenly crashes permanently with this error.

dinushay commented 1 year ago

I noticed that there is a commit. #133 Implement that and it works again

solution01 commented 1 year ago

Thanks @DinuNuggets 😊