Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep getting ERROR_WRONG_USER_KEY #1

Open
svidhani opened this issue Nov 24, 2018 · 0 comments
Open

Keep getting ERROR_WRONG_USER_KEY #1

svidhani opened this issue Nov 24, 2018 · 0 comments

Comments

@svidhani
Copy link

svidhani commented Nov 24, 2018

I used your code and I keep getting ERROR_WRONG_USER_KEY even though my api key is correct. I can get it to work using python but when using nodejs i get this error.
The other diff is that using python i am using post as the method and with node i am using base64.

var solver = require('azcaptcha');
solver.setApiKey('myapikey');

solver.decodeUrl('http://ipindiaonline.gov.in/eregister/CaptchaImage.axd?guid=638a4fb8-637b-4c39-8ec8-3b9f1516d575', {pollingInterval: 10000}, (err, result, invalid) => {
console.log(err);
console.log(result);
console.log(invalid);
});

//output
ERROR_WRONG_USER_KEY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant