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 Issue #24895
Pluralsight Issue #24895
Comments
|
Are you able to watch it using your browser? You might have been banned |
Yes , i was banned , but after send a few emails to pluralsight they unbloked my account , the last few hours I've figured out a few things that i would like share with you : *My account was banned and also my IP was flagged for using automated scripting to view content. I solved this 2 things using a VPN to hidde my ip , the problem is that almost all good VPN are free with a limit of GB . On the ohter hand this issue has appeared when i tried to download subtittles of the videos that i had already donwloaded , --sleep-interval doesn't work with --skip-donwload I was discovered for too many request to the server in a short time. The real problem is ,How can i download only subtittles without be banned because of the too many request to the server ? --sleep-interval doesn't work when i don't invoke the Donwloader (when i use --skip-donwload) |
|
Related, so using the same issue report - My user/pass validates, I'm able to watch using browser and youyoutube-dl is up-to-date (2020.03.24). I'm NOT banned or blocked and I'm getting the 403 Forbidden on the video download. Verbose output: % youtube-dl --username --password Thanks |
|
Hello @rali-gh , some times i have the same issue , it's can be a wall from the server to avoid this type of connections and request , but I was able to download after several attempts, try open two terminals and execute youtube-dl command in both , try do it at the same time for a few minutes , almost all the times it works for me , you don't have the same issue that I posted before but I am glad to help you . |
|
Yes @rali-gh it's weird that issue only happens with Python 2.7, if you use Python 3 it will work fine |
|
Hi @jaimebl -- Interesting. I tried: % python3 ~/bin/youtube-dl [All the same arguments I used in my first post] and got the same error (except, of course, that the diagnostics noew report offsets into Python 3.6 libraries): [debug] System config: [] Thanks again! |
|
@rali-gh You're right, running with Python 3.6.8 fails as well, however with versions 3.7.7 and 3.8.1 it works fine |
|
@jaimebl -- bingo! I pulled down python3.8 and the course is downloading now. Thank you for the assist, R |
|
I'm also facing a 403 error trying to download from Pluralsight I was not banned from pluralsight and youtube-dl is up to date (2020.03.24) [debug] System config: [] During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
@Lezette Have you tried using python 3.7 or 3.8? |
|
I'm using the latest Windows executable (2020.03.24) and I'm also getting the same error. I had the same issue with build 2020.03.08, I just haven't used it for a while so I noticed both breaking on the same day. (My account is not banned and I'm able to watch in browser.) I assume (based on the download instructions) that an older version of Python is embedded in the .exe and that is why it fails. Is there anything I can do to resume correct operation? |
|
@xxbbcc yep I think it has python 3.4.4 embedded There's another thing you can do:
Edited:
|
|
@xxbbcc , yes the .exe embebed Phyton 3.4 , but you can say youtube-dl which version is going to use , try download the last versions of Phyton for your OS and install it , and then execute the next commands : (on windows )
this is the reference [https://www.reddit.com/r/youtubedl/comments/dzj0mr/youtubedl_the_complete_installation_guide_for/ ] works for me . |
I just needed to reinstall Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update and now it's working |
|
the issue has been done . |
Hello , I´ve been working with youtube-dl the las two weeks , the last two days i have the next error from pluralsight , the program can´t connecting the login page as it did before
--verbose log
youtube-dl --verbose [debug] System config: []
[debug] User config: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-i', '-c', '--no-warnings', '--console-title', '--batch-file=batch-file.txt', '--max-sleep-interval', '80', '--min-sleep-interval', '60', '-o', '%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s', '-f', 'best[height<=720]/worst[height>720]']
[debug] Custom config: []
[debug] Command-line args: ['--verbose']
[debug] Batch file urls: ['https://app.pluralsight.com/library/courses/kafka-build-deploy-monitor-real-world-application']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] kafka-build-deploy-monitor-real-world-application: Downloading JSON metadata
[pluralsight:course] kafka-build-deploy-monitor-real-world-application: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden (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\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 2238, 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