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

NRK [Errno 11001] getaddrinfo failed #16324

Closed
Mssol94 opened this issue Apr 29, 2018 · 2 comments
Closed

NRK [Errno 11001] getaddrinfo failed #16324

Mssol94 opened this issue Apr 29, 2018 · 2 comments
Labels

Comments

@Mssol94
Copy link

@Mssol94 Mssol94 commented Apr 29, 2018

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 this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.04.25. 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 2018.04.25

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

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:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--prefer-ffmpeg', '--all-sub', '--write-thumbnail', '--output', '\\\\10.0.0.18\\j\\Media\\TV-Serier\\Home Ground (2018)\\Season 0%(season_number)s\\Home Ground (2011) - S%(season_number)sE%(episode_number)s - Episode %(episode_number)s - WEBDL-%(height)sp.%(ext)s', '--convert-subs', 'vtt', '--embed-subs', 'https://tv.nrk.no/serie/heimebane/MDRI20001015/sesong-1/episode-10']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.04.25
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: ffmpeg 3.4, ffprobe 3.4
[debug] Proxy map: {}
[debug] Using fake IP 84.215.60.232 (NO) as X-Forwarded-For.
[NRKTV] MDRI20001015: Downloading mediaelement JSON
ERROR: Unable to download JSON metadata: <urlopen error [Errno 11001] getaddrinfo failed> (caused by URLError(gaierror(11001, 'getaddrinfo failed'),))
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpad1hmn8r\build\youtube_dl\extractor\common.py", line 519, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpad1hmn8r\build\youtube_dl\YoutubeDL.py", line 2203, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpad1hmn8r\build\youtube_dl\utils.py", line 945, in http_open
  File "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open

Description of your issue, suggested solution and other information

I'm getting [Errno 11001] getaddrinfo failed when i try to download from tv.nrk.no. I have also tried other url's than the one provided in the log.

@kristomu
Copy link

@kristomu kristomu commented Apr 29, 2018

This might be the same issue as 13796, but in reverse. It appears that NRK has changed their API domain name back from psapi-ne.nrk.no to psapi-we.nrk.no (as a simple nslookup of these two names can confirm).

@surfmuggle
Copy link

@surfmuggle surfmuggle commented Jul 5, 2020

I was able to fix the issue #25670 but do not know which change did the fix

In my router i changed the dns server and turned on ipv4 only
In cmd.exe i entered

  • ipconfig /all
  • ipconfig /release
  • ipconfig /renew

After all this i was able to download again.

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
4 participants
You can’t perform that action at this time.