Skip to content
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

"Unterminated string starting at: line 1 column 11783 (char 11782)" #4

Open
meeqs opened this issue May 11, 2020 · 4 comments
Open

Comments

@meeqs
Copy link

meeqs commented May 11, 2020

Does anyone know how to fix this error I'm getting when I try and extract Charges from recharge ?

Thank you !

@sublime93
Copy link

I have the same issue when requesting "charges". Looks like it might be an issue with the length of the payload?

2021-05-11 14:57:55,971Z tap - INFO HTTP request to "charges" endpoint took 2.629s, returned status code 200 2021-05-11 14:57:55,971Z tap - ERROR Unterminated string starting at: line 1 column 11998 (char 11997)

@austinhutchison
Copy link

I'm getting this issue recently as well - which could be an early truncation of a string because of payload size like @sublime93 proposed.

some examples:

Unterminated string starting at: line 1 column 11454 (char 11453)
Expecting property name enclosed in double quotes: line 1 column 14081 (char 14080)

@jonlikesapples
Copy link

Curious, has this bug been addressed?

@sam-mcintire
Copy link

Also getting this error. Has anyone found a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants