vormkracht10 / laravel-seo-scanner

Scan your Laravel application routes for SEO improvements suggestions.
MIT License
204 stars 19 forks source link

getimagesize(): Error on Meta Pixel Code #70

Open jloguercio opened 3 days ago

jloguercio commented 3 days ago

Captura

Get this error on everyscan.

Baspa commented 3 days ago

Can you show me the whole error please? @jloguercio

jloguercio commented 2 days ago

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 commented 2 days ago

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

markvaneijk commented 2 days ago

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.