-
Notifications
You must be signed in to change notification settings - Fork 67
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
ImageProcessor not working with v3.0.1, but working with v2.0.1 #202
Comments
We hit this error also, I've just patched it in PR #205. Hopefully we can get it reviewed and released shortly 🤞 |
This seems to be fixed in 3.0.2 |
I take it back, this is still an issue on 3.0.2! |
This is still broken in 3.0.3-alpha-000527: {"@t":"2021-12-22T16:36:47.3318509Z","@mt":"Exception","@l":"Error","@x":"ImageProcessor.Common.Exceptions.ImageProcessingException: GetResponseAsync 132 : Response status code does not indicate success: 404 (The specified resource does not exist.).","SourceContext":"ImageProcessor.Web.Helpers.RemoteFile","ProcessId":23608,"ProcessName":"iisexpress","ThreadId":38,"AppDomainId":11,"AppDomainAppId":"LMW3SVC2ROOT","MachineName":"TONYSURFACE7","Log4NetLevel":"ERROR"} Downgrading packages back to v2.0.1 doesn't seem to fix it either. |
@ANT-GBR if downgrading doesn't fix it, you may have some other configuration issue. Downgrading worked consistently for us, both after trying 3.0.1 and 3.0.2. |
Thanks for the feedback Christoph. After some more digging I discovered that the media container was set to private even though the setting 'Blob public access' was set to Enabled. This default set up in Azure must have changed recently. |
Hi all, does anyone have a fix for these log errors (now into the thousands)? Images are showing up as intended. v8 umbraco with 3.0.2 installed. UPDATE Fixed by removing the web.config in the media container. Not sure why that worked. However, now dealing with: |
Are you sure? For us, the images were served, but weren't being resized. We stayed on 2.0.1 |
The images work correctly and can be viewed on the site (back office as well), but I am being bet with this new error |
We've used this package on a number of projects, and added it to another one a few days ago. It took me a rather long time today to figure out why ImageProcessor wasn't working. After lots of comparing configs and updating Azure packages, I eventually started downgrading packages and found that it worked with v2.0.1.
On 3.0.1, images are still served, but ImageProcessor isn't resizing them. I see the following exceptions in the Umbraco logs:
and
ImageProcessor is configured with the
CloudImageService
settings.After downgrading to 2.0.1, things work as expected, images are resized and I the requests get redirected to the cache on blob storage.
The text was updated successfully, but these errors were encountered: