You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sitemap parser does not catch potential decompression errors from a gzipped sitemap.
For example, http://readyforlife.kera.org/sitemap.xml.gz is corrupted. It begins with a gzipped sitemap, but then a broken WordPress plugin (WP Super Cache) appended a <!-- comment without compression. This manifests as a crash with:
2024-03-16 16:41:27,629 - wpull.application.app - ERROR - OSError: Not a gzipped file (b'<!')
The text was updated successfully, but these errors were encountered:
The sitemap parser does not catch potential decompression errors from a gzipped sitemap.
For example, http://readyforlife.kera.org/sitemap.xml.gz is corrupted. It begins with a gzipped sitemap, but then a broken WordPress plugin (WP Super Cache) appended a
<!--
comment without compression. This manifests as a crash with:The text was updated successfully, but these errors were encountered: