XZise added a comment. First of please only use https://phabricator.wikimedia.org/tag/pywikibot-core/ or https://phabricator.wikimedia.org/tag/pywikibot-compat/ and not https://phabricator.wikimedia.org/tag/pywikibot-compat-to-core/ unless you want to request that a feature present in compat is transferred to core.
Now regarding your bug it seems to be introduced in https://phabricator.wikimedia.org/rPWBCff62823612629d1ed4a3793eabd3188484b8274a as `APISite.getFilesFromAnHash` returns a list while `APISite.allimages` returns a generator which needs to be converted into an iterator first as `next()` won't work otherwise. TASK DETAIL https://phabricator.wikimedia.org/T105188 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: gerritbot, pywikibot-bugs-list, Aklapper, Steinsplitter, Vituzzu, jayvdb, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
