-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
w-version 2.2335.6 client.on('ready') not triggers: INTRO_IMG_SELECTOR not working (solved) #2427
Comments
solution: add "[data-icon="intro-md-beta-logo-dark"], [data-icon="intro-md-beta-logo-light"]" to INTRO_IMG_SELECTOR |
where can i add it into INTRO_IMG_SELECTOR? |
temporarily use this in your package json |
I tested and it works! |
it works first time. but after application restart it shows again QR code rather than loading authenticated session |
here it worked, however the method of forwarding messages does not work in all my sessions :( |
Aqui funcionou porem quando fecha e reabre ele perde a sessão |
@Julzk, can you forward messages normally using this package? |
here its working |
using this package, I have the following error when trying to forward the messages: const client = new Client({ client.on("qr", (qr) => { client.on("ready", async () => { const message = groupEnvios.lastMessage; client.initialize(); C:\Users\Lucas\Documents\testeForward\node_modules\whatsapp-web.js\src\structures\Message.js:385 TypeError: Cannot read properties of undefined (reading 'pupPage') |
solved in #2434 |
not work to me |
for me it worked:
|
client.on('ready') not triggred when i scan the QR code, my code is below: |
i have the same problem with latest version, client ready is not triggered....so i can't login to my session |
any solution? |
use this solution by #2427 (comment) |
Is there an existing issue for this?
Describe the bug
solution: add "[data-icon="intro-md-beta-logo-dark"], [data-icon="intro-md-beta-logo-light"]" to INTRO_IMG_SELECTOR
Expected behavior
client.on('ready') trigger
Steps to Reproduce the Bug or Issue
wait for ready
Relevant Code
No response
Browser Type
Chromium
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Yes, I am using Multi Device
Environment
Linux
whatsapp web version 2.2335.6
Additional context
No response
The text was updated successfully, but these errors were encountered: