iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

Basic auth on db_follow fails with Error: getaddrinfo ENOTFOUND #71

Open hdattada opened 9 years ago

hdattada commented 9 years ago

I am trying to use basic auth for following db_updates. Everytime I see this error:

{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }

Couch DB version: 1.6.1 follow version: 0.12.1

Basic Auth URL: http://username:password@localhost:5984/_db_updates