-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
getimagesize(): Error on Meta Pixel Code #70
Comments
Can you show me the whole error please? @jloguercio |
If I remove the Facebook pixel, everything works fine, but on pages where the pixel is present, I get that error. |
@markvaneijk any idea why this might happen with the Facebook Pixel? |
Yeah, that pixel does not have a size probably or they block accessing the file by 'bots'. Fix should be adding try/catch, because there can be more cases a file can't be accessed. In case of an error we should just skip the file and ignore it. We have other checks like BrokenImageCheck to cover for that. |
@jloguercio fixed in v3.12.5 please let me know if any errors still occur |
Get this error on everyscan.
The text was updated successfully, but these errors were encountered: