Hi all! I'm trying to build a tap-shipstation to t...
# troubleshooting
j
Hi all! I'm trying to build a tap-shipstation to target-postgres pipeline with Meltano, but it is throwing this error:
Extraction failed (1): simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
It runs through a couple months worth of data but eventually returns a json decode error. I also get the same error whenever I run
meltano invoke tap-shipstation
. Has anyone else run into this issue and found a solution? Thanks in advance!
message has been deleted
v
Guessing a lot here as we don't have the full stack trace from your picture but it looks like the data coming in isn't always valid json? You'd have to validate though by finding the offending api call and response.
j
Thanks! Here's the entire error. I'll look into the specific request that it's tripping up on
v
awesome, yeah it's looking like it's what we gussed! If you could get that json body out of there, maybe we can see what's going on. I'd guess it's malformed json from the server? Maybe it's an error or something?