Page MenuHomePhabricator

Dalba (Dalba)
User

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Tuesday

  • Clear sailing ahead.

User Details

User Since
Oct 13 2014, 5:50 AM (525 w, 5 d)
Availability
Available
LDAP User
Dalba
MediaWiki User
Dalba [ Global Accounts ]

Recent Activity

Aug 29 2024

Dalba awarded T166622: Allow all users on all wikis to use OATHAuth a Like token.
Aug 29 2024, 3:53 AM · Goal, Security, Security-Team, Trust-and-Safety, MediaWiki-extensions-OATHAuth, Wikimedia-Site-requests
Dalba awarded T244088: Logging in at another wiki than WebAuth was set up fails a Manufacturing Defect? token.
Aug 29 2024, 3:47 AM · MW-1.35-notes (1.35.0-wmf.28; 2020-04-14), MediaWiki-extensions-OATHAuth

Jan 12 2024

Dalba added a watcher for Citoid: Dalba.
Jan 12 2024, 5:46 AM

Sep 27 2023

Dalba awarded T334940: All Graphs broken on Wikimedia wikis (due to security issue T336556) a Manufacturing Defect? token.
Sep 27 2023, 1:32 PM · User-zeljkofilipin, Regression, User-notice, Tech Ambassadors & Translators, MediaWiki-extensions-Graph

Feb 28 2023

Dalba added a comment to T330488: Logged in hiddenly.

I'm not sure how the login script works, but you should be able to workaround the main issue by calling site.login() in your script:

import pywikibot
site = pywikibot.Site()
site.login()  # add this line, make sure username and password_file are defined in user-config.py
print(len(list(site.watched_pages())))

(this way, there should be no need to call pwb.py login before running the script)

Feb 28 2023, 3:01 PM · Pywikibot

Feb 15 2023

Dalba added a comment to T329452: 500 server error when pulling Pywikibot i18n.

Does this error also occur if you clone mirror repos ( https://github.com/wikimedia/pywikibot.git and https://github.com/wikimedia/pywikibot-i18n.git )?

Feb 15 2023, 1:45 PM · Pywikibot, Gerrit

Dec 6 2022

Dalba removed a watcher for commit-message-validator: Dalba.
Dec 6 2022, 9:32 AM

Nov 29 2022

Dalba awarded T324000: Password from cookies is lost when a user changes a Manufacturing Defect? token.
Nov 29 2022, 2:28 PM · Pywikibot-login.py, Pywikibot

Oct 6 2022

Dalba awarded T319664: Migrate dbbot from Toolforge GridEngine to Toolforge Kubernetes a Love token.
Oct 6 2022, 10:40 PM · Grid-Engine-to-K8s-Migration
Dalba closed T319664: Migrate dbbot from Toolforge GridEngine to Toolforge Kubernetes as Resolved.
Oct 6 2022, 4:13 PM · Grid-Engine-to-K8s-Migration

Jan 13 2022

Dalba awarded T296729: Support ASGI on Toolforge a Manufacturing Defect? token.
Jan 13 2022, 2:52 PM · Toolforge (Software install/update)

Dec 8 2021

Dalba added a comment to T296371: Move pywikibot tests from Travis to Github action.

Hi @Xqt,
Do you have access to pywikibot account on toolforge? (according to https://admin.toolforge.org/tool/pywikibot you do)

Dec 8 2021, 12:35 PM · Pywikibot-tests, Pywikibot

Nov 3 2020

Dalba awarded T237467: Invariant failed: Bad UTF-8 (full string verification) a Dislike token.
Nov 3 2020, 12:21 PM · User-notice-archive, MW-1.36-notes (1.36.0-wmf.18; 2020-11-17), Parsing-Active-Work, WMDE-QWERTY-Sprint-2020-08-26, Patch-For-Review, Wikimedia-production-error, User-brennen, Parsoid

Sep 17 2020

Dalba removed a watcher for MediaWiki-Parser: Dalba.
Sep 17 2020, 7:09 AM

Sep 11 2020

Dalba closed T262635: section tags should not allow another section tag within themselves as Invalid.
Sep 11 2020, 6:06 AM · MediaWiki-extensions-LabeledSectionTransclusion
Dalba updated the task description for T262635: section tags should not allow another section tag within themselves.
Sep 11 2020, 4:59 AM · MediaWiki-extensions-LabeledSectionTransclusion
Dalba created T262635: section tags should not allow another section tag within themselves.
Sep 11 2020, 4:58 AM · MediaWiki-extensions-LabeledSectionTransclusion

Aug 21 2020

Dalba added a comment to T260993: Edit box directionality cannot be changed on RTL projects.

@Dalba it seems like the only piece of that code which you need is the following:

textarea[dir='ltr']
{
  direction:ltr !important;
}
Aug 21 2020, 2:57 PM · MW-1.36-notes (1.36.0-wmf.8; 2020-09-08), Web-Team-Backlog (Kanbanana-FY-2020-21), MediaWiki-User-Interface, I18n, RTL
Dalba updated subscribers of T260993: Edit box directionality cannot be changed on RTL projects.

Also interesting that adding

textarea[dir='rtl'], input[dir='rtl']
{
  direction:rtl !important;
}
textarea[dir='ltr'], input[dir='ltr']
{
  direction:ltr !important;
}

to Special:MyPage/common.css (as suggested by @Nightdevil on fawiki) does fix the issue for me.

Aug 21 2020, 2:17 PM · MW-1.36-notes (1.36.0-wmf.8; 2020-09-08), Web-Team-Backlog (Kanbanana-FY-2020-21), MediaWiki-User-Interface, I18n, RTL

Aug 11 2020

Dalba awarded T174388: LoginNotify should inform users of the IP address of failed login attempts to their account a Like token.
Aug 11 2020, 4:29 PM · Growth-Team-Filtering, Patch-Needs-Improvement, Privacy Engineering, Growth-Team, Notifications, User-Huji, Community-Tech, Privacy, WMF-Legal, MediaWiki-extensions-LoginNotify

Aug 3 2020

Dalba awarded T245440: "Error: 429, Too Many Requests" for some PNG thumbnails of [[c:File:Ambigram_New_York_Rich_Man.png]] a Doubloon token.
Aug 3 2020, 3:31 PM · Thumbor, Commons

Jul 25 2020

Dalba updated the task description for T258469: feature request: `toomanyvalues` error: include the parameter name in a separate field.
Jul 25 2020, 12:09 PM · MW-1.41-notes (1.41.0-wmf.12; 2023-06-06), Platform Team Workboards (Clinic Duty Team), MediaWiki-Action-API

Jul 21 2020

Dalba created T258469: feature request: `toomanyvalues` error: include the parameter name in a separate field.
Jul 21 2020, 6:52 AM · MW-1.41-notes (1.41.0-wmf.12; 2023-06-06), Platform Team Workboards (Clinic Duty Team), MediaWiki-Action-API

Jun 28 2020

Dalba added a comment to T84977: API: Purpose of "batchcomplete" property and implementation.

More questions ... :)

Jun 28 2020, 3:29 PM · Platform Engineering (Icebox), good first task, Documentation, MediaWiki-Action-API

Jun 6 2020

Dalba awarded T52864: Upgrade GNU Mailman from 2.1 to Mailman3 a Like token.
Jun 6 2020, 5:33 PM · Security-Team, SRE, Wikimedia-Mailing-lists

Jun 2 2020

Dalba added a comment to T254119: Section is not editable if definition is before a template that returns nothing.

Interesting, so, in a way, Parsoid allows writing whole sections inside a title. (not that I'm complaining, just a very unrealistic case I noted).

Jun 2 2020, 8:23 PM · Parsoid-Rendering, Parsoid, MediaWiki-Parser

May 25 2020

Dalba added a watcher for MediaWiki-Parser: Dalba.
May 25 2020, 3:20 AM

May 24 2020

Dalba created T253476: Allowing comments between the brackets of a wikilink should not depend on pipe-trick being used or not.
May 24 2020, 3:15 PM · MediaWiki-Parser

May 9 2020

Dalba awarded P587 Most referenced domains on the English Wikipedia (2015-05-15) (T96927) a Like token.
May 9 2020, 9:06 AM · Citoid

Mar 3 2020

Dalba awarded T205378: Support ECH on Wikimedia servers a Mountain of Wealth token.
Mar 3 2020, 2:59 PM · Traffic-Icebox, Upstream, HTTPS, SRE
Dalba awarded T215071: Merge Wikipedia subdomains into one, to discourage censorship a Manufacturing Defect? token.
Mar 3 2020, 2:27 PM · Traffic-Icebox, Domains, DNS, HTTPS, SRE

Jan 19 2020

Dalba removed a watcher for Pywikibot-Announce: Dalba.
Jan 19 2020, 1:10 PM
Dalba removed a watcher for Pywikibot-RfCs: Dalba.
Jan 19 2020, 1:10 PM

Jan 18 2020

Dalba removed a watcher for Pywikibot: Dalba.
Jan 18 2020, 6:31 PM

Oct 26 2019

Dalba awarded T99369: Remove client-side MathJax rendering mode a Dislike token.
Oct 26 2019, 2:38 PM · User-notice-archive, WMF-deploy-2015-07-21_(1.26wmf15), Patch-For-Review, Math

Sep 7 2019

Dalba closed T232241: Why meta=filerepoinfo and meta=siteinfo response formats are not consistent with other meta queries? as Invalid.

My premise was not true. There are several other queries that also have different formats.

Sep 7 2019, 6:48 AM · Platform Engineering, MediaWiki-Action-API
Dalba updated the task description for T232241: Why meta=filerepoinfo and meta=siteinfo response formats are not consistent with other meta queries?.
Sep 7 2019, 6:44 AM · Platform Engineering, MediaWiki-Action-API
Dalba updated the task description for T232241: Why meta=filerepoinfo and meta=siteinfo response formats are not consistent with other meta queries?.
Sep 7 2019, 6:41 AM · Platform Engineering, MediaWiki-Action-API
Dalba created T232241: Why meta=filerepoinfo and meta=siteinfo response formats are not consistent with other meta queries?.
Sep 7 2019, 6:40 AM · Platform Engineering, MediaWiki-Action-API

Sep 6 2019

Dalba added a comment to T84977: API: Purpose of "batchcomplete" property and implementation.

https://www.mediawiki.org/wiki/API:Query#Example_5:_Batchcomplete mentions https://en.wikipedia.org/w/api.php?action=query&list=allimages&ailimit=3&format=jsonfm&formatversion=2 as an example of batchcomplete.

Sep 6 2019, 5:33 PM · Platform Engineering (Icebox), good first task, Documentation, MediaWiki-Action-API
Restricted Application added a project to T84977: API: Purpose of "batchcomplete" property and implementation: Platform Engineering.
Sep 6 2019, 4:56 PM · Platform Engineering (Icebox), good first task, Documentation, MediaWiki-Action-API

Aug 25 2019

Dalba reopened T189126: Cannot delete more than one page with delete.py as "Open".

According to T154324#4164161 this should also be resolvable in pywikibot itself and I think https://gerrit.wikimedia.org/r/c/pywikibot/core/+/531589 will do it.

Aug 25 2019, 3:16 AM · Pywikibot-Scripts, Pywikibot

Aug 22 2019

Dalba awarded T71283: dualism between user and sysop needs to be overtaken a Manufacturing Defect? token.
Aug 22 2019, 4:22 AM · Pywikibot-login.py, Pywikibot

Aug 21 2019

Dalba added a comment to T229293: invalid CSRF token error shown with each block.

I'm curious to know if e.info contains any more details. Adding the following print statement to login.py should print it:

pywikibot-core[master]
$ git diff
diff --git a/pywikibot/login.py b/pywikibot/login.py
index 3bc76619..b9bee2b2 100644
--- a/pywikibot/login.py
+++ b/pywikibot/login.py
@@ -304,6 +304,7 @@ class LoginManager(object):
         except pywikibot.data.api.APIError as e:
             error_code = e.code
             pywikibot.error('Login failed ({}).'.format(error_code
))
+            print(e.info, self.login_name, self.password)
             if error_code in self._api_error:
                 error_msg = 'Username "{}" {} on {}'.format(
                     self.login_name, self._api_error[error_code],
self.site)

(also check username and password)

Aug 21 2019, 5:27 PM · Pywikibot
Dalba added a comment to T229293: invalid CSRF token error shown with each block.

Mine is like this:

('HujiBot', BotPassword('HujiBot', 'REDACTED'))
Aug 21 2019, 2:05 AM · Pywikibot

Aug 20 2019

Dalba added a comment to T229293: invalid CSRF token error shown with each block.

@Huji, are having multiple pywikibot processes running on the same machine? Maybe this is the result of a race condition between them. If so, try it with a single process per user.

Aug 20 2019, 2:37 AM · Pywikibot

Aug 17 2019

Dalba added a comment to T229293: invalid CSRF token error shown with each block.

With BotPasswords, the CSRF error was not shown when the first block was done. When a second block was attempted, I got a Login failed error. Here are some relevant portions of the log:

...
Checking 5.250.46.252
Checking 109.169.72.36
Logging in to wikipedia:fa as HujiBot@HujiBot
Checking 188.229.7.134
Checking 5.106.138.33
...
Checking 2A02:A03F:52DB:3500:51F8:75AD:3798:726C
Checking 204.14.73.69
Logging in to wikipedia:fa as HujiBot@HujiBot
ERROR: Login failed (Aborted).
Password for user HujiBot@HujiBot on wikipedia:fa (no characters will be shown):

Note that my bot successfully blocked 109.169.72.36 (and that is where the first login attempt happened and was successful); later, it tried to block 204.14.73.69 and, because each block must be preceded with a new login, it tried to log in again and failed. This is all using BotPasswords.

Aug 17 2019, 4:51 AM · Pywikibot
Dalba added a comment to T229293: invalid CSRF token error shown with each block.

I believe it is because OAuth does not provide a way to ascertain the username associated with a consumer .. but should it matter?

Aug 17 2019, 4:43 AM · Pywikibot

Aug 14 2019

Dalba added a comment to T229293: invalid CSRF token error shown with each block.

Could you give BotParsswords or OAuth a try, please, and see if the same Invalid CSRF token error occurs or not?

Aug 14 2019, 2:23 AM · Pywikibot

Aug 13 2019

Dalba awarded T114432: [RFC] Heredoc arguments for templates (aka "hygienic" or "long" arguments) a Dislike token.
Aug 13 2019, 11:33 AM · MediaWiki-Parser-Templates, Patch-Needs-Improvement, TechCom-RFC (TechCom-RFC-Closed), Parsing-Team--ARCHIVED, Wikimedia-Developer-Summit-2016

Jul 31 2019

Dalba added a comment to T224712: Attempt to login fails several times.

Maybe switching to bot passwords will resolve this issue. I would suggest doing so. action=login has been long deprecated anyway.

Jul 31 2019, 11:42 AM · Upstream, Pywikibot, Pywikibot-tests

Jul 30 2019

Dalba closed T165828: Add the option allowusertalk to blockuser() as Resolved.

Change 526278 merged by jenkins-bot:
[pywikibot/core@master] Add allowusertalk to the userblock options in pywikibot

https://gerrit.wikimedia.org/r/526278

Jul 30 2019, 3:00 PM · Pywikibot-compat-to-core, Pywikibot
Dalba merged T229288: Add allowusertalk to the userblock options in pywikibot into T165828: Add the option allowusertalk to blockuser().
Jul 30 2019, 2:59 PM · Pywikibot-compat-to-core, Pywikibot
Dalba merged task T229288: Add allowusertalk to the userblock options in pywikibot into T165828: Add the option allowusertalk to blockuser().
Jul 30 2019, 2:59 PM · Pywikibot

Jul 24 2019

Dalba added a comment to T228841: test_mime_file_container of dry_api_tests.DryMimeTests is failing for Python 3.5+.

Either T113120 isn't really solved or the behaviour is different from Python 2. The fix works for Python 3.4 only since rPWBC07ce5ab6fe67.

Jul 24 2019, 1:18 PM · Pywikibot, Pywikibot-tests
Dalba closed T113120: email.generator.BytesGenerator on Python 3 corrupts data by changing line endings, a subtask of T60053: Pywikibot Python 3 compatibility (tracking), as Resolved.
Jul 24 2019, 7:10 AM · Tracking-Neverending, Pywikibot
Dalba closed T113120: email.generator.BytesGenerator on Python 3 corrupts data by changing line endings as Resolved.
Jul 24 2019, 7:10 AM · Upstream, Pywikibot
Dalba awarded T187264: Pinging users from edit summary should send success/fail mention notification a Like token.
Jul 24 2019, 3:22 AM · Patch-For-Review, Growth-Team-Filtering, MediaWiki-Comment-store, Growth-Team, Community-Wishlist-Survey-2017, Community-Tech, Notifications

Jul 20 2019

Dalba claimed T224364: TestPwb.test_one_similar_script: io.StringIO is empty in Python 2.7 .
Jul 20 2019, 2:15 PM · Pywikibot-tests, Pywikibot

Jul 19 2019

Dalba added a comment to T224364: TestPwb.test_one_similar_script: io.StringIO is empty in Python 2.7 .

Apparently this is not limited to python 2, there is a failure on py341 on appveyor: https://ci.appveyor.com/project/Ladsgroup/pywikibot-g4xqx/builds/26087824/job/jm5299v53hmuib2q

Jul 19 2019, 2:57 AM · Pywikibot-tests, Pywikibot

Jul 18 2019

Dalba awarded T228375: Deprecate test_family and force wikipedia_family for test.wikipedia.org instead a Like token.
Jul 18 2019, 6:29 AM · Pywikibot
Dalba added a watcher for Pywikibot: Dalba.
Jul 18 2019, 4:29 AM

Jul 15 2019

Dalba closed T228052: Fetching a token via "action=login" is deprecated. Use "action=query&meta=tokens&type=login" instead as Invalid.

Could not find a way to reproduce, maybe the source is somewhere other than getCookie...

Jul 15 2019, 5:49 PM · Pywikibot
Dalba closed T228050: test_login_logout fails on my Travis CI account as Resolved.
Jul 15 2019, 3:11 PM · Pywikibot, Pywikibot-tests
Dalba created T228052: Fetching a token via "action=login" is deprecated. Use "action=query&meta=tokens&type=login" instead.
Jul 15 2019, 1:39 PM · Pywikibot
Dalba created T228050: test_login_logout fails on my Travis CI account.
Jul 15 2019, 1:32 PM · Pywikibot, Pywikibot-tests
Dalba added a comment to T225590: test_own_client_wikidatatest fails for wikidata:test.
Jul 15 2019, 9:11 AM · Patch-For-Review, Pywikibot, Pywikibot-tests

Jun 29 2019

Dalba added a comment to T226837: interface-admin cannot edit sitewide CSS/JS/JSON files via API.

BTW, I think the error message (...limited to members of the Interface administrators group..) should be changed to complain about the required user rights, not the user group.

Jun 29 2019, 4:28 AM · MediaWiki-Action-API
Dalba closed T226837: interface-admin cannot edit sitewide CSS/JS/JSON files via API as Invalid.

Thanks Umherirrender. Because of the strange translation I had not noticed that one. Sorry for that. I needed to have editsitejs right.
(Also fixed the translation on translatewiki.net)

Jun 29 2019, 2:43 AM · MediaWiki-Action-API

Jun 28 2019

Dalba updated the task description for T226837: interface-admin cannot edit sitewide CSS/JS/JSON files via API.
Jun 28 2019, 3:30 PM · MediaWiki-Action-API
Dalba updated the task description for T226837: interface-admin cannot edit sitewide CSS/JS/JSON files via API.
Jun 28 2019, 3:28 PM · MediaWiki-Action-API
Dalba created T226837: interface-admin cannot edit sitewide CSS/JS/JSON files via API.
Jun 28 2019, 2:59 PM · MediaWiki-Action-API

Jun 20 2019

Dalba closed T226020: `from pywikibot import *` fails with AttributeError: module 'pywikibot' has no attribute 'SiteLink' as Resolved.
Jun 20 2019, 3:47 AM · Pywikibot

Jun 18 2019

Dalba updated the task description for T226020: `from pywikibot import *` fails with AttributeError: module 'pywikibot' has no attribute 'SiteLink'.
Jun 18 2019, 12:54 PM · Pywikibot
Dalba created T226020: `from pywikibot import *` fails with AttributeError: module 'pywikibot' has no attribute 'SiteLink'.
Jun 18 2019, 12:53 PM · Pywikibot
Dalba triaged T225993: Basepage.purge does not warn about invalid keyword arguments as Low priority.
Jun 18 2019, 8:10 AM · Pywikibot
Dalba created T225993: Basepage.purge does not warn about invalid keyword arguments.
Jun 18 2019, 8:09 AM · Pywikibot

Jun 14 2019

Dalba closed T225632: Skip TestValidTemplate gracefully if i18n package is missing as Resolved.
Jun 14 2019, 9:04 AM · Patch-For-Review, Pywikibot-tests, Pywikibot

May 31 2019

Dalba claimed T224734: logentry_tests.TestLogentryParams fails on hidden block entry titles.
May 31 2019, 3:17 PM · Patch-For-Review, Pywikibot-tests, Pywikibot
Restricted Application added a project to T224734: logentry_tests.TestLogentryParams fails on hidden block entry titles: Pywikibot.
May 31 2019, 3:15 PM · Patch-For-Review, Pywikibot-tests, Pywikibot
Dalba added a comment to T224712: Attempt to login fails several times.
May 31 2019, 8:33 AM · Upstream, Pywikibot, Pywikibot-tests
Dalba added a comment to T222508: action=logout needs CSRF token, since API breaking change.

Change 508893 merged by jenkins-bot:
[pywikibot/core@master] [bugfix] clear tokens on logout()

https://gerrit.wikimedia.org/r/508893

May 31 2019, 4:34 AM · TestMe, Pywikibot

May 29 2019

Dalba closed T224370: python 3.8-dev is neither >= 3.5 nor < 3.5 and also not >= 3.8 as Resolved.
May 29 2019, 2:41 PM · Pywikibot, Pywikibot-tests
Dalba added a comment to T224366: Python 3.8 tests fails with werkzeug > 0.15.2 dependency.

@Dalba It still fails with 0.15.4

May 29 2019, 2:37 PM · Upstream, Pywikibot-tests, Pywikibot
Dalba moved T224370: python 3.8-dev is neither >= 3.5 nor < 3.5 and also not >= 3.8 from Backlog to Waiting on other changes on the Pywikibot board.
May 29 2019, 2:36 PM · Pywikibot, Pywikibot-tests
Dalba reassigned T224366: Python 3.8 tests fails with werkzeug > 0.15.2 dependency from Dalba to Xqt.
May 29 2019, 11:47 AM · Upstream, Pywikibot-tests, Pywikibot
Dalba closed T224366: Python 3.8 tests fails with werkzeug > 0.15.2 dependency as Resolved.

Werkzeug 0.15.4 is released and the upstream issue seems to have been resolved.

May 29 2019, 11:47 AM · Upstream, Pywikibot-tests, Pywikibot
Dalba added a comment to T224364: TestPwb.test_one_similar_script: io.StringIO is empty in Python 2.7 .

is not deterministic

May 29 2019, 11:43 AM · Pywikibot, Pywikibot-tests

May 28 2019

Dalba renamed T140648: Add a site method for action=parse from Add a method to Site to get various API-supported parser outputs to Add a site method for action=parse.
May 28 2019, 1:51 AM · Pywikibot

May 25 2019

Dalba added a comment to T213287: Drop support of Python 2.7.

For information, this is the code, and this is the command that ran the script.

May 25 2019, 12:05 PM · Patch-For-Review, Pywikibot-Announce, Pywikibot

May 21 2019

Dalba awarded T214292: Special:Contributions includes all Topic edits prior to requested date range a Orange Medal token.
May 21 2019, 2:56 AM · Growth-Team-Filtering, StructuredDiscussions, MediaWiki-Special-pages, Growth-Team
Dalba awarded T214292: Special:Contributions includes all Topic edits prior to requested date range a Y So Serious token.
May 21 2019, 2:56 AM · Growth-Team-Filtering, StructuredDiscussions, MediaWiki-Special-pages, Growth-Team

May 20 2019

Dalba removed a watcher for Pywikibot-tests: Dalba.
May 20 2019, 7:17 AM

May 19 2019

Dalba removed a watcher for Pywikibot-Scripts: Dalba.
May 19 2019, 4:34 PM
Dalba removed a watcher for Pywikibot: Dalba.
May 19 2019, 12:37 PM

May 17 2019

Dalba added a comment to T194009: Phabricator Trigger to add #Upstream tag when a task is moved to "Upstream issues" column of #pywikibot workboard.

I don't like marking tasks as Upstream.

For example if the task is MediaWiki-Action-API bug and is marked with MediaWiki-Action-API and Pywikibot-tests (failing APi test).

The MediaWiki-Action-API team can think - per Upstream tag - this is not their issue.

The Pywikibot team can think - per Upstream tag - this is not their issue either

But this is both issues as MediaWiki-Action-API must fix the bug and then Pywikibot must adjust the tests to the fixed behavior

May 17 2019, 12:16 AM · Pywikibot, Phabricator

Apr 24 2019

Dalba added a watcher for Pywikibot: Dalba.
Apr 24 2019, 10:33 AM

Apr 22 2019

Dalba removed a watcher for Pywikibot: Dalba.
Apr 22 2019, 1:09 AM

Mar 19 2019

Dalba added a comment to T212830: Fawiki article cannot be edited: "Service Temporarily Unavailable" timeout upon saving at API execution limit (200 seconds).

I can understand why the page is taking so long to save (it's almost 300KB), but why is it timing out when trying to blank the page? Is MW trying to generate a diff or something like that that requires processing the previous content of the page, too?

Mar 19 2019, 2:47 AM · WMF-General-or-Unknown, MediaWiki-Page-editing

Mar 16 2019

Dalba updated the task description for T218461: `webservice --backend=kubernetes python restart` starts a php5.6 webservice.
Mar 16 2019, 3:18 AM · cloud-services-team (Kanban), Kubernetes, Toolforge