XZise added a comment. Okay as far as I can see, it is querying the server and gets bytes back but then it tries to apply a regex and to do that it apparently needs to decode the bytes and it's using the ASCII codec for that. I'm not 100 % sure why it tries to decode it here and why it had worked before (I guess T89589: Usage of unicode_literals from __future__ package <https://phabricator.wikimedia.org/T89589> plays a role). I need to take a closer look on how to fix that properly.
TASK DETAIL https://phabricator.wikimedia.org/T94688 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: Ricordisamoa, jayvdb, XZise, Aklapper, Rubin16, pywikipedia-bugs _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
