OlehOnyshchcak created this task. OlehOnyshchcak added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION Steps to Reproduce ------------------ Run the following code snippet: > import pywikibot > site = pywikibot.Site() > page = pywikibot.Page(site, "Mary_Shelley") > list(page.imagelinks()) Expected Result --------------- We get a materialized list of images from Wiki Page successfully. Actual Result ------------- Program crashes, please see attached log for details F30878459: pywikibot_bug_crash_stack.txt <https://phabricator.wikimedia.org/F30878459> Notes ----- It crashes only while materializing some specific image links. In this attached file you could also see some other pages with the same error: F30878469: download_log.txt <https://phabricator.wikimedia.org/F30878469> System Info ----------- - Windows 10 Home - Python 3.6.5 :: Anaconda, Inc. - pywikibot 3.0.dev0 TASK DETAIL https://phabricator.wikimedia.org/T236405 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: OlehOnyshchcak Cc: Aklapper, pywikibot-bugs-list, OlehOnyshchcak, Zkhalido, Viztor, DannyS712, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
