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

Error Facebook extract #15694

Closed
yrendykurniawan opened this issue Feb 24, 2018 · 0 comments
Closed

Error Facebook extract #15694

yrendykurniawan opened this issue Feb 24, 2018 · 0 comments
Labels

Comments

@yrendykurniawan
Copy link

@yrendykurniawan yrendykurniawan commented Feb 24, 2018

Video URL: https://www.facebook.com/WatchESLOne/videos/314379959086778

I could get .mpd manifest manually using developer tools on my browser.

This is the error messages execute using cmd:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.facebook.com/WatchESLOne/videos/3
14379959086778']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.02.22
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[facebook] 314379959086778: Downloading webpage
[facebook] 314379959086778: Downloading webpage
ERROR: Cannot parse data; please report this issue on https://yt-dl.org/bug . Ma
ke sure you are using the latest version; type youtube-dl -U to update. Be sur
e 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\tmpkxz8b_33\bu
ild\youtube_dl\YoutubeDL.py", line 785, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkxz8b_33\bu
ild\youtube_dl\extractor\common.py", line 440, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkxz8b_33\bu
ild\youtube_dl\extractor\facebook.py", line 422, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkxz8b_33\bu
ild\youtube_dl\extractor\facebook.py", line 337, in _extract_from_url
youtube_dl.utils.ExtractorError: Cannot parse data; please report this issue on
https://yt-dl.org/bug . Make sure you are using the latest version; type youtub
e-dl -U to update. Be sure to call youtube-dl with the --verbose flag and inclu
de its complete output.

Trying this via Python code as well and error, Additional notes: I could get .mpd data with other live video randomly from facebook livemap, only this specific livestream I cannot get .mpd data using youtube-dl:

[facebook] 314379959086778: Downloading webpage
[facebook] 314379959086778: Downloading webpage
ERROR: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
File "C:\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 440, in extract
ie_result = self._real_extract(url)
File "C:\Python36\lib\site-packages\youtube_dl\extractor\facebook.py", line 422, in _real_extract
video_id, fatal_if_no_video=True)
File "C:\Python36\lib\site-packages\youtube_dl\extractor\facebook.py", line 337, in _extract_from_url
raise ExtractorError('Cannot parse data')
youtube_dl.utils.ExtractorError: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:/Flask/untitled2/testYoutubedl.py", line 8, in
download=False # We just want to extract the info
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 808, in extract_info
self.report_error(compat_str(e), e.format_traceback())
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 613, in report_error
self.trouble(error_message, tb)
File "C:\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 583, in trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Process finished with exit code 1

@dstftw dstftw closed this Feb 24, 2018
@dstftw dstftw added the duplicate label Feb 24, 2018
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
2 participants
You can’t perform that action at this time.