You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump. Still not working. a simple GET on the uri above also sputters to oblivion. It's probably not your code and actually the msa package. My guess is that something is internally wrong with the 'nodejitsu' domain servers. This may render this entire application un-usable.
FWIW, I am working from behind a proxy. But I can't find anywhere in your code where you're using non-standard node components that don't recognize the environmental variables HTTP_PROXY etc.
npm 4.0.2
biojs2galaxy 0.0.7
I've installed biojs2galaxy globally, and am now trying to install the MSA module, but getting the following errors:
$ biojs2galaxy msa -o config/plugins/visualizations/
#tmpdir: /tmp/tmp-441816p784gw
[ 'galaxy-biojs', 'galaxy-vis' ]
err { [Error: ESOCKETTIMEDOUT]
code: 'ESOCKETTIMEDOUT',
connect: false,
url: 'http://registry.nodejitsu.com/-/_view/byKeyword?startkey=%5B%22galaxy-biojs%22%5D&endkey=%5B%22galaxy-biojs%22%2C%7B%7D%5D&group_level=3&descending=false&stale=update_after',
statusCode: 500,
errors: [],
body: undefined,
data: {},
remaining: 0,
ratereset: 0,
ratelimit: 0 }
err { [Error: ESOCKETTIMEDOUT]
code: 'ESOCKETTIMEDOUT',
connect: false,
url: 'http://registry.nodejitsu.com/-/_view/byKeyword?startkey=%5B%22galaxy-vis%22%5D&endkey=%5B%22galaxy-vis%22%2C%7B%7D%5D&group_level=3&descending=false&stale=update_after',
statusCode: 500,
errors: [],
body: undefined,
data: {},
remaining: 0,
ratereset: 0,
ratelimit: 0 }
workmen info # pkgs 0
Any insight on how to solve the problem?
Thanks!
The text was updated successfully, but these errors were encountered: