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
I'm trying to handle Discord hCaptcha challenges using external CAPTCHA solving services (tested with SolveCaptcha and 2Captcha) via the CaptchaHandler class.
The services solve the CAPTCHA successfully, and I return the token as expected. However, Discord responds with: { "captcha_key": ["invalid-response"] }
I’m not sure what I’m doing wrong. Could someone please help me figure it out?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to handle Discord hCaptcha challenges using external CAPTCHA solving services (tested with SolveCaptcha and 2Captcha) via the CaptchaHandler class.
The services solve the CAPTCHA successfully, and I return the token as expected. However, Discord responds with:
{ "captcha_key": ["invalid-response"] }
I’m not sure what I’m doing wrong. Could someone please help me figure it out?
Code:
Details:
discord.py-self version: 2.0.1
CAPTCHA triggers when I try to send the first DM to a user (a bot, in my case)
Beta Was this translation helpful? Give feedback.
All reactions