mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

can't push to server when username and/or password have spaces in them #54

Closed boxxxie closed 12 years ago

boxxxie commented 12 years ago

example

couchapp push app.js http://my name:my password@localhost:5984/mydb

The "sys" module is now called "util". It should have a similar interface.

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: getaddrinfo ENOENT
    at errnoException (dns.js:31:11)
    at Object.onanswer [as oncomplete] (dns.js:140:16)
mikeal commented 12 years ago

this was actually a bug in watch, which is a dependency.

pushed a new version of watch, should fix things.