Closed cosmicespresso closed 2 years ago
Hiya!
This issue has gone quiet. Spooky quiet. π»
We get a lot of issues, so we currently close issues after 60 days of inactivity. Itβs been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! πͺπ
I think I might have the same issue. My builds are failing because of some .png's.
ERROR #gatsby-source-wordpress_gatsby-plugin-sharp-20000
Failed to retrieve metadata from image
Error: Input file is missing
or I get
Error: Input file contains unsupported image format
The above message is not particularly helpful in identifying what is wrong with the image, but maybe it's related? It almost always seems to be on .pngs.
I've attached the npm gatsby info --clipboard as well below.
System: OS: Windows 10 10.0.18363 CPU: (8) x64 Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz Binaries: Node: 12.16.1 - C:\Program Files\nodejs\node.EXE npm: 7.6.3 - C:\Program Files\nodejs\npm.CMD Browsers: Chrome: 91.0.4472.124 Edge: Spartan (44.18362.1593.0) npmPackages: gatsby: ^3.8.1 => 3.8.1 gatsby-cli: ^3.8.0 => 3.8.0 gatsby-image: ^3.8.0 => 3.8.0 gatsby-plugin-manifest: ^3.8.0 => 3.8.0 gatsby-plugin-no-index: ^1.0.2 => 1.0.2 gatsby-plugin-react-helmet: ^4.8.0 => 4.8.0 gatsby-plugin-remove-fingerprints: 0.0.2 => 0.0.2 gatsby-plugin-remove-trailing-slashes: ^3.8.0 => 3.8.0 gatsby-plugin-sharp: ^3.8.0 => 3.8.0 gatsby-plugin-sitemap: ^3.3.0 => 3.3.0 gatsby-source-filesystem: ^3.8.0 => 3.8.0 gatsby-source-wordpress: ^5.8.0 => 5.8.0 gatsby-source-wordpress-experimental: ^7.0.6 => 7.0.6 gatsby-transformer-remote-filesystem: ^1.0.0 => 1.0.0 gatsby-transformer-sharp: ^3.8.0 => 3.8.0 gatsby-wpgraphql-inline-images: ^0.2.5 => 0.2.5 npmGlobalPackages: gatsby-cli: 3.1.0
Hi!
I'm closing this as a stale issue as in the meantime Gatsby 4 and related packages were released. You can check our Framework Version Support Page to see which versions currently receive active support.
Please try the mentioned issue on the latest version (using the next
tag) and if you still see this problem, open a new bug report. It must include a minimal reproduction.
Thanks!
I noticed this error on some builds (Vercel) and managed to fix it by just uploading the same image without alpha transparency, so I thought I should post it here.