JimmyLaurent / hcaptcha-solver

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

UnhandledPromiseRejectionWarning #1

Closed andress134 closed 4 years ago

andress134 commented 4 years ago

//

JimmyLaurent commented 4 years ago

Hi,

I think your error is coming from "solveCaptcha": it is never declared. So it throw inside your promise instead of rejecting wich is why you have this unhandled promise rejection.