You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
2fa authentication is not working, the expected result is to download the actual QR code itself then upload to a local medium to scan however due to changes in the whats app web interface this is not a viable option.
Effected Lines:
Line 16 entire production script beginning.
Solution:
In the newest releases, use a non headless instance of chrome to get the QR code visually, (toggle keep logged in on via browser automation), have the user complete this authentication, check every 5 seconds for a HTML tag beyond the Authenticated portal.
if detected close the browser and reload headless, save in the config file that you are now authenticated.
For each run of the platform check for a authenticated html tag before continuing.
Raise Exception('Authentication Error, please authenticate via QR code first!')
Handle by calling the authenticate function again.
The text was updated successfully, but these errors were encountered:
SN3-K
added a commit
to SN3-K/whatsapp-debt
that referenced
this issue
May 30, 2020
Source:
whatsapp-debt/script.py
Line 33 in f8d64d8
Issue:
2fa authentication is not working, the expected result is to download the actual QR code itself then upload to a local medium to scan however due to changes in the whats app web interface this is not a viable option.
Effected Lines:
Line 16 entire production script beginning.
Solution:
In the newest releases, use a non headless instance of chrome to get the QR code visually, (toggle keep logged in on via browser automation), have the user complete this authentication, check every 5 seconds for a HTML tag beyond the Authenticated portal.
if detected close the browser and reload headless, save in the config file that you are now authenticated.
For each run of the platform check for a authenticated html tag before continuing.
Raise Exception('Authentication Error, please authenticate via QR code first!')
Handle by calling the authenticate function again.
The text was updated successfully, but these errors were encountered: