[03:42:18] !log admin reset eqiad1 rabbitmq in an attempt to resolve some mild instability [03:42:21] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [08:09:27] good morning [08:09:51] I'm having trouble with my bot [08:10:17] The 'mwparserfromhell>=0.6.3' distribution was not found and is required by the application [08:10:18] [08:10:19] A package necessary for pywikibot is missing. [08:10:21] Please update required module with: [08:10:22] [08:10:24] [08:10:25] pip install "mwparserfromhell>=0.6.3" [08:10:29] It worked yesterday ... [08:10:37] could somebody help me? [09:46:03] bd808 It seems that bridgebot is showing duplicate messages on telegram again [09:48:01] !log tools.bridgebot Double IRC messages to other bridges [09:48:03] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.bridgebot/SAL [09:58:23] Where does this bot run? Did you install Pywikibot yourself or are you using a shared install? New version just got released so that might be related (re @Pau: The 'mwparserfromhell>=0.6.3' distribution was not found and is required by the application [09:58:24] [09:58:26] A package necessary for pywikibot i...) [10:01:02] https://doc.wikimedia.org/pywikibot/stable/changelog.html#breaking-changes [10:57:24] Thank you [10:58:04] I'm running on a shared install [10:58:28] my bot runs on toolforge [11:00:04] https://toolsadmin.wikimedia.org/tools/id/rebot [11:00:41] what changes must I do to run it after these changes? [11:04:36] I have been using this command: [11:05:07] python3 /data/project/shared/pywikibot/stable/pwb.py replace [11:05:14] but it no longer works [11:11:23] hi [11:11:55] I tested with python 3 /data/project/shared/pywikibot/core/scripts/replace.py and it works! [13:33:23] That's a bug, created https://phabricator.wikimedia.org/T327600 (re @Pau: python3 /data/project/shared/pywikibot/stable/pwb.py replace) [16:36:52] Thanks [18:34:49] Hello! Is it possible to use that basic authentification with .htaccess on toolforge? Searching for "AuthType" on wikitech (2 hits) did not really help [18:37:34] Wurgl: not with .htaccess as that's an Apache httpd specific thing and the Toolforge web servers are using lighttpd. Lighttpd however has its own configuration which might make that possible, see https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web/Lighttpd and https://doc.lighttpd.net/lighttpd2/mod_auth.html [18:48:08] It works [18:49:13] Oh my god! I did not look at .lighttpd.conf … only one user was allowed, so adding another user has to fail.