Finally figured out why this was so hard for me to...
# troubleshooting
v
Finally figured out why this was so hard for me to debug! 🍻 🍻 Related to https://meltano.slack.com/archives/C01TCRBBJD7/p1628168579093400 , but actually generally (I think a bug) an issue with Meltano or maybe a misunderstanding of mine.
[WinError 2] The system cannot find the file specified: 'C:\\\\Users\\\\Derek\\\\Desktop\\\\code\\\\d11co\\\\meltano\\\\.meltano\\\\run\\\\tap-powerschool\\\\tap.config.json
Is sent to STDOUT, not STDERR. The tap does have a 1 exit code so it's detected, but to figure out why the heck it was failing was painful. Finally found that
meltano invoke
sending that specific log to stdout which is wrong. It's curious to me that any stderr stuff can get to stdout from
meltano invoke
Maybe I'm misunderstanding where the problem's coming from