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

[DAILYMOTION] An extractor error has occurred #17699

Closed
Chtiadrien opened this issue Sep 28, 2018 · 10 comments
Closed

[DAILYMOTION] An extractor error has occurred #17699

Chtiadrien opened this issue Sep 28, 2018 · 10 comments

Comments

@Chtiadrien
Copy link

@Chtiadrien Chtiadrien commented Sep 28, 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.09.26. 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.09.26

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:

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

# local
➜  ~ youtube-dl -F https://www.dailymotion.com/video/x6udgbb --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-F', u'https://www.dailymotion.com/video/x6udgbb', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.26
[debug] Python version 2.7.15 (CPython) - Darwin-17.7.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[dailymotion] x6udgbb: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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 "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
    metadata = player['metadata']
KeyError: u'metadata'
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 520, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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.
# via ssh on a server
user@server:~$ youtube-dl -F https://www.dailymotion.com/video/x6udgbb --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-F', u'https://www.dailymotion.com/video/x6udgbb', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.26
[debug] Python version 2.7.3 (CPython) - Linux-3.13-0.bpo.1-amd64-x86_64-with-debian-7.8
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3
[debug] Proxy map: {}
[dailymotion] x6udgbb: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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 "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
    metadata = player['metadata']
KeyError: u'metadata'
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 520, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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.
@randombit
Copy link

@randombit randombit commented Sep 28, 2018

Seeing the same problem from a US IP. Interestingly youtube-dl worked (for dailymotion) for me last night, but this morning it fails with same error as OP.

@ringofyre
Copy link

@ringofyre ringofyre commented Sep 29, 2018

Can confirm from Australian ip. Same extractor error as OP.

youtube-dl -v https://www.dailymotion.com/video/x6u51mv
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.dailymotion.com/video/x6u51mv']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.26
[debug] Python version 2.7.13 (CPython) - Linux-4.18.0-1-amd64-x86_64-with-debian-9.5
[debug] exe versions: ffmpeg 3.4.4, ffprobe 3.4.4, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[dailymotion] x6u51mv: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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 "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
metadata = player['metadata']
KeyError: u'metadata'
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 520, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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.

@rbigm101
Copy link

@rbigm101 rbigm101 commented Sep 29, 2018

Confirm; US ip.

python:/usr/lib/libpthread.so.24.0: undefined symbol '_rthread_debug'
python:/usr/lib/libpthread.so.24.0: undefined symbol '_spinunlock'
python:/usr/lib/libpthread.so.24.0: undefined symbol '_thread_dofork'
python:/usr/lib/libpthread.so.24.0: undefined symbol '_thread_canceled'
python:/usr/lib/libpthread.so.24.0: undefined symbol '_malloc_init'
python:/usr/lib/libpthread.so.24.0: undefined symbol '_spinlock'
python:/usr/lib/libpthread.so.24.0: undefined symbol '_spinlocktry'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--no-check-certificate', 'https://www.dailymotion.com/video/x5xq3da']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.26
[debug] Python version 3.4.5 (CPython) - OpenBSD-6.2-amd64-64bit
[debug] exe versions: ffmpeg git-N-75735-gbc57c79970, ffprobe git-N-75735-gbc57c79970
[debug] Proxy map: {}
[dailymotion] x5xq3da: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('metadata',)); 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 "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
ie_result = self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
metadata = player['metadata']
KeyError: 'metadata'
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
ie_result = self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
metadata = player['metadata']
KeyError: 'metadata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 520, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('metadata',)); 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.

@mrfade mrfade mentioned this issue Sep 29, 2018
5 of 9 tasks complete
@Mehmet4226
Copy link

@Mehmet4226 Mehmet4226 commented Sep 30, 2018

[root@server htdocs]# youtube-dl https://www.dailymotion.com/video/xv0l0w --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://www.dailymotion.com/video/xv0l0w', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.26
[debug] Python version 2.6.6 (CPython) - Linux-2.6.32-754.3.5.el6.x86_64-x86_64-with-centos-6.10-Final
[debug] exe versions: none
[debug] Proxy map: {}
[dailymotion] xv0l0w: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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 "./youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
ie_result = self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
metadata = player['metadata']
KeyError: u'metadata'
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 520, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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.

@Issue-Reporter2
Copy link

@Issue-Reporter2 Issue-Reporter2 commented Sep 30, 2018

