Ipr1 created this task.
Ipr1 added projects: Pywikibot, Fiwiki-Wikidata-Commons.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION
**Steps to replicate the issue** (include links if applicable):
Run a trivial script to find external link usage:
import pywikibot
site = pywikibot.Site('commons', 'commons')
for page in site.exturlusage(url='helsinkikuvia.fi'):
print(page.title())
**What happens?**:
For one user this returns 600 results. For another user this return 2 results.
**What should have happened instead?**:
It should be returning consistent amount of results regardless of user.
Giving only 2 results out of potential 600 results makes the search entirely
useless.
**Software version** (on `Special:Version` page; skip for WMF-hosted wikis
like Wikipedia):
pywikibot 10.1.0
Python 3.13.12
**Other information** (browser name/version, screenshots, etc.):
TASK DETAIL
https://phabricator.wikimedia.org/T418198
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]