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 · 1 comment
Open

json.decoder.JSONDecodeError #33

ZiqinZhou66 opened this issue Mar 26, 2024 · 1 comment

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?

@zpc2090
Copy link

zpc2090 commented Feb 10, 2025

Hello, I am faced with the same problem. It seems that the video url is unaviliable(it can not be found using chome or safari). So may I ask you have solved this problem? Thank you!

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

2 participants