JimmyLaurent / hcaptcha-solver

A library to solve hCaptcha challenges
194 stars 37 forks source link

It does not work #15

Closed xXQiuChenXx closed 3 years ago

xXQiuChenXx commented 3 years ago

let text = req.params.text; const headers = { "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36" }; let url =https://www.curseforge.com/minecraft/bukkit-plugins/search?category=&search=${text} try { const response = await solveCaptcha(url); console.log(response); // F0_eyJ0eXAiOiJKV1Q... } catch (error) { console.log(error); } let Search = await fetch(url, { headers }) const html = await Search.text(); res.send(html) It will still in hcaptcha page

FluffyDev1 commented 3 years ago

it works but u dont understand what to do

xXQiuChenXx commented 3 years ago

I found that it is my IP problem cuz it is shared hosting