I use the following API request in the code of DiscordWikiBot:
Some time ago, it started to return the following response if you request fallbacks parameter:
{ "error": { "code": "internal_api_error_TypeError", "info": "[Xhg2swpAMEUAAFPHYF0AAAAY] Caught exception of type TypeError", "errorclass": "TypeError" }, "servedby": "mw1234" }
Removing some parameters from URL doesn’t change anything as long as fallbacks is present. I need fallbacks more than anything in my code, and would like to see this fixed.
This API was introduced in T220415.