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.
When run as `sudo`, youtube-dl sometimes gets `HTTP Error 403: Forbidden` #24780
Comments
|
|
1) youtube-dl fails with 403. example logs: https://gist.github.com/dasl-/aa430e268578a89a1d207f7892746ed4 2) ffprobe exits non-zero. example logs: https://gist.github.com/dasl-/1624dc6d41682a7d2b1d3b13107b523f Both appear to be randomly / rarely ocurring. Investigation found they were due to: ytdl-org/youtube-dl#24780 We will file an issue in our repo to cron the solution documented in that ticket.
Checklist
Verbose log
Description
youtube-dl gets
HTTP Error 403: Forbiddenwhen run assudoon raspberry pi. This only happens perhaps one in every ten runs. Most of the time it will be successful -- that is why I ran it in awhileloop above. Running withoutsudoworks fine.