[Pywikipedia-bugs] [Maniphest] [Commented On] T337045: cosmetic_changes.py: ServerError: HTTPConnectionPool: Max retries exceeded with url: /w/api.php (Caused by ConnectTimeoutError, 'Connection to wi

2023-12-13 Thread gerritbot
gerritbot added a comment. Change 921582 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] Suppress error in CosmeticChangesToolkit.cleanUpLinks() https://gerrit.wikimedia.org/r/921582 TASK DETAIL https://phabricator.wikimedia.org/T337045 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T337045: cosmetic_changes.py: ServerError: HTTPConnectionPool: Max retries exceeded with url: /w/api.php (Caused by ConnectTimeoutError, 'Connection to wi

2023-05-20 Thread Meno25
Meno25 added a comment. In T337045#8867714 , @Meno25 wrote: > In T337045#8867648 , @Xqt wrote: > >> The result after this change: >> >> D:\pwb\GIT\core>pwb shell >>

[Pywikipedia-bugs] [Maniphest] [Commented On] T337045: cosmetic_changes.py: ServerError: HTTPConnectionPool: Max retries exceeded with url: /w/api.php (Caused by ConnectTimeoutError, 'Connection to wi

2023-05-20 Thread Meno25
Meno25 added a comment. In T337045#8867648 , @Xqt wrote: > The result after this change: > > D:\pwb\GIT\core>pwb shell > Welcome to the Pywikibot interactive shell! > pwb> pywikibot.config.max_retries = 0 > pwb> s =

[Pywikipedia-bugs] [Maniphest] [Commented On] T337045: cosmetic_changes.py: ServerError: HTTPConnectionPool: Max retries exceeded with url: /w/api.php (Caused by ConnectTimeoutError, 'Connection to wi

2023-05-20 Thread Xqt
Xqt added a comment. The result after this change: D:\pwb\GIT\core>pwb shell Welcome to the Pywikibot interactive shell! pwb> pywikibot.config.max_retries = 0 pwb> s = pywikibot.Site() pwb> p = pywikibot.Page(s, 'user:xqt/Test') pwb> p.save() ERROR: Traceback

[Pywikipedia-bugs] [Maniphest] [Commented On] T337045: cosmetic_changes.py: ServerError: HTTPConnectionPool: Max retries exceeded with url: /w/api.php (Caused by ConnectTimeoutError, 'Connection to wi

2023-05-20 Thread gerritbot
gerritbot added a comment. Change 921582 had a related patch set uploaded (by Xqt; author: Xqt): [pywikibot/core@master] [bugfix] Suppress TimeoutError in CosmeticChangesToolkit.cleanUpLinks() https://gerrit.wikimedia.org/r/921582 TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T337045: cosmetic_changes.py: ServerError: HTTPConnectionPool: Max retries exceeded with url: /w/api.php (Caused by ConnectTimeoutError, 'Connection to wi

2023-05-20 Thread Xqt
Xqt added a comment. I simplified the check and get: D:\pwb\GIT\core>pwb shell Welcome to the Pywikibot interactive shell! pwb> s = pywikibot.Site() pwb> p = pywikibot.Page(s, 'user:xqt/Test') pwb> t = p.text pwb> p.save() ERROR: Traceback (most recent call