[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-11-02 Thread Michael
Michael added a project: wmde-wikidata-tech. TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael Cc: thiemowmde, Lucas_Werkmeister_WMDE, ItamarWMDE, Michael, Aklapper, jeena,

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-16 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.40-notes (1.40.0-wmf.19; 2023-01-16). TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: thiemowmde, Lucas_Werkmeister_WMDE, ItamarWMDE,

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: thiemowmde, Lucas_Werkmeister_WMDE, ItamarWMDE, Michael, Aklapper, jeena,

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-16 Thread gerritbot
gerritbot added a comment. Change 879855 **merged** by jenkins-bot: [mediawiki/extensions/WikibaseLexeme@master] Add more logging to unexpected exception being thrown https://gerrit.wikimedia.org/r/879855 TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Michael
Michael added a comment. This adds logging close to where the exception is being thrown and where we know we're in the wrong place. Not sure how useful it will be, though? I hope at that point, all the diffs we get should actually be serializable 爛. But maybe we want to add this logging

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: thiemowmde, Lucas_Werkmeister_WMDE, ItamarWMDE, Michael, Aklapper, jeena, Adamm71,

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread gerritbot
gerritbot added a comment. Change 879855 had a related patch set uploaded (by Michael Große; author: Michael Große): [mediawiki/extensions/WikibaseLexeme@master] Add more logging to unexpected exception being thrown https://gerrit.wikimedia.org/r/879855 TASK DETAIL

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Oh, sorry, then I didn’t pay attention to the timestamps. TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: thiemowmde,

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread thiemowmde
thiemowmde added a comment. It was the other way around. I suggested to remove the problematic `hasForm` after the "unchecked errors" patch got stale. Reading the discussion I still don't understand why it wasn't merged. (Well, not being linked to a ticket definitely played a role.) The

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: thiemowmde. Lucas_Werkmeister_WMDE added a comment. عُثمان reports //no// user impact: apparently his requests to remove the two forms still succeeded, without even needing a retry? Very confusing. In T326768#8523273

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. This has also happened a few other times in the last 7 days – 30 times on L136328-F2 (the form ID mentioned before), and once each on L679424-F5 (Jan 12, 2023 @ 15:01:16.442) and L942105-F1 (Jan 11, 2023 @ 17:49:23.770). The latter two lexemes were

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Also haven’t had luck trying to produce an edit conflict by editing the form and then removing it: (async function() { const api = new mw.Api(); const { id: lexemeId, lastrevid: revisionId } = ( await api.postWithEditToken( {

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Upon closer inspection, this doesn’t look like two concurrent requests – L136328-F2 was removed 23:51, while the logstash error is from 23:59:46.647, about eight minutes

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Still can’t reproduce it when I try to make two concurrent `wblremoveform` requests locally – one succeeds and the other returns a proper “not found” error, without crashing: ( async function() { const api = new mw.Api(); const

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata Lexicographical data. Lucas_Werkmeister_WMDE added a comment. Interesting – when I call wblremoveform with a form ID that doesn’t exist (e.g. `L123-F100`), I get an ordinary error: { "error": { "code":

[Wikidata-bugs] [Maniphest] T326768: OutOfRangeException: Lexeme L136328 doesn't have Form L136328-F2

2023-01-13 Thread Lydia_Pintscher
Lydia_Pintscher added projects: Wikidata, wdwb-tech. TASK DETAIL https://phabricator.wikimedia.org/T326768 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Aklapper, jeena, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja,