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

CLA Stopped working, error: Unexpected token in JSON #213

Closed
slvnperron opened this issue Apr 19, 2017 · 3 comments
Closed

CLA Stopped working, error: Unexpected token in JSON #213

slvnperron opened this issue Apr 19, 2017 · 3 comments

Comments

@slvnperron
Copy link

Hello,

We haven't changed the Gist recently but the CLA Assistant page stopped taking submissions. Here's our page: https://cla-assistant.io/botpress/botpress?pullRequest=136

The gist: https://gist.github.com/slvnperron/78043257a9b5bd8910f6ea779ad58f90

Error:

Unexpected token Y in JSON at position 811

@KharitonOff
Copy link
Contributor

@slvnperron It looks good to me. Have you already found the problem/solution ?

@slvnperron
Copy link
Author

slvnperron commented Apr 19, 2017

@KharitonOff thanks for the quick reply, we found the issue. Escaping double quotes using \" in our gist JSON used to work fine but now it seems like it is not supported. Not sure if escaping is valid JSON though.

@KharitonOff
Copy link
Contributor

Great!
The .md file should support \" but the metadata file, which has JSON format and is parsed in javascript, needs two backslashes \\". It's pretty weird :)

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

2 participants