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
Hello, tried to make a enroll, and the WhatApp API returned
"old version"
Then I saw a post about the "version-problem", and changed the constants in the WhatsConstants.cs file towards "2.13.440"
At both constants: "WhatsAppVer" as well as in "UserAgent"
After this, it gave a new error response:
"bad token"
(which I saw is elaborated with a complex number and a hash operation)
Is there something I could change to avoid/correct this?
Otherwise the app/api is cool and it (a least) connects, but not authenticates yet!
Also I seeked priorly, the WART website was filled with trojan and viruses as well, beware of this!
thanks
The text was updated successfully, but these errors were encountered:
Hello,
I also encountering this issue {"status":"fail","reason":"old_version"} while I trying to register ph no.
How did you ppl solve this one ? Anybody willing to help me?
public const string UserAgent = "WhatsApp/2.13.21 S40Version/14.26 Device/Nokia302"
Hello, tried to make a enroll, and the WhatApp API returned
"old version"
Then I saw a post about the "version-problem", and changed the constants in the WhatsConstants.cs file towards "2.13.440"
At both constants: "WhatsAppVer" as well as in "UserAgent"
After this, it gave a new error response:
"bad token"
(which I saw is elaborated with a complex number and a hash operation)
Is there something I could change to avoid/correct this?
Otherwise the app/api is cool and it (a least) connects, but not authenticates yet!
Also I seeked priorly, the WART website was filled with trojan and viruses as well, beware of this!
thanks
The text was updated successfully, but these errors were encountered: