-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONDecodeError while extracting 'receive' object #6
Comments
We recently experienced a similar error (see log below). @dylan-stitch, did you ever find a solution to this issue?
|
Hi, I just configured Klaviyo <> Stitch integration, but I got an error the first time the data was queried. Seems like the previous errors as well.
|
Nevermind, the second time I ran it seems like it's going fine. I wonder if it got fixed for the previous people that opened the Issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
INFO tap_log - Traceback (most recent call last):
INFO tap_log - File "tap-env/bin/tap-klaviyo", line 11, in
INFO tap_log - sys.exit(main())
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_klaviyo/init.py", line 139, in main
INFO tap_log - do_sync(args.config, state, catalog)
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_klaviyo/init.py", line 95, in do_sync
INFO tap_log - api_key, start_date)
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/tap_klaviyo/utils.py", line 96, in get_incremental_pull
INFO tap_log - events = response.json().get('data')
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/requests/models.py", line 866, in json
INFO tap_log - return complexjson.loads(self.text, **kwargs)
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/simplejson/init.py", line 516, in loads
INFO tap_log - return _default_decoder.decode(s)
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/simplejson/decoder.py", line 370, in decode
INFO tap_log - obj, end = self.raw_decode(s)
INFO tap_log - File "/code/orchestrator/tap-env/lib/python3.5/site-packages/simplejson/decoder.py", line 400, in raw_decode
INFO tap_log - return self.scan_once(s, idx=_w(s, idx).end())
INFO tap_log - simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
DEBUG tap_log - Thread terminating
The text was updated successfully, but these errors were encountered: