Hello everybody, I am currently running the tap-github to target-jsonl. First time it executed fine and from second time I started seeing following error.
2022-11-14T164758.693326Z [info ] 2022-11-14 104758,693 This stream 'stargazers' might conflict with previous implementation. Looking for the older version? Use 'stargazers_rest'. cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.956135Z [info ] 2022-11-14 104801,955 INFO METRIC: {"metric_type": "timer", "metric": "sync_duration", "value": 2.3745789527893066, "tags": {"stream": "repositories", "context": {"org": "meltano", "repo": "meltano", "repo_id": 378997214}, "status": "failed"}} cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.956305Z [info ] 2022-11-14 104801,955 INFO METRIC: {"metric_type": "counter", "metric": "record_count", "value": 0, "tags": {"stream": "repositories", "context": {"org": "meltano", "repo": "meltano", "repo_id": 378997214}}} cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.958036Z [info ] Traceback (most recent call last): cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.958325Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/bin/tap-github", line 8, in <module> cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.958549Z [info ] sys.exit(cli()) cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.958737Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/lib/python3.8/site-packages/click/core.py", line 1130, in call cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.958929Z [info ] return self.main(*args, **kwargs) cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.959112Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/lib/python3.8/site-packages/click/core.py", line 1055, in main cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.959300Z [info ] rv = self.invoke(ctx) cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.959504Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/lib/python3.8/site-packages/click/core.py", line 1404, in invoke cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.959682Z [info ] return ctx.invoke(self.callback, **ctx.params) cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.959841Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/lib/python3.8/site-packages/click/core.py", line 760, in invoke cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.960001Z [info ] return __callback(*args, **kwargs) cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.960158Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/lib/python3.8/site-packages/singer_sdk/tap_base.py", line 506, in cli cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.960315Z [info ] tap.sync_all() cmd_type=elb consumer=False name=tap-github producer=True stdio=stderr string_id=tap-github
2022-11-14T164801.960485Z [info ] File "/root/test-project1/.meltano/extractors/tap-github/venv/lib/python3.…