-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
customSolver not working
On creating a server and sending the image to the browser and later posting the result to be sent through the callback returns
/Users/../.../check1.js:77
if(err) throw err;
^
Error: Captcha decoding failed
with customSolver as
app.post('/api/bears', function(req, res) {
console.log(req.body.user.name);
var id = null, err = null;
callback(err, id, req.body.user.name);
res.end();
});
Metadata
Metadata
Assignees
Labels
No labels