Skip to content

json.decoder.JSONDecodeError #33

@ZiqinZhou66

Description

@ZiqinZhou66

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions