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

Non-animated gifs on Imgur fail with 'Sorry, video reproduction failed'. #70

Open
SA-Flipperwaldt opened this issue Mar 6, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@SA-Flipperwaldt
Copy link

Example: https://i.imgur.com/Pq1wyvp.gif

The same file hosted elsewhere works fine. Simply changing the file extension in the Imgur link to png or jpg works, but I can't police what other people post.. Changing it to gifv doesn't, which might be what the bandwidth saving feature does?

I don't know that it is possible to tell animated and non-animated gifs apart ahead of time, so I don't know what a proper solution is. Optional retry with the link as given on error?

Anyway, thanks for your time so far.

@SpartanJ SpartanJ self-assigned this Mar 6, 2023
@SpartanJ SpartanJ added the bug Something isn't working label Mar 6, 2023
@SpartanJ
Copy link
Owner

SpartanJ commented Mar 6, 2023

Yes, the issue is what you mention, I cannot tell ahead of time if the gif is a static image, so ImgurViewer assumes (incorrectly) that the image is animated (gifs are mostly used for animated images these days). I could probably fallback if the reproduction fails. I'm currently not working actively on the application because I'm focusing on other projects in my free time. So I'll try to fix all the most severe bugs first the next time I touch the project, but I won't probably add new features. Android keeps getting worst with each release and got tired of Android development (you'll see some bug reports with Android 13, that's what happens with each new version of Android, they literally break the applications and expect the devs to fix them).

@SA-Flipperwaldt
Copy link
Author

No worries. Your time is your own. Thanks for updating me on what to realistcally expect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants