XZise created this task.
XZise added a subscriber: XZise.
XZise added projects: Pywikibot-tests, pywikibot-core, MediaWiki-API.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.

TASK DESCRIPTION
  The pywikibot-core tests testing the categories of Albert Einstein on the 
English Wikipedia are failing recently:
  
  * https://travis-ci.org/wikimedia/pywikibot-core/jobs/56190901#L2710
  * https://travis-ci.org/wikimedia/pywikibot-core/jobs/56190905#L2071
  * https://travis-ci.org/wikimedia/pywikibot-core/jobs/56190906#L2515
  * https://travis-ci.org/wikimedia/pywikibot-core/jobs/56190909#L2778
  
  Now when looking at the call 
[[https://en.wikipedia.org/w/api.php?action=query&prop=categories&titles=Albert%20Einstein&clprop=hidden|`action=query&prop=categories&titles=Albert
 Einstein&clprop=hidden`]] it returns just 6 hidden categories. Just for 
clarification it's `clprop` not `clshow` and a similar call to 
[[https://en.wikipedia.org/w/api.php?action=query&prop=categories&titles=The%20Big%20Bang%20Theory&clprop=hidden|`action=query&prop=categories&titles=The
 Big Bang Theory&clprop=hidden`]] returns also normal (not hidden) categories.
  
  ```
  {
      "warnings": {
          "query": {
              "*": "Formatting of continuation data will be changing soon. To 
continue using the current formatting, use the 'rawcontinue' parameter. To 
begin using the new format, pass an empty string for 'continue' in the initial 
query."
          }
      },
      "query": {
          "pages": {
              "736": {
                  "pageid": 736,
                  "ns": 0,
                  "title": "Albert Einstein",
                  "categories": [
                      {
                          "ns": 14,
                          "title": "Category:All articles lacking reliable 
references",
                          "hidden": ""
                      },
                      {
                          "ns": 14,
                          "title": "Category:Articles lacking reliable 
references from March 2015",
                          "hidden": ""
                      },
                      {
                          "ns": 14,
                          "title": "Category:CS1 maint: Unrecognized language",
                          "hidden": ""
                      },
                      {
                          "ns": 14,
                          "title": "Category:Good articles",
                          "hidden": ""
                      },
                      {
                          "ns": 14,
                          "title": "Category:Wikipedia indefinitely 
move-protected pages",
                          "hidden": ""
                      },
                      {
                          "ns": 14,
                          "title": "Category:Wikipedia indefinitely 
semi-protected pages",
                          "hidden": ""
                      }
                  ]
              }
          }
      }
  }
  ```
  
  I tried purging it and only a few hours ago 
[[https://en.wikipedia.org/w/index.php?title=Albert_Einstein&diff=653836700&oldid=653836694|ClueBot
 NG reverted]] a 
[[https://en.wikipedia.org/w/index.php?title=Albert_Einstein&diff=653836694&oldid=653794022|vandalism
 edit]]. That vandalism also removed all normal categories so it might be 
connected.

TASK DETAIL
  https://phabricator.wikimedia.org/T94302

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: XZise
Cc: pywikipedia-bugs, Aklapper, XZise, jayvdb, Anomie, Legoktm



_______________________________________________
Pywikipedia-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs

Reply via email to