noahcoolboy / funcaptcha

A library used to interact with funcaptchas.
Other
186 stars 43 forks source link

{ error: 'DENIED ACCESS' } problem in getToken function #71

Open anl404 opened 1 year ago

anl404 commented 1 year ago

I get this output when trying to get the token with the getToken function. Error: { error: 'DENIED ACCESS' } Code:

fun
  .getToken({
    Site: "https://signup.live.com",
    pkey: "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA",
  })
  .then(async (token) => {
    console.log(token);