Created
August 22, 2018 00:21
-
-
Save robertbenjamin/070f4d52049bbc361e68996b9c646495 to your computer and use it in GitHub Desktop.
Logs from testing the connection of the Harvest Forecast tap.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-08-22 00:20:22,706Z main - INFO Running tap-harvest-forecast version 0.0.1 and target-stitch version 1.7.4 | |
2018-08-22 00:20:22,831Z main - INFO Starting tap to discover schemas: tap-env/bin/tap-harvest-forecast --config /tmp/tap_discover_config.json --discover | |
2018-08-22 00:20:22,985Z tap - INFO Starting sync | |
2018-08-22 00:20:22,985Z tap - INFO GET https://api.forecastapp.com/assignments | |
2018-08-22 00:20:24,622Z tap - INFO GET https://api.forecastapp.com/clients | |
2018-08-22 00:20:24,717Z tap - INFO GET https://api.forecastapp.com/milestones | |
2018-08-22 00:20:24,818Z tap - INFO GET https://api.forecastapp.com/people | |
2018-08-22 00:20:24,933Z tap - WARNING Removed 1 paths during transforms: | |
2018-08-22 00:20:24,933Z tap - personal_feed_token_id | |
2018-08-22 00:20:24,933Z tap - WARNING Removed paths list: ['personal_feed_token_id'] | |
2018-08-22 00:20:24,934Z tap - INFO GET https://api.forecastapp.com/projects | |
2018-08-22 00:20:25,098Z tap - INFO Sync complete | |
2018-08-22 00:20:25,122Z main - INFO Tap exited normally. | |
Traceback (most recent call last): | |
File "/usr/local/bin/stitch-orchestrator", line 11, in <module> | |
sys.exit(main()) | |
File "/usr/local/lib/python3.5/dist-packages/stitch_orchestrator/__init__.py", line 918, in main | |
exit_status = do_check(tun.connection, menagerie) | |
File "/usr/local/lib/python3.5/dist-packages/stitch_orchestrator/__init__.py", line 788, in do_check | |
check_exit_status.update(run_discovery(discover_command, menagerie, secrets)) | |
File "/usr/local/lib/python3.5/dist-packages/stitch_orchestrator/__init__.py", line 628, in run_discovery | |
schemas = json.loads(lines) | |
File "/usr/lib/python3.5/json/__init__.py", line 319, in loads | |
return _default_decoder.decode(s) | |
File "/usr/lib/python3.5/json/decoder.py", line 342, in decode | |
raise JSONDecodeError("Extra data", s, end) | |
json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 806) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment