- Go to Special:MediaSearch or Special:Search.
- Open the Console and reload the page.
The "Missing MediaInfo tabs" error will be displayed - seems to be triggered by the following:
mw.hook('wikipage.content').add(function($content) { var linkNoticeWidget = new LinkNoticeWidget(), protectionMsgWidget = new ProtectionMsgWidget(), $statements = $content.find('.wbmi-entityview-statementsGroup'), existingProperties = defaultProperties.concat(Object.keys(mediaInfoEntity.statements || {})), deserializer = new StatementListDeserializer(), tabs, existingStatementPanels; try { tabs = infuseTabs($content); } catch (e) { mw.log.error(e.message); return; }
Notes
- The issue is not present in commons betalabs.
- The error is not displayed on File pages - but it is displayed on RC, Watchlist, and User, User talk namespaces
- No user impact
- I could not find the error on "Special:MediaSearch" dashboard in logstash