Skip to content

Instantly share code, notes, and snippets.

@owenhoskins
owenhoskins / gist:75dcb0f95579c9c0704d59ce45f8d5fb
Created November 21, 2016 20:33
Netlify error log phenomic build
9:17:26 PM: Build started
9:17:26 PM: Fetching cached dependencies
9:17:26 PM: Expected build cache - but failed to find it
9:17:26 PM: No cached dependencies found. Cloning fresh repo
9:17:26 PM: git clone git@bitbucket.org:ohoskins/selavy-phenomic /mnt/build-work/1479759446492794556/repo
9:17:42 PM: git remote rm origin /mnt/build-work/1479759446492794556/repo
9:17:42 PM: Preparing Branch
9:17:45 PM: Building site
9:17:45 PM: Running build command
9:17:45 PM: Running Build
@owenhoskins
owenhoskins / node_0.10.42_invalidheaders
Last active February 25, 2016 22:48
Node 0.10.42 security patch is producing errors form the Stripe Node.js api 4.0
http.js:733
throw new TypeError('The header content contains invalid characters');
^
TypeError: The header content contains invalid characters
at ClientRequest.OutgoingMessage.setHeader (http.js:733:13)
at new ClientRequest (http.js:1429:14)
at Object.exports.request (https.js:123:10)
at makeRequest (/srv/data/web/vhosts/default/node_modules/stripe/lib/StripeResource.js:225:9)
at /srv/data/web/vhosts/default/node_modules/stripe/lib/StripeResource.js:212:7
at /srv/data/web/vhosts/default/node_modules/stripe/lib/stripe.js:146:7