Is there an example of LEGALLY solving captcha? #783
Unanswered
roundedrectangle
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently encountered a captcha error when adding friends in my application using discord.py-self. Since it is not automated, I can display a webview with a request to solve captcha to the user. I tried this, but after using the solution from alert() (this is just for easier testing) it still showed an error:
I believe this is because I only provided a sitekey and not rqdata, but I haven't found an example of passing it. So, how do I pass rqdata to the form? Or do I need to change something else?
Beta Was this translation helpful? Give feedback.
All reactions