-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotReadableException: Image source not readable #1
Comments
Hi Manuel!
Are you passing a path or an asset? |
@ryanmitchell Hi Ryan, thanks for your quick reply :) I initially tried passing an asset, though I've quickly checked and the same error occurs when trying to pass a path. I figured it might be caused by an image not being readable, but it's pretty hard to debug. Weirdly enough, our image component is only used for images which have been uploaded through Statamic (ie. in our Pages' Page Builder Modules). I have not had any issues with images being unreadable when BlurHash is disabled — or at least, I didn't spot any occurences where this might be a problem. All images are there. Hmm... I'll try to dig into this a little more. Thanks :) |
@ryanmitchell I've found a solution which I'd like to share, works for me now. When called like this in {{ partial:components/image }}: This is working:
This is not:
This is not working if
|
Thanks! |
Hi guys,
thanks for the nice plugin — just trying it out in a new project.
For some reason, and I cannot really pinpoint this to a single reproducible action / content change, I'm getting the following exception:
Thrown in
vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php: 351
— did you, by any chance, stumble upon this issue during development and know what might cause this?I'm glad to provide more debugging context in an emai if that might help :)
The text was updated successfully, but these errors were encountered: