UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
3.95k stars 606 forks source link

hCaptcha #1729

Closed avekifes closed 11 months ago

avekifes commented 2 years ago

This may or may not be related to the scraper, but has anyone gotten an hCaptcha request that's impossible to bypass when trying to log into their account? Says "captcha is incorrect" even though it acts as if you've solved it correctly.

Scontoni commented 2 years ago

Try clearing your cookies and logging in again, I had the same thing happen

LunarPenguin commented 2 years ago

I did not experience this when logging in but i did experience it when trying to verify my CC and it seems to be a OF issue and not a scraper issue

zabatonni commented 2 years ago

probably not related to scraper, but it's not OF issue either. I'm able to manually solve captcha, but when it's solved by 2captcha API, it always says "captcha wrong"

404b commented 1 year ago

noCaptcha Ai has free plan 6K req/month you can use for

hCaptcha Solving Variations

Chrome Extension: https://github.com/noCaptchaAi/chrome-extension

Selenium Packages :

https://github.com/Hammad69275/NoCaptchaSolver https://github.com/claudiofepereira/nocaptchaai-selenium https://raw.githubusercontent.com/the-captcha-ai/captcha-solver/main/usage_examples/example-selenium.py

Software Library: https://nocaptchaai.com/software

npm install nocaptchasolver

const {HCaptchaSolver} = require("nocaptchasolver")

const config = {
    apiKey,
    userAgent,
    siteKey,
    siteURL,
    enableLogger,
    loggerFunction,
    delay // in milliseconds (default is 7000ms)
}

const Solver = new HCaptchaSolver(config)
LunarPenguin commented 1 year ago

Please see #1991