[Pywikipedia-bugs] [Maniphest] [Edited] T324434: fixing_redirects.py: ERROR: '� ' contains illegal char ' �' (InvalidTitleError)

2022-12-04 Thread Meno25
Meno25 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T324434 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Meno25 Cc: Aklapper, alaa, Meno25, pywikibot-bugs-list, PotsdamLamb, Jyoo1011, JohnsonLee01, SHEKH, Dijkstra,

[Pywikipedia-bugs] [Maniphest] [Created] T324434: fixing_redirects.py: ERROR: '� ' contains illegal char ' �' (InvalidTitleError)

2022-12-04 Thread Meno25
Meno25 created this task. Meno25 added projects: Pywikibot, Pywikibot-Scripts. Restricted Application added subscribers: pywikibot-bugs-list, alaa, Aklapper. TASK DESCRIPTION **Problem:** - The script `fixing_redirects.py` crashes when running on any page that has the replacement

[Pywikipedia-bugs] [Maniphest] [Closed] T324430: Function logged_in() in _apisite does not yield the expected result

2022-12-04 Thread Xqt
Xqt closed this task as "Invalid". TASK DETAIL https://phabricator.wikimedia.org/T324430 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Xqt, Aklapper, pywikibot-bugs-list, #pywikibot-login.py, Draco_flavus, PotsdamLamb, Jyoo1011,

[Pywikipedia-bugs] [Maniphest] [Commented On] T324430: Function logged_in() in _apisite does not yield the expected result

2022-12-04 Thread Draco_flavus
Draco_flavus added a comment. I think, I have done a mistake. I have repeated the tests... It seems to be my mistake. You can close the ticket. TASK DETAIL https://phabricator.wikimedia.org/T324430 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Pywikipedia-bugs] [Maniphest] [Commented On] T324430: Function logged_in() in _apisite does not yield the expected result

2022-12-04 Thread Xqt
Xqt added a comment. Can you please provide a reproducible example for this issue? TASK DETAIL https://phabricator.wikimedia.org/T324430 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Xqt, Aklapper, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Created] T324430: Function logged_in() in _apisite does not yield the expected result

2022-12-04 Thread Draco_flavus
Draco_flavus created this task. Draco_flavus added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION **Steps to replicate the issue** (include links if applicable): If not logged in the function returns true. **What

[Pywikipedia-bugs] [Maniphest] [Commented On] T323413: Category.subcategories(recurse=True) no longer works

2022-12-04 Thread Xqt
Xqt added a comment. In T323413#8440095 , @Dvorapa wrote: > Now it takes 6 days and still is woking on categories starting with B) I cannot reproduce this. It takes 35 seconds on test2 for `i in s.allpages(namespace=14)` TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T324401: Allow Pywikibot to stack edits to items

2022-12-04 Thread matej_suchanek
matej_suchanek added a comment. Just make all changes to the item's attributes and then call `item.editEntity`: item = pywikibot.ItemPage(repo, 'Q123') item.labels['en'] = 'English label' item.descriptions['de'] = 'German description' claim = pywikibot.Claim(repo,