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
Today when I ran WhatsApp it returned the error, every time I scan a QR Code this message appears.
C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:221
throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails));
^
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'push')
at fillModuleArray (eval at (:2:5), :6:74)
at moduleRaid (eval at (:2:5), :15:3)
at puppeteer_evaluation_script:4:17
at ExecutionContext._evaluateInternal (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:221:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ExecutionContext.evaluate (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:110:16)
at async Client.initialize (C:\wamp\pltwpp\webs\node_modules\whatsapp-web.js\src\Client.js:340:9)
Does anyone know if it was a Web WhatsApp update or if there is some configuration that needs to be done?
It was normal until yesterday.
Expected behavior
55 / 5.000
It is expected to connect QR Code and initialize WhatsApp
Steps to Reproduce the Bug or Issue
Start the node
Generate QR Code
Scan the QR Code
Alert the bug
Relevant Code
No response
Browser Type
Chromium
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
No, I am not using Multi Device
Environment
Windows Server 2016
Additional context
For WhatsApps already connected, it started with this error.
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'push')
at fillModuleArray (eval at (:2:5), :6:74)
at moduleRaid (eval at (:2:5), :15:3)
at puppeteer_evaluation_script:4:17
at ExecutionContext._evaluateInternal (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:221:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ExecutionContext.evaluate (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:110:16)
at async Client.initialize (C:\wamp\pltwpp\webs\node_modules\whatsapp-web.js\src\Client.js:340:9)
The text was updated successfully, but these errors were encountered:
Lo que solucionó este error fue cambiar mi webVersionCache dentro de la definición del cliente:
webVersionCache: {
type: 'remote',
remotePath: https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2412.54.html,
},
limpa o cache da conexao em .wwebjs_auth e reinicia
Lo que solucionó este error fue cambiar mi webVersionCache dentro de la definición del cliente: webVersionCache: { type: 'remote', remotePath: https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2412.54.html, },
Is there an existing issue for this?
Describe the bug
Today when I ran WhatsApp it returned the error, every time I scan a QR Code this message appears.
C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:221
throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails));
^
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'push')
at fillModuleArray (eval at (:2:5), :6:74)
at moduleRaid (eval at (:2:5), :15:3)
at puppeteer_evaluation_script:4:17
at ExecutionContext._evaluateInternal (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:221:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ExecutionContext.evaluate (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:110:16)
at async Client.initialize (C:\wamp\pltwpp\webs\node_modules\whatsapp-web.js\src\Client.js:340:9)
Does anyone know if it was a Web WhatsApp update or if there is some configuration that needs to be done?
It was normal until yesterday.
Expected behavior
55 / 5.000
It is expected to connect QR Code and initialize WhatsApp
Steps to Reproduce the Bug or Issue
Relevant Code
No response
Browser Type
Chromium
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
No, I am not using Multi Device
Environment
Windows Server 2016
Additional context
For WhatsApps already connected, it started with this error.
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'push')
at fillModuleArray (eval at (:2:5), :6:74)
at moduleRaid (eval at (:2:5), :15:3)
at puppeteer_evaluation_script:4:17
at ExecutionContext._evaluateInternal (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:221:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ExecutionContext.evaluate (C:\wamp\pltwpp\webs\node_modules\puppeteer\lib\cjs\puppeteer\common\ExecutionContext.js:110:16)
at async Client.initialize (C:\wamp\pltwpp\webs\node_modules\whatsapp-web.js\src\Client.js:340:9)
The text was updated successfully, but these errors were encountered: