https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
Web browser: --- Bug ID: 59227 Summary: pywikibot.data.api.APIError: internal_api_error_ReadOnlyError when the database is locked Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: maarten@mdammers.nl Classification: Unclassified Mobile Platform: ---
Database is locked at the moment. Makes the pywikibot crash with this error:
Adding new Commons category claim to [[Commons:Category:Green Party of British Columbia]] based on [[en:Category:Green Party of British Columbia]] Traceback (most recent call last): File "C:\pywikibot\core\commonscat_to_wikidata.py", line 238, in <module> main() File "C:\pywikibot\core\commonscat_to_wikidata.py", line 235, in main bot.run() File "C:\pywikibot\core\commonscat_to_wikidata.py", line 94, in run newclaim.addSource(source, bot=True) File "C:\pywikibot\core\pywikibot\page.py", line 2957, in addSource self.addSources([claim], **kwargs) File "C:\pywikibot\core\pywikibot\page.py", line 2965, in addSources data = self.repo.editSource(self, claims, new=True, **kwargs) File "C:\pywikibot\core\pywikibot\site.py", line 720, in callee return fn(self, *args, **kwargs) File "C:\pywikibot\core\pywikibot\site.py", line 3797, in editSource data = req.submit() File "C:\pywikibot\core\pywikibot\data\api.py", line 401, in submit raise APIError(code, info, **result["error"]) pywikibot.data.api.APIError: internal_api_error_ReadOnlyError: Exception Caught: The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.
The administrator who locked it offered this explanation: The database has been automatically locked while the slave database servers catch up to the master
Should be caught like any other api error, back off, wait some time. Try again until we reach max tries.
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
--- Comment #1 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 105099 had a related patch set uploaded by Merlijn van Deen: (bug 59227) retry on internal_api_error_ReadOnlyError
https://gerrit.wikimedia.org/r/105099
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
Gerrit Notification Bot gerritadmin@wikimedia.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |PATCH_TO_REVIEW
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
--- Comment #2 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 105099 merged by jenkins-bot: (bug 59227) retry on internal_api_error_ReadOnlyError
https://gerrit.wikimedia.org/r/105099
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
--- Comment #3 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 105152 had a related patch set uploaded by Xqt: (bug 59227) retry on all internal_api_error_s
https://gerrit.wikimedia.org/r/105152
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
xqt info@gno.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED CC| |info@gno.de Resolution|--- |FIXED
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
--- Comment #4 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 105152 merged by jenkins-bot: (bug 59227) retry on all internal_api_error_s
https://gerrit.wikimedia.org/r/105152
https://bugzilla.wikimedia.org/show_bug.cgi?id=59227
--- Comment #5 from John Mark Vandenberg jayvdb@gmail.com --- *** Bug 56321 has been marked as a duplicate of this bug. ***
pywikipedia-bugs@lists.wikimedia.org