XZise added a subscriber: XZise. XZise added a comment. With https://phabricator.wikimedia.org/rPWBCd36788195fc07ac97b3e33a66dee3f71be497d10 the requests' timeout parameter is used and by default using a tuple. And it appears that older versions of requests or urllib3 don't support that yet. So a quick fix would be to set the default timeout to just a int. The other question is whether requests or urllib3 add support for that and we need to add a version check accordingly and can then just use the lower of the two values and maybe inform the user.
TASK DETAIL https://phabricator.wikimedia.org/T103069 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: XZise, Aklapper, valhallasw, pywikibot-bugs-list, jayvdb, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
