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

Error in export Json V4 #55

Open
raulamoretti opened this issue May 6, 2021 · 1 comment
Open

Error in export Json V4 #55

raulamoretti opened this issue May 6, 2021 · 1 comment
Labels
awaiting feedback Waiting for participants to send feedback

Comments

@raulamoretti
Copy link

main.js:35 SyntaxError: Unexpected token q in JSON at position 10
at JSON.parse ()
at Re.__parseJSON (content.js:14)
at Re.parse (content.js:50)
at qe.body (content.js:110)
at Ye (Request.svelte:106)
at rt (Request.svelte:105)
at ne (index.mjs:1287)
at new it (Request.svelte:80)
at Array.ht (Rows.svelte:16)
at gt (Rows.svelte:12)

insomnia.zip

@jozsefsallai jozsefsallai added the bug Something isn't working label May 21, 2021
@jozsefsallai
Copy link
Collaborator

The problem comes from the invalid JSON in this request body (notice the lack of quote marks in the keys):

image

In any case, v0.5.1 will no longer freak out when it sees invalid JSON, but will give you an annoying warning in the developer console.

Please let me know if fixing the JSON (or using v0.5.1 with bad JSON) fixed it.

@jozsefsallai jozsefsallai added awaiting feedback Waiting for participants to send feedback and removed bug Something isn't working labels May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Waiting for participants to send feedback
Projects
None yet
Development

No branches or pull requests

2 participants