The OpenStreetMap wiki we run maintenance task refreshLinks.php weekly.
It seems refreshLinks.php + OSMCALWikiWidget results in some pages polling osmcal.org
PHP Warning: file_get_contents(https://osmcal.org/api/v2/events/?in=United States of America): Failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
in /srv/wiki.openstreetmap.org/w/extensions/OSMCALWikiWidget/includes/OSMCALWidget.php on line 36
PHP Warning: foreach() argument must be of type array|object, null given in /srv/wiki.openstreetmap.org/w/extensions/OSMCALWikiWidget/includes/OSMCALWidget.php on line 41
Is it possible to disable the polling of osmcal.org when running refreshLinks.php if it isn't absolutely needed?
The OpenStreetMap wiki we run maintenance task
refreshLinks.phpweekly.It seems
refreshLinks.php+OSMCALWikiWidgetresults in some pages polling osmcal.orgIs it possible to disable the polling of osmcal.org when running
refreshLinks.phpif it isn't absolutely needed?