Skip to content

Instantly share code, notes, and snippets.

@cj3kim
Created March 31, 2014 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cj3kim/9903772 to your computer and use it in GitHub Desktop.
Save cj3kim/9903772 to your computer and use it in GitHub Desktop.
info: Welcome to Nodejitsu cj3kim
info: jitsu v0.13.15, node v0.10.25
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in npm ls && node server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/cj3kim/med-chat',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json',
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
error: Error running command deploy
error: Error: getaddrinfo ENOTFOUND
error: at errnoException (dns.js:37:11)
error: at Object.onanswer [as oncomplete] (dns.js:124:16)
ChrisKims-iMac:med-chat CK-iMac$
@cj3kim
Copy link
Author

cj3kim commented Mar 31, 2014

curl -v api.nodejitsu.com

  • About to connect() to api.nodejitsu.com port 80 (#0)
  • Trying 72.2.115.6...
  • connected
  • Connected to api.nodejitsu.com (72.2.115.6) port 80 (#0)

    GET / HTTP/1.1
    User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8x zlib/1.2.5
    Host: api.nodejitsu.com
    Accept: /

    < HTTP/1.1 400 Bad Request
    < x-powered-by: Nodejitsu 0.18.16-3
    < Access-Control-Allow-Origin: *
    < content-type: application/json
    < Date: Mon, 31 Mar 2014 22:27:43 GMT
    < Connection: keep-alive
    < Transfer-Encoding: chunked
    <
  • Connection #0 to host api.nodejitsu.com left intact
    {"message":"No resource specified"}* Closing connection #0
    ChrisKims-iMac:med-chat CK-iMac$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment