Giter Club home page Giter Club logo

Comments (5)

Matthew17-21 avatar Matthew17-21 commented on June 3, 2024

The only way I can take a look at it is if the sitekey is provided, but I don't think i'll be able to do much given that the exception is automatically thrown based on 2captcha's response. So, it's 2captcha that thinks the sitekey is invalid.

Are you sure you selected the correct captcha type for the sitekey?

from captcha-tools.

FuckingToasters avatar FuckingToasters commented on June 3, 2024

The only way I can take a look at it is if the sitekey is provided, but I don't think i'll be able to do much given that the exception is automatically thrown based on 2captcha's response. So, it's 2captcha that thinks the sitekey is invalid.

Are you sure you selected the correct captcha type for the sitekey?

This is the configurationfile. The Sitekey works finew ith capmonster but capmonster is flagged so i'm trying to use 2captcha

{
  "Captcha Stuff": {
    "Captcha Service": "2captcha",
    "Captcha Service ApiKey": "",
    "Site Key": "f5561ba9-8f1e-40ca-9b5b-a0b3f719ef34"
  }
}

from captcha-tools.

Matthew17-21 avatar Matthew17-21 commented on June 3, 2024

Make sure you set the correct captcha type for the harvester. I just ran this code and got an answer without any exceptions.

import captchatools
solver = captchatools.captcha_harvesters(solving_site=3, api_key="UPDATE THIS", captcha_type="hcap", sitekey="f5561ba9-8f1e-40ca-9b5b-a0b3f719ef34", captcha_url="https://discord.com/register")
captcha_answer = solver.get_token()
print(captcha_answer)

from captcha-tools.

Matthew17-21 avatar Matthew17-21 commented on June 3, 2024

Haven't heard back from you so I assume everything is working.

Closing.

from captcha-tools.

FuckingToasters avatar FuckingToasters commented on June 3, 2024

Hi, yes I forgot to let you know that after adding the type everything is working. Seems like the type is not needed for capmonster. However thank you for helping me out 😉

from captcha-tools.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.