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

const version = indexHtml.match(/manifest-([\d\\.]+)\.json/)[1]; #3058

Closed
1 task done
jfmoura opened this issue May 27, 2024 · 1 comment
Closed
1 task done

const version = indexHtml.match(/manifest-([\d\\.]+)\.json/)[1]; #3058

jfmoura opened this issue May 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jfmoura
Copy link

jfmoura commented May 27, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I found a similar issue:
#3043
but is closed and does'nt work for me.

After Scanning QR code i am getting this error:
const version = indexHtml.match(/manifest-([\d\.]+).json/)[1];
I did what @officialomkarjadhav suggested in closed issue that I named before.
However, after scanning the QR code to link the device on my mobile, nothing happens despite there being no errors.

Expected behavior

As it needs to show client is ready!

Steps to Reproduce the Bug or Issue

npm start

Relevant Code

package.json:

"dependencies": {
"puppeteer": "21.7.0",
"qrcode-terminal": "0.12.0",
"whatsapp-web.js": "1.23.1-alpha.6"
...
}

my user, no GUI client:

const client = new Client({
authStrategy: new LocalAuth({ clientId: "client1", dataPath: './.wwebjs_auth' }), //remember session
puppeteer: {
args: ['--no-sandbox', '--disable-gpu'],
},
webVersionCache: {
type: 'remote',
remotePath: 'https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2412.54.html'
}
});

Browser Type

Other (please write in Additional Context)

WhatsApp Account Type

WhatsApp Business

Does your WhatsApp account have multidevice enabled?

No, I am not using Multi Device

Environment

whatsapp-web.js v1.23.1-alpha.6
Node.js v20.10.0
raspianOS Linux 6.1.69-v8+ #1711 SMP PREEMPT Thu Dec 21 14:27:49 GMT 2023 aarch64 GNU/Linux
Terminal

Additional context

Terminal Google Chrome

Thank you in advance.

@jfmoura jfmoura added the bug Something isn't working label May 27, 2024
@alechkos alechkos closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
@alechkos
Copy link
Collaborator

#2789
#2816

Repository owner locked and limited conversation to collaborators May 30, 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

2 participants