https://bugzilla.wikimedia.org/show_bug.cgi?id=56042
Merlijn van Deen valhallasw@arctus.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High
--- Comment #3 from Merlijn van Deen valhallasw@arctus.nl --- The error you describe is raised by the following code:
if e.code in [401, 404]: raise PageNotFound(u'Page %s could not be retrieved. Check ' u'your family file ?' % url)
which implies the server returned either HTTP/401 Unauthorized or HTTP/404 Not Found.
Unfortunately, I cannot reproduce it with the new to-be-removed tag basvb suggested on IRC...
In //gerrit.wikimedia.org/r/92075 , I have added debug output to show what the actual error is. Could you:
1) make a backup of wikipedia.py 2) download https://git.wikimedia.org/raw/pywikibot%2Fcompat/015e067e078bc7611f27c445075... and place it where the original one was 3) run again, with -debug 4) post the new debug response here?
Thanks!