Hi Mehmet its already fixed cbc4c57

@pjbclarke
Copy link

@pjbclarke pjbclarke commented Sep 30, 2018

I am not sure it is fixed. I just tried to download from dailymotion. It worked fine last week, but today I got the following (US IP)

C:\Users\Peter\Downloads>youtube-dl https://www.dailymotion.com/video/x6u
[dailymotion] x6ui4y8: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('metadata',))
e report this issue on https://yt-dl.org/bug . Make sure you are using th
t version; type youtube-dl -U to update. Be sure to call youtube-dl wit
-verbose flag and include its complete output.

C:\Users\Peter\Downloads>youtube-dl -v https://www.dailymotion.com/video/

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.dailymotion.com/video/x6ui
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.09.26
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[dailymotion] x6ui4y8: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('metadata',))
e report this issue on https://yt-dl.org/bug . Make sure you are using th
t version; type youtube-dl -U to update. Be sure to call youtube-dl wit
-verbose flag and include its complete output.
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq3
ild\youtube_dl\extractor\common.py", line 507, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq3
ild\youtube_dl\extractor\dailymotion.py", line 175, in _real_extract
KeyError: 'metadata'
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq3
ild\youtube_dl\extractor\common.py", line 507, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq3
ild\youtube_dl\extractor\dailymotion.py", line 175, in _real_extract
KeyError: 'metadata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq3
ild\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq3
ild\youtube_dl\extractor\common.py", line 520, in extract
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused
Error('metadata',)); please report this issue on https://yt-dl.org/bug .
re you are using the latest version; type youtube-dl -U to update. Be s
call youtube-dl with the --verbose flag and include its complete output.

youtube-dl still appears to work fine for other sites like youtube etc

@bani6809
Copy link

@bani6809 bani6809 commented Oct 1, 2018

version 2018.09.26.

confirmed not working from US IP.

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--ignore-config', '-i', '--proxy', '', '--verbose', 'https://www.dailymotion.com/video/x4jivt1']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.09.26
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134
[debug] exe versions: ffmpeg N-90173-gfa0c9d69d3, ffprobe N-90173-gfa0c9d69d3
[debug] Proxy map: {}
[dailymotion] x4jivt1: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError('metadata',)); 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\rg3\tmpcaq35cl9\build\youtube_dl\extractor\common.py", line 507, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq35cl9\build\youtube_dl\extractor\dailymotion.py", line 175, in _real_extract
KeyError: 'metadata'
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq35cl9\build\youtube_dl\extractor\common.py", line 507, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq35cl9\build\youtube_dl\extractor\dailymotion.py", line 175, in _real_extract
KeyError: 'metadata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq35cl9\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpcaq35cl9\build\youtube_dl\extractor\common.py", line 520, in extract
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('metadata',)); 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.

@mrfade
Copy link
Contributor

@mrfade mrfade commented Oct 1, 2018

I fixed in my repo and I created a pull request but it hasn't merged yet. We hope it will be merged as soon as possible

@jesusgt
Copy link

@jesusgt jesusgt commented Oct 2, 2018

Bug still present. UK

~/bin/youtube-dl --version
2018.09.26

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.dailymotion.com/video/x6uj3qj']
[debug] Encodings: locale ISO-8859-1, fs ISO-8859-1, out ISO-8859-1, pref ISO-8859-1
[debug] youtube-dl version 2018.09.26
[debug] Python version 2.7.14 (CPython) - Linux-4.4.0-109-generic-x86_64-with-debian-stretch-sid
[debug] exe versions: avconv 3.4.1-1, avprobe 3.4.1-1, ffmpeg 3.4.1-1, ffprobe 3.4.1-1
[debug] Proxy map: {}
[dailymotion] x6uj3qj: Downloading webpage
ERROR: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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 "/home/xuxo/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract
ie_result = self._real_extract(url)
File "/home/xuxo/bin/youtube-dl/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
metadata = player['metadata']
KeyError: u'metadata'
Traceback (most recent call last):
File "/home/xuxo/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "/home/xuxo/bin/youtube-dl/youtube_dl/extractor/common.py", line 520, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'metadata',)); 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.

@ytdl-org ytdl-org locked and limited conversation to collaborators Oct 2, 2018
@dstftw dstftw closed this in f60b980 Oct 4, 2018
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
10 participants
You can’t perform that action at this time.