-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
hangs and returns the following error
{ [Error: read ETIMEDOUT]
defaultMessage: 'Internal Server Error',
message: 'read ETIMEDOUT',
code: '500' }
Potentially unhandled rejection [6] read ETIMEDOUT
at Object.proto.sendError (/usr/local/lib/node_modules/roots/node_modules/ship/node_modules/github/api/v3.0.0/index.js:30:19)
at /usr/local/lib/node_modules/roots/node_modules/ship/node_modules/github/api/v3.0.0/gitdata.js:83:29
at ClientRequest.<anonymous> (/usr/local/lib/node_modules/roots/node_modules/ship/node_modules/github/index.js:786:17)
at emitOne (events.js:77:13)
at ClientRequest.emit (events.js:169:7)
at TLSSocket.socketErrorListener (_http_client.js:259:9)
at emitOne (events.js:77:13)
at TLSSocket.emit (events.js:169:7)
at emitErrorNT (net.js:1253:8)
at doNTCallback2 (node.js:441:9)
at process._tickCallback (node.js:355:17)
No issues in my app.coffee file as far as i can tell
axis = require 'axis'
rupture = require 'rupture'
sass = require 'node-sass'
autoprefixer = require 'autoprefixer-stylus'
js_pipeline = require 'js-pipeline'
css_pipeline = require 'css-pipeline'
module.exports =
ignores: ['readme.md', '**/layout.*', '**/_*', '.gitignore', 'ship.*conf']
extensions: [
js_pipeline(files: 'assets/js/*.js'),
css_pipeline(files: 'assets/css/*.scss')
]
stylus:
use: [axis(), rupture(), autoprefixer()]
sourcemap: true
'coffee-script':
sourcemap: true
jade:
pretty: true
Metadata
Metadata
Assignees
Labels
No labels