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

Udemy Timeout Error #8221

Closed
safa-sharpmind opened this issue Jan 13, 2016 · 4 comments
Closed

Udemy Timeout Error #8221

safa-sharpmind opened this issue Jan 13, 2016 · 4 comments

Comments

@safa-sharpmind
Copy link

@safa-sharpmind safa-sharpmind commented Jan 13, 2016

I used this command to download a course which i have enrolled in udemy
youtube-dl https://www.udemy.com/aftereffects-beginners-complete -o 'videos_downloads/%(playlist_index)s-%(title)s.%(ext)s' -u myemail -p mypass

but i am getting this error after downloading some lectures

ERROR: Unable to download JSON metadata: HTTP Error 503: Connection timed out (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

I am using the latest youtube-dl version. Please Help

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 13, 2016

Post the full output of youtube-dl when run with --verbose option.

@safa-sharpmind
Copy link
Author

@safa-sharpmind safa-sharpmind commented Jan 13, 2016

@dstftw here is the output when i run this command with -v

Code I used

youtube-dl -v https://www.udemy.com/aftereffects-beginners-complete -o 'videos_downloads/%(playlist_index)s-%(title)s.%(ext)s' -u myemail -p mypass

Output

ERROR: Unable to download JSON metadata: HTTP Error 503: Connection timed out (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you
are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "C:\Python34\lib\site-packages\youtube_dl\extractor\common.py", line 351, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "C:\Python34\lib\site-packages\youtube_dl\YoutubeDL.py", line 1890, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "C:\Python34\lib\urllib\request.py", line 469, in open
response = meth(req, response)
File "C:\Python34\lib\urllib\request.py", line 579, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python34\lib\urllib\request.py", line 507, in error
return self._call_chain(_args)
File "C:\Python34\lib\urllib\request.py", line 441, in _call_chain
result = func(_args)
File "C:\Python34\lib\urllib\request.py", line 587, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 13, 2016

This is not a full output. Nevertheless most likely you have an issue with your internet connection.

@dstftw dstftw closed this Jan 13, 2016
@safa-sharpmind
Copy link
Author

@safa-sharpmind safa-sharpmind commented Jan 13, 2016

Oh let me check on it then. Thanks for taking your precious time for commenting @dstftw

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.