[01:01:18] (03PS1) 10Nray: Add Wvui Config to show/hide thumbnails and descriptions [skins/Vector] - 10https://gerrit.wikimedia.org/r/643598 (https://phabricator.wikimedia.org/T260167) [06:02:57] 10Pywikibot: .getSources() only works once per Item - https://phabricator.wikimedia.org/T268321 (10DNations.jp) I just ran the script twice without changing anything and it produced an empty list the second time. This doesn't happen with the 'claims' value after .get(). I assumed .getSources() should have th... [06:21:49] 10Pywikibot: .getSources() only works once per Item - https://phabricator.wikimedia.org/T268321 (10DNations.jp) It appears that .getSources() works fine on wikidata, which means the problem is on our private repo. Upgrading the version is a little complicated for our setup but hopefully that will fix the proble... [08:14:23] 10Pywikibot: .getSources() only works once per Item - https://phabricator.wikimedia.org/T268321 (10Xqt) Running the same script twice should deliver the same result. If not I would say this is not pywikibot related but caused by the wikibase api then. No idea what we can do on pywikibot side. [08:33:17] 10Pywikibot: .getSources() only works once per Item - https://phabricator.wikimedia.org/T268321 (10matej_suchanek) You may get a better idea about what's going on by also doing `print(item._content)`. [08:40:08] 10Pywikibot: .getSources() only works once per Item - https://phabricator.wikimedia.org/T268321 (10DNations.jp) I tried claim.getSources()._content and claim._content, and they both produced attribute errors. AttributeError: 'list' object has no attribute '_content' AttributeError: 'Claim' object has no attribu... [08:41:29] 10Pywikibot: .getSources() only works once per Item - https://phabricator.wikimedia.org/T268321 (10matej_suchanek) I really meant `item._content`. You can also print `claim.toJSON()`. [09:07:10] 10Pywikibot, 10Operations, 10Traffic, 10HTTPS: Configure HTTPS for pywikibot.org - https://phabricator.wikimedia.org/T257537 (10Ladsgroup) [09:08:43] 10Pywikibot, 10Operations, 10Traffic, 10Patch-For-Review, and 2 others: http://pywikibot.org/ is displaying Wikimedia error page - https://phabricator.wikimedia.org/T257536 (10Ladsgroup) 05Open→03Resolved a:03Ladsgroup After the timestamp given above, now http://pywikibot.org redirects without any is... [09:09:09] 10Pywikibot, 10Operations, 10Traffic, 10HTTPS: Configure HTTPS for pywikibot.org - https://phabricator.wikimedia.org/T257537 (10Ladsgroup) Isn't this done now? [10:36:49] 10Pywikibot, 10Operations, 10Traffic, 10HTTPS: Configure HTTPS for pywikibot.org - https://phabricator.wikimedia.org/T257537 (10Vgutierrez) Indeed `willikins:~ vgutierrez$ curl -v https://pywikibot.org 2>&1| grep -i location: < location: https://pywikibot.toolforge.org/` [10:37:32] 10Pywikibot, 10Operations, 10Traffic, 10HTTPS, 10User-Ladsgroup: Configure HTTPS for pywikibot.org - https://phabricator.wikimedia.org/T257537 (10Ladsgroup) 05Open→03Resolved a:03Ladsgroup Cool :D [11:03:24] (03Abandoned) 10Xqt: [bugfix] fix isAnonymous result for ip ranges [pywikibot/core] - 10https://gerrit.wikimedia.org/r/288915 (https://phabricator.wikimedia.org/T135359) (owner: 10Xqt) [11:04:29] 10Pywikibot: User.isAnonymous() gives wrong result for IP ranges - https://phabricator.wikimedia.org/T135359 (10Xqt) a:05Xqt→03None [12:20:10] (03CR) 10Phuedx: "This change is ready for review." (031 comment) [skins/Vector] - 10https://gerrit.wikimedia.org/r/643355 (https://phabricator.wikimedia.org/T257698) (owner: 10Phuedx) [12:25:06] (03PS1) 10Jdrewniak: Update Vector search icon [skins/Vector] - 10https://gerrit.wikimedia.org/r/643712 (https://phabricator.wikimedia.org/T264355) [13:11:44] (03PS3) 10Diwanshu885: Move -except and -excepttext to global page generator filters [pywikibot/core] - 10https://gerrit.wikimedia.org/r/639204 (https://phabricator.wikimedia.org/T219281) [13:21:46] (03PS4) 10Diwanshu885: Move -except and -excepttext to global page generator filters [pywikibot/core] - 10https://gerrit.wikimedia.org/r/639204 (https://phabricator.wikimedia.org/T219281) [13:34:25] (03PS26) 10Jdrewniak: Integrate WVUI search into Vector [skins/Vector] - 10https://gerrit.wikimedia.org/r/642037 (https://phabricator.wikimedia.org/T264355) [13:34:28] (03PS1) 10Jdrewniak: Add WVUI as a vendor library in Vector [skins/Vector] - 10https://gerrit.wikimedia.org/r/643726 (https://phabricator.wikimedia.org/T264355) [13:42:44] (03PS27) 10Jdrewniak: Integrate WVUI search into Vector [skins/Vector] - 10https://gerrit.wikimedia.org/r/642037 (https://phabricator.wikimedia.org/T264355) [13:50:39] (03CR) 10jerkins-bot: [V: 04-1] Add WVUI as a vendor library in Vector [skins/Vector] - 10https://gerrit.wikimedia.org/r/643726 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak) [13:59:20] (03CR) 10jerkins-bot: [V: 04-1] Integrate WVUI search into Vector [skins/Vector] - 10https://gerrit.wikimedia.org/r/642037 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak) [14:12:00] (03CR) 10Phuedx: Update Vector search icon (031 comment) [skins/Vector] - 10https://gerrit.wikimedia.org/r/643712 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak) [14:22:42] 10Pywikibot, 10good first task: listpages.py: Add option for adding custom text before the list - https://phabricator.wikimedia.org/T246549 (10Homeboy_445) @Xqt Need help in getting started with this! [14:41:24] (03CR) 10Phuedx: [C: 03+2] Update Vector search icon (031 comment) [skins/Vector] - 10https://gerrit.wikimedia.org/r/643712 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak) [15:03:03] (03Merged) 10jenkins-bot: Update Vector search icon [skins/Vector] - 10https://gerrit.wikimedia.org/r/643712 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak) [16:17:04] (03PS2) 10Phuedx: [WIP] [search] Instrument Vue.js-based search widget [skins/Vector] - 10https://gerrit.wikimedia.org/r/643355 (https://phabricator.wikimedia.org/T257698) [16:32:36] (03CR) 10jerkins-bot: [V: 04-1] [WIP] [search] Instrument Vue.js-based search widget [skins/Vector] - 10https://gerrit.wikimedia.org/r/643355 (https://phabricator.wikimedia.org/T257698) (owner: 10Phuedx) [16:36:24] (03PS2) 10Jdrewniak: Add WVUI as a vendor library in Vector [skins/Vector] - 10https://gerrit.wikimedia.org/r/643726 (https://phabricator.wikimedia.org/T264355) [17:04:59] (03CR) 10Phuedx: "How does this relate to https://gerrit.wikimedia.org/r/c/mediawiki/core/+/641052?" [skins/Vector] - 10https://gerrit.wikimedia.org/r/642037 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak) [17:07:47] (03CR) 10Jdrewniak: "recheck" [skins/Vector] - 10https://gerrit.wikimedia.org/r/643726 (https://phabricator.wikimedia.org/T264355) (owner: 10Jdrewniak)