Anyone having this error?

File "1_download_assets.py", line 171, in <module>
data = json.load(file)
File "C:\Users\PC\Downloads\Kamihime_Player-1.0-pc\Kamihime_Player-1.0-pc\Python27\lib\json\__init__.py", line 291, in load
**kw)
File "C:\Users\PC\Downloads\Kamihime_Player-1.0-pc\Kamihime_Player-1.0-pc\Python27\lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Users\PC\Downloads\Kamihime_Player-1.0-pc\Kamihime_Player-1.0-pc\Python27\lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\PC\Downloads\Kamihime_Player-1.0-pc\Kamihime_Player-1.0-pc\Python27\lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded