Closed 12221222 closed 5 years ago
Python error. In the meantime re-rip the channel.
@refeed maybe think longer next time before having errors spit out stuff like it's confusing users and making our job harder.
ERROR: Unable to download video annotations.: HTTP Error 500: Internal Server Error (caused by <HTTPError 500: 'Internal Server Error'>); 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 "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 626, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2227, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
It's rare to have youtube.com outputs 500 internal error, perhaps youtube-dl
is doing a wrong query here, or their method of fetching video annotations doesn't work for this video. I think taking up it to github.com/rg3/youtube-dl/issues would be a good idea.
@vxbinaca Yeah, I think so. Currently, tubeup
's verbose mode mixes between youtube-dl
logs and tubeup
logs. We need something that will make it more understandable but not deleting important information for developers. I think we might we wanna start this by trying to put youtube-dl
prefix for youtube-dl
's log, and tubeup
for tubeup, etc, etc, like docker does
Okay so this 500 thing is their issue. Thanks.
there are also several other errors here, I am not sure what happened