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

Chromium still open when im cancel to scan qr and destroy client #3052

Closed
1 task done
micjef opened this issue May 24, 2024 · 2 comments
Closed
1 task done

Chromium still open when im cancel to scan qr and destroy client #3052

micjef opened this issue May 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@micjef
Copy link

micjef commented May 24, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I run the app on Linux Debian x86/64
When I do a QR scan process, it will open Chromium with a new PID (think of it as PID running and not closing even though I have executed the destroy client command

Expected behavior

Pids on chromium that are not being used will be closed

Steps to Reproduce the Bug or Issue

carry out the process of bringing up a qr to log in -> when the qr appears, do the close qr command (also include the command to destroy the client)

Relevant Code

No response

Browser Type

Chromium

WhatsApp Account Type

WhatsApp Business

Does your WhatsApp account have multidevice enabled?

No, I am not using Multi Device

Environment

OS: debian-11-bullseye-v20240515
Wa web js version: 1.23.1-alpha.2
Wa web version: 2.2412.54
Phone Os: Android
Nodejs version: v16

Additional context

No response

@micjef micjef added the bug Something isn't working label May 24, 2024
@aangwie
Copy link

aangwie commented Jun 5, 2024

Try This. Open Constants.js at util folder, change this code
WebVersion : 2.2410.1, webVersionCache : { type : 'local' },

With This
webVersion: '2.2410.1', webVersionCache: { type: 'remote', remotePath : 'https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/2.2410.1.html', },
If you use pm2 , try to stop and delete the app first, and run again the app. And if still not working reboot your PC or VPS first and try again. this method worked for me

@alechkos
Copy link
Collaborator

alechkos commented Jun 7, 2024

#1621

@alechkos alechkos closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants