mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 03:34:18 +01:00
Trying to solve the "unable to connect" error
This commit is contained in:
@@ -134,6 +134,7 @@ func testConnexions(param parameters) error {
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error creating connection to WhatsApp: %v", err)
|
||||
}
|
||||
wac.SetClientVersion(2, 2123, 7)
|
||||
err = login(wac, param.whatsappSessionFile)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error logging in WhatsApp: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user