@kenbw2@lemmy.world to Voyager@lemmy.worldEnglish • 2 years agoVoyager 1.1.0 update breaks images in Fennec/Firefox for Androidlemmy.worldimagemessage-square13fedilinkarrow-up134arrow-down13file-text
arrow-up131arrow-down1imageVoyager 1.1.0 update breaks images in Fennec/Firefox for Androidlemmy.world@kenbw2@lemmy.world to Voyager@lemmy.worldEnglish • 2 years agomessage-square13fedilinkfile-text
minus-square@aeharding@lemmy.worldMlinkfedilinkEnglish3•2 years agoI cannot reproduce this in Firefox for Android. If anyone can provide additional information to help me reproduce, that would be appreciate it!
minus-square@kenbw2@lemmy.worldOPlinkfedilinkEnglish1•edit-22 years agoStill on 1.1.0 The URL for one of the community icons is https://lemmy.world/pictrs/image/06660c76-9219-486e-a146-27b69dcac8ce.png?thumbnail=37.89473684210526&format=jpg Which gives me “Query deserialize error: invalid digit found in string” Edit: After update to 1.1.1 the icon works The URL from 1.1.1 is https://lemmy.world/pictrs/image/06660c76-9219-486e-a146-27b69dcac8ce.png
minus-square@aeharding@lemmy.worldMlinkfedilinkEnglish2•2 years agoOH, I see, devicePixelRatio can be a non-integer and that breaks the thumbnail request. I’ll fix it!
minus-square@kenbw2@lemmy.worldOPlinkfedilinkEnglish2•2 years agoI love it when a bug finds an explanation :)
I cannot reproduce this in Firefox for Android. If anyone can provide additional information to help me reproduce, that would be appreciate it!
Still on 1.1.0
The URL for one of the community icons is
https://lemmy.world/pictrs/image/06660c76-9219-486e-a146-27b69dcac8ce.png?thumbnail=37.89473684210526&format=jpg
Which gives me “Query deserialize error: invalid digit found in string”
Edit: After update to 1.1.1 the icon works
The URL from 1.1.1 is
https://lemmy.world/pictrs/image/06660c76-9219-486e-a146-27b69dcac8ce.png
OH, I see, devicePixelRatio can be a non-integer and that breaks the thumbnail request. I’ll fix it!
I love it when a bug finds an explanation :)