singer-io / getting-started

This repository is a getting started guide to Singer.
https://singer.io
1.26k stars 148 forks source link

singer-check-tap error codes #40

Closed btwq closed 6 years ago

btwq commented 6 years ago

Hi Singer,

When running singer-check-tap, I am getting

ERROR: tap exited with status 255

Where can i get a listing of these status codes? Thanks

cmerrick commented 6 years ago

Hi @btwq there are no special status codes associated with Singer, other than the standard Linux practice of exiting 0 on success and non-zero on failure. For exit status 255, that's coming from the python runtime, either because it caught a signal or because it ran into a fatal error. In either case, I would expect the tap's logs to give you some indication about why it happened.