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
When whatsapp loses the registration I am doing following operations in order
${apiUrl}/terminate/${sessionId}; // terminate current session ${apiUrl}/restart/${sessionId}; // restart the session ${apiUrl}/qr/${sessionId} // get QR code
However almost 99% of time I get following response
"qr code not ready or already scanned"
I really don't know how to fix it. I even gave 10 second gap and try the URL 5 times but I still get this error. What is the right order of apis to call to get the QR code reliably ?
The text was updated successfully, but these errors were encountered:
When whatsapp loses the registration I am doing following operations in order
${apiUrl}/terminate/${sessionId}
; // terminate current session${apiUrl}/restart/${sessionId}
; // restart the session${apiUrl}/qr/${sessionId}
// get QR codeHowever almost 99% of time I get following response
"qr code not ready or already scanned"
I really don't know how to fix it. I even gave 10 second gap and try the URL 5 times but I still get this error. What is the right order of apis to call to get the QR code reliably ?
The text was updated successfully, but these errors were encountered: