You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the Harvest Integration for Stitch has stopped working as of March 2024. The Extraction does not fully error out and stop, however no data is pulled from harvest. Viewing the logs of the extraction you see:
2024-07-10 19:52:10,049Z main - INFO Running tap-harvest version 2.1.3 and target-stitch version 3.2.12024-07-10 19:52:11,194Z main - INFO No tunnel subprocess to tear downTraceback (most recent call last): File "/root/.pyenv/versions/3.9.6/bin/stitch-orchestrator", line 33, in <module> sys.exit(load_entry_point('stitch-orchestrator==0.80.0', 'console_scripts', 'stitch-orchestrator')()) File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/stitch_orchestrator/__init__.py", line 1227, in main exit_status = do_sync(tun.connection, menagerie) File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/stitch_orchestrator/__init__.py", line 1100, in do_sync tap_command = build_tap_command(connection, menagerie) File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/stitch_orchestrator/__init__.py", line 735, in build_tap_command menagerie.load_state(connection, props) File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/stitch_orchestrator/__init__.py", line 428, in load_state response = request(self.session, method='get', url=self.get_state_url, timeout=REQUEST_TIMEOUT) File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/stitch_orchestrator/__init__.py", line 650, in request response.raise_for_status() File "/root/.pyenv/versions/3.9.6/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self)requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://menagerie.service.stitchdata.com:5033/menagerie/public/v2/clients/<our_id>/connections/<connection_id>/state
This happens even after a successful re-authorization by the account owner
The text was updated successfully, but these errors were encountered:
It appears the Harvest Integration for Stitch has stopped working as of March 2024. The Extraction does not fully error out and stop, however no data is pulled from harvest. Viewing the logs of the extraction you see:
This happens even after a successful re-authorization by the account owner
The text was updated successfully, but these errors were encountered: