I'm probably going crazy and this isn't new behavi...
# troubleshooting
v
I'm probably going crazy and this isn't new behavior, but I have a tap that's failing, stderr outputs something like this
Copy code
> tap-toggl -c config.json
INFO Hitting <https://api.track.toggl.com/api/v8/workspaces>
WARNING Request HTTPError exception caught:  403 Client Error: Forbidden for url: <https://api.track.toggl.com/api/v8/workspaces>
INFO Hitting <https://api.track.toggl.com/api/v8/workspaces>
WARNING Request HTTPError exception caught:  403 Client Error: Forbidden for url: <https://api.track.toggl.com/api/v8/workspaces>
INFO Hitting <https://api.track.toggl.com/api/v8/workspaces>
WARNING Request HTTPError exception caught:  403 Client Error: Forbidden for url: <https://api.track.toggl.com/api/v8/workspaces>
Infinite loop because the tap is a bit old and crusty The issue is if you run this in meltano with something like
meltano invoke tap-toggl
The output is
Copy code
visch@visch-ubuntu:~/git/prodder$ meltano invoke tap-toggl
2022-04-15T16:38:53.342811Z [info     ] Environment 'dev' is active
And it just "hangs", because the tap is outputing the same message in an infinite lop. I thought stderr was supposed to print to console during
meltano invoke
? Is something different or am I going mad?
e
@visch did you find a way to display the tap's stderr?
v
Yeah I ran it directly 😮
Enabled the extract venv, passed the config / catalog in manually
tap-toggl -c ... etc
e
lol so Meltano simply does not show that tap's stderr for some reason 🤔. Do you have a
logging.yml
in your project?
v
I think there's a bug here, no nothing! 😄
I can probably repro it, I'll try right now
e
oh wait, did you file an issue? i recall seeing this discussed somewhere but I can't find anything
v
No I didn't, I submitted a number of them around this time and thought I may just be going mad
Got a repro example, I"ll send you a git link give me a few minutes I'll put an issue in too
ahh actually I figured it out, the tap is outputting the errors to stdout eek
nope never mind it isn't
Issue comign in
m
Having this issue. I suspect some network issue. Is meltano perhaps hanging trying to send telemetry out? Because if so that would be blocked by our firewall... The way it hangs makes me think of a network issue.
v
@martin_morset could you open a seperate thread this one is from 3 months ago 😄 https://github.com/meltano/meltano/issues/3342 is the issue that's still open. If you could add your repro steps there
m
Added another thread. Also found the concrete issue, although the solution is not clear to me at this time 😞
v
If you could start a new thread others could help!
And I could as well if you could layout the issue 😄
I see it now 😄
m