[Pywikipedia-bugs] [Maniphest] [Lowered Priority] T355832: CI tests are failing on tests.file_tests.TestMediaInfoReadonlyEditing

2024-01-25 Thread JJMC89
JJMC89 lowered the priority of this task from "Unbreak Now!" to "Needs Triage". TASK DETAIL https://phabricator.wikimedia.org/T355832 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JJMC89 Cc: Xqt, Aklapper, pywikibot-bugs-list, Huji, mevo, PotsdamLam

[Pywikipedia-bugs] [Maniphest] [Closed] T355915: Pywikibot made unmentioned breaking change in 8.3.0

2024-01-25 Thread JJMC89
JJMC89 closed this task as "Invalid". JJMC89 added a comment. From the pywikibot.Site documentation : WARNING: Never create a site object via interface class directly. Always use this factory method. TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T355915: Pywikibot made unmentioned breaking change in 8.3.0

2024-01-25 Thread RPI2026F1
RPI2026F1 added a comment. I was using DataSite to enhance type information, since `pywikibot.Site()` only returns methods shared by all types of sites, and I needed some Wikidata-specific methods. TASK DETAIL https://phabricator.wikimedia.org/T355915 EMAIL PREFERENCES https://phabricat

[Pywikipedia-bugs] [Maniphest] [Commented On] T355915: Pywikibot made unmentioned breaking change in 8.3.0

2024-01-25 Thread JJMC89
JJMC89 added a comment. Objects imported into a module are not guaranteed to be stable across versions. The stable interface for creating site objects is `pywikibot.Site()`. TASK DETAIL https://phabricator.wikimedia.org/T355915 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings

[Pywikipedia-bugs] [Maniphest] [Created] T355915: Pywikibot made unmentioned breaking change in 8.3.0

2024-01-25 Thread RPI2026F1
RPI2026F1 created this task. RPI2026F1 added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION **Steps to replicate the issue** (include links if applicable): - Run code in pywikibot 8.2.0 - Run code in pywikibot 8.3.0 i

[Pywikipedia-bugs] [Maniphest] [Commented On] T343187: Problems with logging in

2024-01-25 Thread matej_suchanek
matej_suchanek added a comment. I was suspicious there could be a race condition since my bot uses the asynchronous saving feature. So, I forced it to save synchronously. When I have it log out before running the script, I get messages like Change summary: add missing labels Loggin