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

config.json error #20

Open
sungchol3 opened this issue Jan 12, 2021 · 1 comment
Open

config.json error #20

sungchol3 opened this issue Jan 12, 2021 · 1 comment

Comments

@sungchol3
Copy link

I download all files and open test-all.html. But, he prints "fail to read config.json. error". What do I wrong?

@porduna
Copy link
Collaborator

porduna commented Jan 12, 2021

It will run an http request in the beginning, so if you are opening it in your file system (file:///...) it may fail loading the config.json. Please try opening hosting it in a web server. For example, if you have Python 3, you can run

python -m http.server 8000

And going to http://localhost:8000/test-all.html should work.

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