https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
Web browser: --- Bug ID: 55159 Summary: exists function (wikipedia.py) doesn't work well on Wikidata Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1547/ Reported by: hazard-sj Created on: 2012-12-09 02:20:09 Subject: exists function (wikipedia.py) doesn't work well on Wikidata Original description: Hello, page.exists() isn't working properly on Wikidata (for items at least, haven't checked for non-items). It always returns False. (r10746)
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- - **priority**: 5 --> 8
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
--- Comment #2 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- - **priority**: 8 --> 7
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1547
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
Nemo federicoleva@tiscali.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|General |Wikidata
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
Maarten Dammers maarten@mdammers.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED CC| |hazard_sj@yahoo.com, | |maarten@mdammers.nl Ever confirmed|1 |0
--- Comment #3 from Maarten Dammers maarten@mdammers.nl --- Is this still the case? Is this in 1.0 (compat) or 2.0 (core)?
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
--- Comment #4 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- It should not be an issue in core.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
Mpaa mpaa.wiki@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mpaa.wiki@gmail.com
--- Comment #5 from Mpaa mpaa.wiki@gmail.com --- Cannot reproduce:
import wikipedia as pywikibot s = pywikibot.getSite('wikidata', 'wikidata') p = pywikibot.DataPage(s, 'Q1942244') print p.exists()
True
p = pywikibot.Page(s, 'Q1942244') print p.exists()
True
https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
xqt info@gno.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |info@gno.de Resolution|--- |WORKSFORME
--- Comment #6 from xqt info@gno.de --- I guess this has been solved months ago.
pywikipedia-bugs@lists.wikimedia.org