Request: Error: no auth mechanism defined

Created on 29 May 2016  ·  3Comments  ·  Source: request/request

The module do not authentic user not by documentation, not by this solution

http://stackoverflow.com/questions/34370212/node-js-form-http-authentication-with-request-module-fails...

All form fails

stale

Most helpful comment

I had this problem. For me, it turned out that due to an internal bug (i.e. a bug caused by myself rather than this codebase) I was passing undefined values for pass and user.

All 3 comments

I encountered the same error on AWS lambda function when use this module:

Error: no auth mechanism defined

I had this problem. For me, it turned out that due to an internal bug (i.e. a bug caused by myself rather than this codebase) I was passing undefined values for pass and user.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings