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
The title very nearly captures it all. When the register() method of a KikClient is called with pertinent details of an unregistered account (excluding captcha_result), on_register_error of the client's callback fires, indicating that captcha is required. However, no captcha URL is ever provided, essentially rendering the client's register method useless.
Is there some other way to trigger a captcha or obtain a captcha URL for this? Could the result of a captcha from something like a login attempt on another registered account be used, or is the captcha stateful with respect to the type of request?
The text was updated successfully, but these errors were encountered:
Captcha tokens (urls) are bound to the username, they cannot be taken from one username and be used to solve for a different account.
There's likely a bug in the captcha parsing / handling in this repo preventing the captcha_url from being provided.
The title very nearly captures it all. When the register() method of a KikClient is called with pertinent details of an unregistered account (excluding captcha_result), on_register_error of the client's callback fires, indicating that captcha is required. However, no captcha URL is ever provided, essentially rendering the client's register method useless.
Is there some other way to trigger a captcha or obtain a captcha URL for this? Could the result of a captcha from something like a login attempt on another registered account be used, or is the captcha stateful with respect to the type of request?
The text was updated successfully, but these errors were encountered: