Closed elobeparfait closed 7 months ago
@elobeparfait can you try to run puppeteer on your windows, seems like some issue in downloading chrome instance using puppeteer dart,
or to verify is chrome is installed fine , try to run with headless
= false parameter
This is what i get when running puppetee: `[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: HandshakeException: Handshake error in client (OS Error: SSLV3_ALERT_HANDSHAKE_FAILURE(../../third_party/boringssl/src/ssl/tls_record.cc:594) HANDSHAKE_FAILURE_ON_CLIENT_HELLO(../../third_party/boringssl/src/ssl/handshake.cc:644))
@elobeparfait seems like puppeteer error then You can look for similar issue on puppeteer repo, and if not found any similar, you can submit new one
ok thanks let me do that now
My probleme got solved, it was a network connection problem. But now chrome has been downloaded and i initialise it after opening whatsapp and loading qr code, it exits with error: the semaphore timeout period has expired
My probleme got solved, it was a network connection problem. But now chrome has been downloaded and i initialise it after opening whatsapp and loading qr code, it exits with error: the semaphore timeout period has expired
Have you scanned the qrCode properly ? Are you able to connect to whatsapp web manually ??
when i connect with headless mode set to true, qrCode is not display just the error after some time of waiting and when headless set to false, browser opens and launches whatsapp, but when i scan the qrCode nothing happens, sfter the browser exits and the error comes on
when i connect with headless mode set to true, qrCode is not display just the error after some time of waiting and when headless set to false, browser opens and launches whatsapp, but when i scan the qrCode nothing happens, sfter the browser exits and the error comes on
if you are using any cache directory or session directory paramter for connection, please make sure to clean it, for now headless mode cache not working with nonHeadless and vice versa, Are you getting this issue in example app ?
This what happens when i press connect in the example app
@elobeparfait please try without headless mode to see whats going on in chrome, and where exactly you stuck
Without headless mode, chrome opens whatsapp web and load qrCode, After scanning the code chrome exits with same error
Just released new Version: 2.0.4, please try with it, reopen if still getting issues
I get the following error when try to initialize WhatsappClient on windows: flutter: HandshakeException: Handshake error in client (OS Error: SSLV3_ALERT_HANDSHAKE_FAILURE(../../third_party/boringssl/src/ssl/tls_record.cc:594) HANDSHAKE_FAILURE_ON_CLIENT_HELLO(../../third_party/boringssl/src/ssl/handshake.cc:644))