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

NRL.com Error not working! #24491

Open
5 tasks done
meib123 opened this issue Mar 26, 2020 · 10 comments
Open
5 tasks done

NRL.com Error not working! #24491

meib123 opened this issue Mar 26, 2020 · 10 comments

Comments

@meib123
Copy link

meib123 commented Mar 26, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.03.24
  • 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 issues including closed ones

Verbose log

C:\Users\User\Downloads\youtube-dl>youtube-dl --verbose https://www.nrl.com/tv/matches/telstra-premiership/2005/preliminary-finals/full-match-replay-dragons-v-wests-tigers-preliminary-final-2005/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://www.nrl.com/tv/matches/telstra-premiership/2005/preliminary-finals/full-match-replay-dragons-v-wests-tigers-preliminary-final-2005/']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg git-2020-02-27-9b22254, ffprobe git-2020-02-27-9b22254
[debug] Proxy map: {}
[NRLTV] full-match-replay-dragons-v-wests-tigers-preliminary-final-2005: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('videoId',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\nrl.py", line 28, in _real_extract
KeyError: 'videoId'
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\nrl.py", line 28, in _real_extract
KeyError: 'videoId'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 543, in extract
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('videoId',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

I have checked that NRL.com is a compatible site and when tring to download from it i just keep getting an error message!

Thanks!

@meib123
Copy link
Author

meib123 commented Apr 2, 2020

Got it working mate thanks

@Laurie0006
Copy link

Hi @meib123 . I'm having the same issue as above. What did you do to resolve your issues?

I've tried without cookies, and with. Both with the same issue:

Verbose log:

[CODE]
youtube-dl.exe --verbose --cookies .\cookies\cookies.txt https://www.nrl.com/tv/matches/telstra-premiership/1998/preliminary-final/full-match-replay-bulldogs-v-eels---preliminary-final-1998/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--cookies', '.\cookies\cookies.txt', 'https://www.nrl.com/tv/matches/telstra-premiership/1998/preliminary-final/full-match-replay-bulldogs-v-eels---preliminary-final-1998/']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.06.06
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg git-2020-06-04-7f81785, ffprobe git-2020-06-04-7f81785
[debug] Proxy map: {}
[NRLTV] full-match-replay-bulldogs-v-eels---preliminary-final-1998: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('videoId',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\common.py", line 530, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\nrl.py", line 28, in _real_extract
KeyError: 'videoId'
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\common.py", line 530, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\nrl.py", line 28, in _real_extract
KeyError: 'videoId'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\common.py", line 543, in extract
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('videoId',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[CODE]

@meib123
Copy link
Author

meib123 commented Jun 17, 2020 via email

@Laurie0006
Copy link

Laurie0006 commented Jun 19, 2020

@meib123 yes I am. Thanks! In the comment above I've got an exact example I tried and couldn't get to work. I also tried a few different videos from NRL with no success. I tried with and without the cookies also.

Downloading from youtube is fine.

Also, a new version of youtube-dl has come out in the last few days, since I posted the above output. I just tried again with the new version and the error is the same.

Any help you can provide would be much appreciated.

@meib123
Copy link
Author

meib123 commented Jun 20, 2020 via email

@Laurie0006
Copy link

@meib123 thanks! Got it working with those instructions.

@swedishstyle
Copy link

I'm confused at this solution, although it may have changed since this was over a year ago now - I found 'manifest' in the source, but it's a massive URL that doesn't work in youtubeDL at all, it just gives back a 404. I don't see any part that could be stripped out to use as an Ooyala ID or anything either - any thoughts?

@rautamiekka
Copy link
Contributor

I wonder if the request's missing some headers in which case.

@swedishstyle
Copy link

I wonder if the request's missing some headers in which case.

Do you mean you have an idea of how to work around this issue?

@rautamiekka
Copy link
Contributor

Hardly. Even the 'might be missing headcers' was learnt from other contexts, and it's the only idea I got right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants