Replies: 5 comments 9 replies
-
|
what endpoint are you using for 2captcha? |
Beta Was this translation helpful? Give feedback.
-
|
any fix? |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here |
Beta Was this translation helpful? Give feedback.
-
|
use this solver they support discords enterprise one |
Beta Was this translation helpful? Give feedback.
-
|
Managed to solve it using nopecha (https://developers.nopecha.com/token/hcaptcha/) but Discord limits the DMs for hours immediately after sending even one message |
Beta Was this translation helpful? Give feedback.
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