My build is failing with this error. What does this mean?
Internal error during build. Guru meditation: Error: unkown filtered scanline Build failed. Build failed.
1. That's a type in the console log. Should be "unknown".
2. This occurred after I shrunk my PNGs using ImageOptim.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
I am running on the same issue with the png image exported from this site
Link to an image that cause the build error
The error looks related to the image palette, the PNG has to be a full RGB image and not an indexed one. I guess that the image optimization is reducing the color space.
Best Answer