Skip to content

Instantly share code, notes, and snippets.

@4nkush
Created February 14, 2013 12:41
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 4nkush/9ca2b91b8ce2ba3a3887 to your computer and use it in GitHub Desktop.
Save 4nkush/9ca2b91b8ce2ba3a3887 to your computer and use it in GitHub Desktop.
info: Welcome to Nodejitsu brandid
info: jitsu v0.12.0, node v0.8.19
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/brandid/capone',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '480000' }
debug: { statusCode: 401,
debug: result: { error: 'Authorization failed with the provided credentials.' } }
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/ankushsehgal/Developer/shinobi/package.json
data:
data: {
data: domains: [ 'capone.getbrandid.com' ],
data: version: '0.5.0-1',
data: private: true,
data: engines: { node: '0.8.x' },
data: dependencies: { express: '3.0.0' },
data: name: 'capone',
data: scripts: { postinstall: 'cd api && npm install', start: 'app.js' },
data: subdomain: 'capone'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.5.0-1
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/brandid/capone/snapshots/0.5.0-1',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 16584378 },
debug: timeout: '480000' }
info Uploading: [=============================] 100%
debug: { statusCode: 401,
debug: result: { error: 'Authorization failed with the provided credentials.' } }
error: Error running command deploy
error: Nodejitsu Error (401): Not Authorized
error: Authorization failed with the provided credentials.
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment