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.
Pluralsight not working - HTTP 429 (Too many Requests) #13952
Comments
|
You're blocked by pluralsight. |
|
Sir, I am not blocked from Pluralsight.
I can login, watch videos and even download to my mobile devices.
I really can. Is there a way I can show you that?
If you don't reply it is ok, I won't bug you anymore. I am just a proud
user of your solution that even has donated already.
The error shows up when trying to download the JSON, not when loggin in.
Is there a way I can help you somehow?
Thanks for your effort.
2017-08-17 20:35 GMT+02:00 Sergey M. <notifications@github.com>:
… You're blocked by pluralsight.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13952 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKLLEXOVacGjC3tnIGA0puy_o9tmglz4ks5sZIfjgaJpZM4O6pUZ>
.
|
|
Hello, I got exactly the same issue. Regards |
|
I got the same error: ERROR: Unable to download JSON metadata: HTTP Error 429: Too Many Requests. {"payload": {"courseId": "your-course-id"}, "fn": "bootstrapPlayer"} |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.08.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Since yesterday around 21:30 (UTC) Pluralsight is giving a constant error:
ERROR: Unable to download JSON metadata: HTTP Error 429: Too Many Requests (caused by HTTPError()); please report this issue on https://yt-dl.org/bug
Is there any reason for that? Can I do something to help?
It is very important for me to have this fixed.
Log:
C:\abc\youtube-dl --username abc@gmail.com --password abc! --rate-limit 512K --verbose --sleep-interval 150 -o "Pluralsight - %(playlist)s - %(release_date)s%(playlist_index)s - %(title)s.%(ext)s" --all-subs --playlist-start 1 https://app.pluralsight.com/library/courses/java-fundamentals-exception-handling
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--username', 'PRIVATE', '--password', 'PRIVATE', '--rate-limit', '512K', '--verbose', '--sleep-interval', '150', '-o', 'Pluralsight - %(playlist)s - %(release_date)s\%(playlist_index)s - %(title)s.%(ext)s', '--all-subs', '--playlist-start', '1', 'https://app.pluralsight.com/library/courses/java-fundamentals-exception-handling']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.08.18
[debug] Python version 3.4.4 - Windows-10-10.0.14393
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] java-fundamentals-exception-handling: Downloading course JSON
[download] Downloading playlist: Java Fundamentals: Exception Handling
[pluralsight:course] playlist Java Fundamentals: Exception Handling: Collected 42 video ids (downloading 42 of them)
[download] Downloading video 1 of 42
[pluralsight] Downloading login page
[pluralsight] Logging in as abc@gmail.com
[pluralsight] 362177de-e9be-442e-a266-01cb2498370d-0: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 429: Too Many Requests (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpc3a66tbr\build\youtube_dl\extractor\common.py", line 502, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpc3a66tbr\build\youtube_dl\YoutubeDL.py", line 2166, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default