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

VEVO downloading broken #10211

Closed
nyuszika7h opened this issue Aug 2, 2016 · 1 comment
Closed

VEVO downloading broken #10211

nyuszika7h opened this issue Aug 2, 2016 · 1 comment

Comments

@nyuszika7h
Copy link
Contributor

@nyuszika7h nyuszika7h commented Aug 2, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.08.01. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.08.01

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

C:\Users\nyuszika7h>youtube-dl -v https://www.vevo.com/watch/sabrina-carpenter/On-Purpose-(Audio-Only)/USH5V1622757
[debug] System config: []
[debug] User config: ['-f', 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best', '--write-sub', '--sub-format', 'srt', '--convert-subs', 'srt']
[debug] Command-line args: ['-v', 'https://www.vevo.com/watch/sabrina-carpenter/On-Purpose-(Audio-Only)/USH5V1622757']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.08.01
[debug] Python version 3.5.1 - Windows-10-10.0.10586-SP0
[debug] exe versions: ffmpeg N-80129-ga1953d4, ffprobe N-80129-ga1953d4
[debug] Proxy map: {}
[Vevo] USH5V1622757: Downloading video info
WARNING: Unable to download info: HTTP Error 500: Internal Server Error
[Vevo] Retrieving oauth token
ERROR: Unable to retrieve oauth token: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it> (caused by URLError(ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061, None),))
  File "c:\program files\python35\lib\site-packages\youtube_dl\extractor\common.py", line 394, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "c:\program files\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 1985, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "c:\program files\python35\lib\urllib\request.py", line 465, in open
    response = self._open(req, data)
  File "c:\program files\python35\lib\urllib\request.py", line 483, in _open
    '_open', req)
  File "c:\program files\python35\lib\urllib\request.py", line 443, in _call_chain
    result = func(*args)
  File "c:\program files\python35\lib\site-packages\youtube_dl\utils.py", line 838, in http_open
    req)
  File "c:\program files\python35\lib\urllib\request.py", line 1242, in do_open
    raise URLError(err)

Description of your issue, suggested solution and other information

Downloading from VEVO seems to be broken, it just says "Connection refused".

@nyuszika7h
Copy link
Contributor Author

@nyuszika7h nyuszika7h commented Aug 2, 2016

Never mind, seems to be an issue on my side. If I disable the smart DNS proxy and proxy the entire connection through the US, it works.

@nyuszika7h nyuszika7h closed this Aug 2, 2016
@nyuszika7h nyuszika7h mentioned this issue Aug 2, 2016
0 of 8 tasks complete
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
1 participant
You can’t perform that action at this time.