this post was submitted on 12 Jul 2026
9 points (100.0% liked)

Summit

1369 readers
5 users here now

Community to discuss Summit, an open-source Android app for browsing Lemmy and PieFed.

Get the app on the Play Store.

F-Droid

APK / Obtainum

Source code

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 3 years ago
MODERATORS
 

EDIT: seems to be mainly an instance issue instead of an app issue. Viewing the linked comment on another instance will play the gif properly

I've only noticed this in comments so far. Certain WEBP videos show me a play button, but will never play when I tap on them. I'm assuming this is probably an app issue, but could maybe still be an instance issue.

Here is one comment that has this issue: https://lemmy.blahaj.zone/comment/21301284

I'm on the latest version of summit on an S23 Ultra.

you are viewing a single comment's thread
view the rest of the comments
[–] Bubs@lemmy.zip 1 points 1 week ago (2 children)

It works through that link but does not work when viewing the comment through my own instance:

So I guess it is an instance issue after all...

[–] Demigodrick@lemmy.zip 2 points 1 week ago (1 children)

Should work now, feel free to drop me a message if you notice anything else not working :)

[–] Bubs@lemmy.zip 1 points 1 week ago* (last edited 1 week ago)

Seems to be mostly working now. The watery room now shows up for me so that's good. The original WEBP with the play button still behaves the same though. Understandable if it's something that requires individually fixing each and every video.

EDIT: Found a recent comment with the same issue of the pixelated play button:

https://ani.social/comment/17656905

[–] brucethemoose@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

Ohhh, I see what's happening @Bubs@lemmy.zip

This is the URL I actually get for the image on Lemmy.zip:

https://images.lemmy.zip/api/v3/image_proxy?url=https%3A%2F%2Fconvertico.com%2Fsamples%2Fwebp%2Fanimated-webp-3.webp

It appears to be trying to automatically convert the image with convertico.com, which fails because it's an animated webP, I guess?

The error I get returned is:

code	"validate-width"
msg	"Too wide"

...This seems like a very janky default.

Why does Lemmy.zip try to convert webps with convertico?

[–] Demigodrick@lemmy.zip 2 points 1 week ago (1 children)

Its not, the webp you embedded is from convertico.

Other instances may not use the image proxy and may be more permissive with the content they allow to be uploaded, for better or worse.

@Bubs@lemmy.zip ill take a look ASAP and see if I can figure out why the proxy is rejecting them

[–] brucethemoose@lemmy.world 1 points 1 week ago

Yeah IDK what I was thinking.