Re: [Mediawiki-api] Question about getting WikiProject articles using API

2018-02-12 Thread Bowen Yu
Yes, it's working now. Thank you!! On Mon, Feb 12, 2018 at 2:38 PM, Bartosz Dziewoński wrote: > Looks like it was not fixed right. But now it's *really* fixed. > > https://phabricator.wikimedia.org/T185037 > > > -- > Bartosz Dziewoński > > ___ > Mediaw

Re: [Mediawiki-api] Question about getting WikiProject articles using API

2018-02-12 Thread Bartosz Dziewoński
Looks like it was not fixed right. But now it's *really* fixed. https://phabricator.wikimedia.org/T185037 -- Bartosz Dziewoński ___ Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Re: [Mediawiki-api] Question about getting WikiProject articles using API

2018-02-09 Thread Bowen Yu
Any update on this? I am still seeing the same error, or is that a bug from my side? *Here is the code:* import requests query = " https://en.wikipedia.org/w/api.php?action=query&format=json&list=projectpages&wpplimit=500&wppassessments=1&wppprojects=Medicine " response = requests.get(url).json()

Re: [Mediawiki-api] Question about getting WikiProject articles using API

2018-02-06 Thread Bowen Yu
Got it. Thank you for clarification. Hope it will work again this Thursday at deployment! On Tue, Feb 6, 2018 at 3:44 PM, Bartosz Dziewoński wrote: > This appears to be a bug. I filed .org/T186648>. > > The API should still be available, it is listed here: > http

Re: [Mediawiki-api] Question about getting WikiProject articles using API

2018-02-06 Thread Bartosz Dziewoński
This appears to be a bug. I filed . The API should still be available, it is listed here: https://en.wikipedia.org/w/api.php?action=help&recursivesubmodules=1#query+projectpages You won't find it on API:Lists because it's provided by an extension: <