Page MenuHomePhabricator

Uncaught TypeError: $.throttle is not a function in displayToolbar
Closed, ResolvedPublic

Description

at displayToolbar  URL1:5:587
at URL1:5:967
at fire  URL1:57:209
at Object.fireWith [as resolveWith]  URL1:58:402
at Object.deferred.<computed> [as resolve]  URL1:61:900
at <anonymous>:161:58
at fire  URL1:57:209
at Object.fireWith [as resolveWith]  URL1:58:402
at Object.deferred.<computed> [as resolve]  URL1:61:900
at <anonymous>:159:1989

URL1: https://es.wikipedia.org/w/load.php?lang=es&modules=ext.gettingstarted.taskToolbar%7Cext.guidedTour%7Cext.guidedTour.tour.gettingstartedtasktoolbar%7Cjquery%2Coojs-ui-core%2Coojs-ui-widgets&skin=vector&version=uk83v

55 errors every 12 hour is the current rate.
https://logstash.wikimedia.org/app/kibana#/doc/logstash-*/logstash-2020.09.25/clienterror/?id=AXTGnYzM66Rhvr6TBO5e

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Jdlrobson renamed this task from Uncaught TypeError: $.throttle is not a function to Uncaught TypeError: $.throttle is not a function in displayToolbar.Oct 13 2020, 6:40 PM
Jdlrobson updated the task description. (Show Details)
Umherirrender subscribed.

Already fixed with https://gerrit.wikimedia.org/r/c/mediawiki/extensions/GettingStarted/+/634186 - it adds the dependency script with the $.throttle function, which is used in windows resize action in the failing script.