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

Cannot extract metadata from youtube video in Raspbian 9 #24249

Closed
daniherculano84 opened this issue Mar 5, 2020 · 2 comments
Closed

Cannot extract metadata from youtube video in Raspbian 9 #24249

daniherculano84 opened this issue Mar 5, 2020 · 2 comments
Labels

Comments

@daniherculano84
Copy link

@daniherculano84 daniherculano84 commented Mar 5, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.03.01
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

 File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 627, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

Description

I'm trying to extract metadata from youtube videos, using two raspberry. One of them with Raspbian 9, the other with Raspbian 10. Same network configuration. All two operating systems are up to date.

Raspbian 10 works great. Raspbian 9 outputs errors in some .py code files

These are the videos showing the behavior:

Video Raspbian 9
Video Raspbian 10

I'll give remote access if needed.

Thanks

@dstftw dstftw closed this Mar 5, 2020
@dstftw dstftw added the incomplete label Mar 5, 2020
@daniherculano84
Copy link
Author

@daniherculano84 daniherculano84 commented Mar 5, 2020

What information is missing @dstftw?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 5, 2020

Bother to read new issue template.

@ytdl-org ytdl-org locked and limited conversation to collaborators Mar 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.