is returning null, even though the image does exist. I've confirmed the image works fine when accessed with umbraco's built in media pickers, so I'm not sure what about this particular image could be causing problems. The image is around 320kb, so it's not a super large image, which can sometimes cause problems.
I do have the tinifier plugin and azure file system provider installed, but both of those have in place for a while, and I haven't had this issue until this image. Any ideas on what the cause could be?
It did, but I just tried regenerating the internal index again and that seems to have cleared up the issue. I tried doing that earlier, but it didn't clear it up at the time. Must be an issue with the index and not seo checker. Thanks for the prompt response.
SEO Checker social data type failing to save
Umbraco Version: 8.2.2
SEO Checker Version: 2.9.0
The social plugin works for most images, but for some reason, there is one image that is failing to save because the api call to
is returning null, even though the image does exist. I've confirmed the image works fine when accessed with umbraco's built in media pickers, so I'm not sure what about this particular image could be causing problems. The image is around 320kb, so it's not a super large image, which can sometimes cause problems.
I do have the tinifier plugin and azure file system provider installed, but both of those have in place for a while, and I haven't had this issue until this image. Any ideas on what the cause could be?
Hi Jesse,
The ony thing when it could fail is when properties umbracoWidth and umbracoHeight are missing from the media Item. Is that the case?
Best,
Richard
It did, but I just tried regenerating the internal index again and that seems to have cleared up the issue. I tried doing that earlier, but it didn't clear it up at the time. Must be an issue with the index and not seo checker. Thanks for the prompt response.
Thanks for getting back, indeed SEOChecker uses the media cache.
is working on a reply...