Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whatsapp does not initialize after QR Code #3034

Closed
1 task done
wellscorp opened this issue May 15, 2024 · 3 comments
Closed
1 task done

Whatsapp does not initialize after QR Code #3034

wellscorp opened this issue May 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@wellscorp
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Start the node
  2. Generate QR Code
  3. Scan the QR Code
  4. 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)

@wellscorp wellscorp added the bug Something isn't working label May 15, 2024
@gamero19961612
Copy link

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,
},

@ricardorodh
Copy link

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, },

@alechkos
Copy link
Collaborator

#2789
#2816

@alechkos alechkos closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
Repository owner locked and limited conversation to collaborators May 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants