Skip to content

Instantly share code, notes, and snippets.

@jonsullivan
Created February 2, 2013 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonsullivan/4697947 to your computer and use it in GitHub Desktop.
Save jonsullivan/4697947 to your computer and use it in GitHub Desktop.
error installing creepagram with new user
anon@ubuntu:~/creepagram$ jitsu deploy
info: Welcome to Nodejitsu punkrider
info: jitsu v0.11.6, node v0.8.18
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
WARN package.json creepagram@0.0.2-21 No README.md file found!
WARN package.json jade@0.20.3 No README.md file found!
WARN package.json stylus@0.24.0 No README.md file found!
WARN package.json connect@1.9.2 No README.md file found!
WARN package.json cssom@0.2.2 No README.md file found!
debug: { method: 'GET',
debug: uri: 'http://api.nodejitsu.com/apps/punkrider/creepagram',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 404,
debug: result:
debug: { error: 'not_found',
debug: reason: 'missing',
debug: status: 404 } }
info: Checking app availability creepagram
debug: { method: 'POST',
debug: uri: 'http://api.nodejitsu.com/apps/punkrider/creepagram/available',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"author":"Jon Sullivan <jon@mindflash.com>","scripts":{"start":"app.js"},"version":"0.0.2-21","engines":{"node":"v0.6.x"},"name":"creepagram","subdomain":"creepagram","domain":"creepagram.com","dependencies":{"express":"2.5.x","stylus":"0.24.x","jade":"0.20.x","instagram":"0.0.4","request":"2.9.x","should":"0.5.x","bootstrap":"0.0.2","mocha":"0.13.x"},"analyzed":true,"state":"stopped"}' }
debug: { statusCode: 200,
debug: result:
debug: { appname: true,
debug: available: false,
debug: message: 'App name / subdomain combination is not available',
debug: subdomain: false,
debug: domain: false } }
error: The subdomain requested is already in use
prompt: subdomain: (punkrider.creepagram.punkrider) error: Error running command deploy
error: canceled
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment