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

Keeps getting "No video formats found" error #9641

Closed
lilleindi opened this issue May 30, 2016 · 6 comments
Closed

Keeps getting "No video formats found" error #9641

lilleindi opened this issue May 30, 2016 · 6 comments

Comments

@lilleindi
Copy link

@lilleindi lilleindi commented May 30, 2016

Hi
Im trying to download from Pluralsight, but keep getting errors. When batch download 6 courses, its only two courses that been downloaded.
Im using the latest version.
I have replaced the pluralsight url

Im using this command
--sleep-interval 360 -v --no-check-certificate -o '~/MyVideos/%(playlist)s/%(title)s.%(ext)s'

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--newline', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'-i', u'-o', u'C:\Users\jakobjensen\videoerPlu%(title)s.%(ext)s', u'--sleep-interval', u'360', u'-v', u'--no-check-certificate', u'-o', u"'~/MyVideos/%(playlist)s/%(title)s.%(ext)s'", u'PLURALSIGHT-URL']
[debug] Encodings: locale cp1252, fs mbcs, out None, pref cp1252
[debug] youtube-dl version 2016.05.21.2
[debug] Python version 2.7.10 - Windows-2012Server-6.2.9200
[debug] exe versions: ffmpeg N-71883-geb9fb50, ffprobe N-71883-geb9fb50
[debug] Proxy map: {}
WARNING: Unable to download webpage: HTTP Error 429:
ERROR: No video formats found; 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.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 676, in extract_info
File "youtube_dl\extractor\common.pyo", line 341, in extract
File "youtube_dl\extractor\pluralsight.pyo", line 226, in _real_extract
File "youtube_dl\extractor\common.pyo", line 862, in _sort_formats
ExtractorError: No video formats found; 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.
ERROR: 'NoneType' object has no attribute 'copy'
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 687, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 848, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 752, in process_ie_result

And the courses thats been downloaded fine shows this

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--newline', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'-i', u'-o', u'C:\Users\jakobjensen\videoerPlu%(title)s.%(ext)s', u'--sleep-interval', u'360', u'-v', u'--no-check-certificate', u'-o', u"'~/MyVideos/%(playlist)s/%(title)s.%(ext)s'", u'PLURALSIGHT-URL']
[debug] Encodings: locale cp1252, fs mbcs, out None, pref cp1252
[debug] youtube-dl version 2016.05.21.2
[debug] Python version 2.7.10 - Windows-2012Server-6.2.9200
[debug] exe versions: ffmpeg N-71883-geb9fb50, ffprobe N-71883-geb9fb50
[debug] Proxy map: {}

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 30, 2016

429 is an indication of overuse. Wait some time and try later.

@dstftw dstftw closed this May 30, 2016
@lilleindi
Copy link
Author

@lilleindi lilleindi commented May 30, 2016

How can i avoid this error?
Im waiting 360 Sec between each download?

@lilleindi
Copy link
Author

@lilleindi lilleindi commented May 30, 2016

Do i download one at a time?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 30, 2016

There are no concrete recipes.

@lilleindi
Copy link
Author

@lilleindi lilleindi commented May 30, 2016

Is it overuse from my computer or overuse from Pluralsight website?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 30, 2016

Overuse of pluralsight website by your account/IP decided by pluralsight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.