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

Video loading error on Imgur #42

Closed
abranson opened this issue May 28, 2018 · 3 comments
Closed

Video loading error on Imgur #42

abranson opened this issue May 28, 2018 · 3 comments

Comments

@abranson
Copy link

abranson commented May 28, 2018

All videos hosted on Imgur are failing to load, showing "Error loading video" and "Problem finding stream URL". Console says:

[W] QPython::emitError:487 - Unhandled PyOtherSide error: Return value of PyObject call is NULL: Traceback (most recent call last):

  File "/usr/share/harbour-quickddit/youtube_dl/YoutubeDL.py", line 776, in extract_info
    ie_result = ie.extract(url)

  File "/usr/share/harbour-quickddit/youtube_dl/extractor/common.py", line 434, in extract
    ie_result = self._real_extract(url)

  File "/usr/share/harbour-quickddit/youtube_dl/extractor/imgur.py", line 67, in _real_extract
    expected=True)

youtube_dl.utils.ExtractorError: No sources found for video 8ONYfDM. Maybe an image?

I think this might be fixed here: ytdl-org/youtube-dl#16537

Edit: Yeah, that fixes it :)

@PureTryOut
Copy link

How exactly would I apply the youtube-dl fix for myself?

@abranson
Copy link
Author

You can edit the file yourself: /usr/share/harbour-quickddit/youtube_dl/extractor/imgur.py

Paste this over the top: https://github.com/jwilk-forks/youtube-dl/blob/735646fc67cf17f23bb2822a74156a88a5ee5263/youtube_dl/extractor/imgur.py

@accumulator
Copy link
Owner

fixed in v1.8.1

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

3 participants