[09:31:44] @Site Reliability Engineers please fix ManageWiki/settings, it's been broken for 3 weeks now [11:48:28] Is it not fixed? [12:21:46] 👋 [15:31:03] [1/2] nope [15:31:03] [2/2] `[88e7b99bd5ae4ef5b44a3de9] 2023-09-01 15:30:16: Fatal exception of type "TypeError"` [15:31:16] well that's a different error [15:31:35] it was a TypeError since the start [15:31:58] like this one [15:33:31] ```2023-09-01 15:30:16 mw5.wikiforge.net astronomywikitide: [88e7b99bd5ae4ef5b44a3de9] /wiki/Special:ManageWiki/settings TypeError: in_array(): Argument #2 ($haystack) must be of type array, bool given``` [15:33:41] this is a different issue from the previous one [15:34:02] the previous one was because MediaWiki for some reason could no longer handle list-multi-bool [15:34:12] this one is because of a faulty array? [15:35:25] uhh [15:40:00] uhh [23:57:02] [1/2] maybe make a bot using pywikibot or if that doesn't work (happened to me) make a script that makes http requests [23:57:02] [2/2] there are tutorials/docs on both