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 No JSON object could be decoded #8

Open
aniskasmi opened this issue Sep 17, 2020 · 2 comments
Open

Error No JSON object could be decoded #8

aniskasmi opened this issue Sep 17, 2020 · 2 comments

Comments

@aniskasmi
Copy link

Hi,

When i test to launch command on debian i have this error :

File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded

@TakashiAihara
Copy link

I encountered the same error.
It's a workaround, but I made some progress by changing "http" to "https".

SERVICE_URL=https://closure-compiler.appspot.com/compile

@thisname12345
Copy link

I encountered the same error. It's a workaround, but I made some progress by changing "http" to "https".

SERVICE_URL=https://closure-compiler.appspot.com/compile

yes this works for me too although the created javascript is twice as big as the one made by http that worked ok one megabyte is twice a half altogether bigger than importing and compiling whatever it is the javascript files one by one as putting them in one huge file has deleterious effects on functionality

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

3 participants