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

raise DownloadError(message, exc_info) #18601

Closed
ZhangKuixun opened this issue Dec 21, 2018 · 0 comments
Closed

raise DownloadError(message, exc_info) #18601

ZhangKuixun opened this issue Dec 21, 2018 · 0 comments
Labels

Comments

@ZhangKuixun
Copy link

@ZhangKuixun ZhangKuixun commented Dec 21, 2018

ERROR: Unsupported URL: https://m.facebook.com/login.php?next=https%3A%2F%2Fm.facebook.com%2Fstory%2Fgraphql_permalink%2F%3Fgraphql_id%3DUzpfSTcwODExMTAwOTU0MTMxNzpWSzoyMzM4Mzc2NzA2MzU2ODU%253D&refsrc=https%3A%2F%2Fm.facebook.com%2Fstory%2Fgraphql_permalink%2F&_rdr
Error extracting info: Traceback (most recent call last):
File "/android_asset/chaquopy/app.zip/youtube_dl/YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
File "/android_asset/chaquopy/app.zip/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
File "/android_asset/chaquopy/app.zip/youtube_dl/extractor/generic.py", line 3323, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://m.facebook.com/login.php?next=https%3A%2F%2Fm.facebook.com%2Fstory%2Fgraphql_permalink%2F%3Fgraphql_id%3DUzpfSTcwODExMTAwOTU0MTMxNzpWSzoyMzM4Mzc2NzA2MzU2ODU%253D&refsrc=https%3A%2F%2Fm.facebook.com%2Fstory%2Fgraphql_permalink%2F&_rdr
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/android_asset/chaquopy/app.zip/youtube_dl/bootstrap.py", line 41, in get_info
meta = ydl.extract_info(url, download=False)
File "/android_asset/chaquopy/app.zip/youtube_dl/YoutubeDL.py", line 804, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/android_asset/chaquopy/app.zip/youtube_dl/YoutubeDL.py", line 865, in process_ie_result
extra_info=extra_info)
File "/android_asset/chaquopy/app.zip/youtube_dl/YoutubeDL.py", line 816, in extract_info
self.report_error(compat_str(e), e.format_traceback())
File "/android_asset/chaquopy/app.zip/youtube_dl/YoutubeDL.py", line 621, in report_error
self.trouble(error_message, tb)
File "/android_asset/chaquopy/app.zip/youtube_dl/YoutubeDL.py", line 591, in trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: Unsupported URL: https://m.facebook.com/login.php?next=https%3A%2F%2Fm.facebook.com%2Fstory%2Fgraphql_permalink%2F%3Fgraphql_id%3DUzpfSTcwODExMTAwOTU0MTMxNzpWSzoyMzM4Mzc2NzA2MzU2ODU%253D&refsrc=https%3A%2F%2Fm.facebook.com%2Fstory%2Fgraphql_permalink%2F&_rdr

@dstftw dstftw closed this Dec 21, 2018
@dstftw dstftw added the incomplete label Dec 21, 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.