Skip to content

Instantly share code, notes, and snippets.

@intavoo
Created February 22, 2013 08:34
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 intavoo/5011773 to your computer and use it in GitHub Desktop.
Save intavoo/5011773 to your computer and use it in GitHub Desktop.
Nodejitsu deploy error message: error 502
Your application has failed to deploy.
Error 502 deploy:github:no_pkg_json: Unspecified error
Error: Failed to fetch `package.json`. Is this a private repo?
at Request.github.getPackage [as _callback] (/root/nodejitsu-webhooks-api/lib/github.js:97:23)
at Request.init.self.callback (/root/nodejitsu-webhooks-api/node_modules/request/main.js:122:22)
at Request.EventEmitter.emit (events.js:91:17)
at Request. (/root/nodejitsu-webhooks-api/node_modules/request/main.js:655:16)
at Request.EventEmitter.emit (events.js:115:20)
at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu-webhooks-api/node_modules/request/main.js:617:14)
at IncomingMessage.EventEmitter.emit (events.js:115:20)
at IncomingMessage._emitEnd (http.js:366:10)
at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
at CleartextStream.socketOnData [as ondata] (http.js:1366:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment