Skip to content

Captcha decoding not working #3

@developeron29

Description

@developeron29

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions