There's multiple errors here <@U06CENH4744> One i...
# getting-started
v
There's multiple errors here @vinay_miriyala One is with
tap-github
you're getting an unauthorized
Copy code
22:31:05,133 | WARNING  | tap-github           | A token was dismissed. 401 Client Error: b'{"message":"Bad credentials","documentation_url":"<https://docs.github.com/rest>"}' (Reason: Unauthorized) cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
Also
target-postgres
is failing with
Copy code
2023-06-13T22:31:05.081731Z [info     ]         Is the server running on that host and accepting TCP/IP connections? cmd_type=elb consumer=True name=target-postgres producer=False stdio=stderr string_id=target-postgres
We should start with Taylors recommendation and just make sure you can get data with
tap-github
first. If you run
meltano invoke tap-github
you'll see the error, it looks like an auth token issue, is the auth token set right?