Skip to content

Instantly share code, notes, and snippets.

View peterbrowse's full-sized avatar

Peter Browse peterbrowse

View GitHub Profile
@peterbrowse
peterbrowse / gist:10550753
Created April 12, 2014 18:52
Unfortunately, it doesn't look it's done the job :-(
npm http 200 https://registry.nodejitsu.com/passport-strategy
npm http GET https://registry.nodejitsu.com/passport-strategy/-/passport-strategy-1.0.0.tgz
npm ERR! git clone http://p-m-p@github.com/p-m-p/node-oauth.git Cloning into bare repository '/root/tmp/tmp-99716lwneptc/npm-cache/_git-remotes/http-p-m-p-github-com-p-m-p-node-oauth-git-b48b8bb3'...
npm ERR! git clone http://p-m-p@github.com/p-m-p/node-oauth.git
npm ERR! git clone http://p-m-p@github.com/p-m-p/node-oauth.git fatal: Could not read password: No such device or address
npm http 200 https://registry.nodejitsu.com/passport-strategy/-/passport-strategy-1.0.0.tgz
npm http 200 https://registry.nodejitsu.com/pause/0.0.1
npm http 200 https://registry.nodejitsu.com/lodash
npm ERR! Error: Command failed: fatal: Could not read password: No such device or address
npm ERR!
@peterbrowse
peterbrowse / Do-extension deploy error
Last active August 29, 2015 13:58
Error being displayed when running jitsu deploy
Last login: Wed Apr 9 16:01:29 on ttys000
You have new mail.
BMB0299:~ peterbrowse$ cd Documents/websites/dev/the-do-extension/server/
BMB0299:server peterbrowse$ jitsu deploy
info: Welcome to Nodejitsu peterbrowse
info: jitsu v0.13.15, node v0.10.26
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.1.0-1
@peterbrowse
peterbrowse / gist:5867047
Last active December 19, 2015 00:09
Error being returned from Mongohq on attempting to initiate a connection to db instance. The link to the db instance from nodejitsu is: mongodb://nodejitsu:9fba9d1b7e6535879cc01e67610e1b1d@linus.mongohq.com:10083/nodejitsudb9381640
[06/26 13:32:42 GMT+0100] VERBOSE pool mongodb - createResource() - creating obj - count=1 min=0 max=40
[06/26 13:32:42 GMT+0100] INFO pool mongodb - dispense() clients=1 available=0
[06/26 13:32:43 GMT+0100] Error: connection closed - on line 25 of server.js
@peterbrowse
peterbrowse / Vinetune error
Created June 25, 2013 21:57
Error being thrown from app, it's crashing with "Your application was crash looping! It has been stopped." every 8 hours now, after having run stably for 3 months prior to this. Error below:
info Tue, 25 Jun 2013 21:47:23 GMT info: socket.io started
error Tue, 25 Jun 2013 21:47:19 GMT
/opt/haibu/apps/pbab_13/vinetune.com/package/server.js:51
error Tue, 25 Jun 2013 21:47:17 GMT TypeError: Cannot call method 'collection' of null
at /opt/haibu/apps/pbab_13/vinetune.com/package/server.js:51:27
at exports.Pool.diff (/opt/haibu/apps/pbab_13/vinetune.com/package/node_modules/generic-pool/lib/generic-pool.js:266:11)
at poolModule.Pool.create (/opt/haibu/apps/pbab_13/vinetune.com/package/server.js:28:4)
at MongoClient.connect (/opt/haibu/apps/pbab_13/vinetune.com/package/node_modules/mongodb/lib/mongodb/mongo_client.js:103:20)
at _finishConnecting (/opt/haibu/apps/pbab_13/vinetune.com/package/node_modules/mongodb/lib/mongodb/db.js:2057:7)
at Db.open (/opt/haibu/apps/pbab_13/vinetune.com/package/node_modules/mongodb/lib/mongodb/db.js:229:16)