noahcoolboy / funcaptcha

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

Fix detection & images #34

Closed AlexandraBaker closed 1 year ago

sv-du commented 1 year ago

🙏 Thank you for this, btw, how do you manage to fix the issues when they are found?

noahcoolboy commented 1 year ago

Thank you for your contribution

sv-du commented 1 year ago

I just updated but it still seems like it's detecting

AlexandraBaker commented 1 year ago

I just updated but it still seems like it's detecting

@zachariapopcorn Can you try running the test file? The tests are passing for me.

sv-du commented 1 year ago

The tests are passing for me as well, but when I update my code, it still says { error: 'DENIED ACCESS' }

AlexandraBaker commented 1 year ago

@zachariapopcorn That means you are likely passing the blob incorrectly or providing the incorrect parameters. You should review the test file and compare it to your own code.

sv-du commented 1 year ago

I wasn't passing the data blob correctly. I changed my http client and thought it would work just fine