Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught HTTPError Error: CAPTCHA_SOLVER_NOT_IMPLEMENTED While sending messages in non direct message channels #1113

Open
3 tasks done
forveined opened this issue Mar 29, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@forveined
Copy link

Which package has the bugs?

The core library

Issue description

Send messages in public channels in a loop

Uncaught HTTPError Error: CAPTCHA_SOLVER_NOT_IMPLEMENTED
at execute (c:\Users\forveined\node_modules\discord.js-selfbot-v13\src\rest\RequestHandler.js:412:15)
at processTicksAndRejections (internal/process/task_queues:95:5)

Code sample

No response

Package version

discord.js-selfbot-v13@3.1.4

Node.js version

18.15.0

Operating system

Windows

Priority this issue should have

Low (slightly annoying)

Checklist

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response

@forveined forveined added the bug Something isn't working label Mar 29, 2024
@TheDevYellowy
Copy link
Contributor

this error means that discord has detected that the request being sent probably wasn't from a real person so it sends a captcha and won't let the request through until you complete the captcha. I've linked an example of how to implement the captcha service in the blue text below, don't worry about anything in the client.on("ready", () => {}) event that's irrelevant to the captcha.
discord.js-selfbot-v13/examples/AddBot.js

@Omar8345
Copy link

Omar8345 commented Apr 1, 2024

Same, I'm trying to DM.

@Omar8345
Copy link

Omar8345 commented Apr 1, 2024

this error means that discord has detected that the request being sent probably wasn't from a real person so it sends a captcha and won't let the request through until you complete the captcha. I've linked an example of how to implement the captcha service in the blue text below, don't worry about anything in the client.on("ready", () => {}) event that's irrelevant to the captcha. discord.js-selfbot-v13/examples/AddBot.js

How to do capmonster?

@mirrored-wtf
Copy link

Would also like to know the best way to implement capmonster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants