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