Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
JSONDecodeError('Expecting value: line 1 column 1 (char 0)') #26937
Comments
|
I have had this same issue all day. Repeatedly attempting the same operation however seems to work for some reason - it appears to be some sort of luck game as to whether the error occurs. Is YouTube serving different content perhaps depending on time of request? Sometimes it downloads up to 4 videos or so back to back without any error before then erroring after every attempt for next 6 attempts for example. |
|
I'm also getting the same error, restarting my program seems to get it working but every couple startups its completely broken |
|
Same here, been getting these seemingly randomly over the past week+ |
|
Something must have changed overnight since I am not getting this error at all anymore using the exact same program as yesterday. |
|
still getting this, youtube seems to be randomly deciding if it wants to give out a properly formatted json file or not |
|
This issue is still happening, it can also be reproduced with |
|
same here |
Checklist
Verbose log
Description
Hello, I am using the method
ydl.extract_info(f"ytsearch:ladbroke grove", download=False)and I am receiving this error for essentially every possible search term. There were a few other issues but I could not find anything related to YouTube requests or a solution.