-
Notifications
You must be signed in to change notification settings - Fork 48
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
Trouble in downloading (JSONDecodeError) #33
Comments
Hi, Best regards, |
Thank for your response, File "./peps_download.py", line 308, in |
Hi guys, We have exactly the same problem since the last 2 days. Thank you very much, |
Just tried it, you are both right ! Well then, something must have changed in PEPS, i have not changed anything on my side. |
Here are the first lines of the search.json file.
|
There is a hardware issue on PEPS storatge facility |
Dear Olivier, |
I am wondering if this still the case? Edit; This is another issue, i will make another tread |
Last 3 days there is no problem about downloading using this command. For today, i have the issue as the error below. How can i solve this problem?.
Error:
File "./peps_download.py", line 308, in
prod, download_dict, storage_dict, size_dict = parse_catalog(options.search_json_file)
File "./peps_download.py", line 48, in parse_catalog
data = json.load(data_file)
File "C:\Users\palm\AppData\Local\Programs\Python\Python37\lib\json_init_.py", line 296, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "C:\Users\palm\AppData\Local\Programs\Python\Python37\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Users\palm\AppData\Local\Programs\Python\Python37\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\palm\AppData\Local\Programs\Python\Python37\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: