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

json.decoder.JSONDecodeError #33

Open
ZiqinZhou66 opened this issue Mar 26, 2024 · 0 comments
Open

json.decoder.JSONDecodeError #33

ZiqinZhou66 opened this issue Mar 26, 2024 · 0 comments

Comments

@ZiqinZhou66
Copy link

Hi, I am trying to download the jukinmedia dataset as README.md:

  1. python download_jukin_video_id.py --savefolder /data/XXX/dataset/Jukin/
  2. python parallel_download_jukin.py --save_dir /data/XXX/dataset/Jukin/data --input_file /data/XXX/dataset/Jukin/jukin-100k.json --num_process 5

However the second instruction is failed:
File "/home/XXX/anaconda3/envs/valley/lib/python3.10/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)

Is there any ideas about download failed issue?

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

1 participant