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 parsing JSON. Parsing stopped at line 667 char 21. #22

Open
yochrepi opened this issue Jul 27, 2015 · 2 comments
Open

Error parsing JSON. Parsing stopped at line 667 char 21. #22

yochrepi opened this issue Jul 27, 2015 · 2 comments

Comments

@yochrepi
Copy link

Parsing the yaml file says:

Meteor Application Generator - www.meteorkitchen.com                                                                                                                                                                                          
Copyright (c) Petar Korponaić                                                                                                                                                                                                                 
<[email protected]>                                                                                                                                                                                                                   

Converting yaml to json using "js-yaml"...                                                                                                                                                                                                    
JS-YAML: end of the stream or a document separator is expected at line 6, column 19:                                                                                                                                                          
      <head prefix="og: http://ogp.me/ns# fb: http://o ...                                                                                                                                                                                    
                      ^                                                                                                                                                                                                                       
Reading input file...                                                                                                                                                                                                                         

Error parsing JSON. Parsing stopped at line 1 char 1.
@perak
Copy link
Owner

perak commented Jul 27, 2015

Looks like you passed html as input file (not json nor yaml) ? Please give me instructions how to reproduce this. If you are using web service (web based yaml or json editor), maybe you passed wrong url to meteor-kitchen (url returns web page instead yaml/json)

@perak
Copy link
Owner

perak commented Jul 27, 2015

Or, if your yaml file contains somewhere that <head ... html snippet, maybe string is not properly escaped

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