RupertLuo/Valley

json.decoder.JSONDecodeError

ZiqinZhou66 opened this issue · 0 comments

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?