Open wasabia opened 3 years ago
I am able to reproduce on desktop
. It works fine with web
, using master
.
Hi @wasabia Thanks for filing the issue, I can reproduce the issue only on the desktop on Windows, Linux, and macOS. While it loads on the web.
Used the following minimal code sample
stable |
master |
---|---|
❌ | ❌ |
Check flutter doctor -v
outputs for each channel below
✅ : No Issue ❌: Issue reproduced
When running the app, first frame is laoded and then the error is shown. Which fits the error message as it says Could not getPixels for frame 2
also experiencing this issue on Flutter 3.0.5
Came across this issue while verifying https://github.com/flutter/flutter/issues/132645 and observed that the reported error in this issue also occurs on mobile platforms as verified here, so updating this issue and labels to reflect the same.
Adding team-framework
to this issue since it is not specific to desktop, hence, removing team-desktop
.
/cc @goderbauer for thoughts if this need to be re-prioritised since team label has changed.
The triaged-desktop
label is irrelevant if there is no team-desktop
label or fyi-desktop
label.
Hey, adding some findings from our team:
This might be related to either the used color model (YUV vs RGB) or the used compression (VP8 vs WebP Intern) which differ on lossy vs lossless webps.
We fixed the issue in our scenario by pre-processing the webps on our server before sending them out to our application.
This is still a problem in Flutter 3.24.3 with WebP in iOS Simulator
this webp image is ok preview on chrome
test.webp.zip