Skip to content
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

Closed
jloguercio opened this issue Nov 13, 2024 · 5 comments · Fixed by #73
Closed

getimagesize(): Error on Meta Pixel Code #70

jloguercio opened this issue Nov 13, 2024 · 5 comments · Fixed by #73
Assignees

Comments

@jloguercio
Copy link

Captura

Get this error on everyscan.

@Baspa
Copy link
Member

Baspa commented Nov 13, 2024

Can you show me the whole error please? @jloguercio

@Baspa Baspa self-assigned this Nov 13, 2024
@jloguercio
Copy link
Author

jloguercio commented Nov 14, 2024

Captura

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.

@Baspa
Copy link
Member

Baspa commented Nov 14, 2024

@markvaneijk any idea why this might happen with the Facebook Pixel?

@markvaneijk
Copy link
Member

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.

@Baspa
Copy link
Member

Baspa commented Nov 26, 2024

@jloguercio fixed in v3.12.5 please let me know if any errors still occur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants