Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught, unspecified "error" event #13

Closed
robsyme opened this issue Sep 14, 2015 · 1 comment
Closed

Uncaught, unspecified "error" event #13

robsyme opened this issue Sep 14, 2015 · 1 comment
Assignees
Labels

Comments

@robsyme
Copy link

robsyme commented Sep 14, 2015

I'm running a script that starts:

#!/bin/bash -ue
bionode-ncbi download assembly GCA_000320565.2 > /dev/null
bionode-ncbi download gff GCA_000320565.2 > /dev/null

which exits with exitcode 8:

events.js:74
        throw TypeError('Uncaught, unspecified "error" event.');
              ^
TypeError: Uncaught, unspecified "error" event.
    at TypeError (<anonymous>)
    at EventEmitter.emit (events.js:74:15)
    at Duplexify._destroy (/usr/local/lib/node_modules/bionode-ncbi/node_modules/pumpify/node_modules/duplexify/index.js:183:15)
    at /usr/local/lib/node_modules/bionode-ncbi/node_modules/pumpify/node_modules/duplexify/index.js:174:10
    at process._tickCallback (node.js:415:13)

Using:

  • bionode-ncbi@1.5.0
  • pumpify@1.3.3

Is there a good way to debug this error?

@robsyme
Copy link
Author

robsyme commented Sep 14, 2015

The same scripts are running without issue today. I'm chalking this up to weekend network flakiness.

@robsyme robsyme closed this as completed Sep 14, 2015
@bmpvieira bmpvieira self-assigned this Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants