https://bugzilla.wikimedia.org/show_bug.cgi?id=63613
Arlo Breault <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #3 from Arlo Breault <[email protected]> --- The problem here is that interwiki link is redirecting from http to https. ex. parsoidConfig.setInterwiki('zap', 'http://www.zabbix.org/mw/api.php'); should be parsoidConfig.setInterwiki('zap', 'https://www.zabbix.org/mw/api.php'); did you recently switch to https only? Template expansion is trying to query the api but getting a 301 redirect in response ... which produces the error instead of following it. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
