Error
- mwversion: 1.39.0-wmf.19
- reqId: 0c61df88-5c50-4f38-b7eb-9c9648b2d990
- Find reqId in Logstash
[{reqId}] {exception_url} Error: Call to a member function getContent() on nullfrom /srv/mediawiki/php-1.39.0-wmf.19/extensions/Wikistories/includes/Hooks.php(122)
#0 /srv/mediawiki/php-1.39.0-wmf.19/includes/deferred/MWCallableUpdate.php(38): MediaWiki\Extension\Wikistories\Hooks::MediaWiki\Extension\Wikistories\{closure}()
...
#7 /srv/mediawiki/php-1.39.0-wmf.19/includes/MediaWiki.php(1124): DeferredUpdates::doUpdates()
#8 /srv/mediawiki/php-1.39.0-wmf.19/includes/MediaWiki.php(846): MediaWiki->restInPeace()
#9 /srv/mediawiki/php-1.39.0-wmf.19/api.php(125): MediaWiki->doPostOutputShutdown()
#10 /srv/mediawiki/php-1.39.0-wmf.19/api.php(45): wfApiMain()
#11 /srv/mediawiki/w/api.php(3): require(string)
#12 {main}Impact
The failed update is run from a deferred update. This means the surrounding API request (likely an edit) did not fail from the client perspective. However, the onPageSaveComplete hook will have failed and likely not done what it was supposed to.
From a quick glance, it seems like this probably means cache may be stale for certain pages.
Notes
Limited to id.wikipedia.org at the moment.