Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PageMissingError during resume attempts #390

Open
jmtd opened this issue Jul 3, 2020 · 2 comments
Open

PageMissingError during resume attempts #390

jmtd opened this issue Jul 3, 2020 · 2 comments

Comments

@jmtd
Copy link

jmtd commented Jul 3, 2020

I'm dumping doomwiki.org using master = HEAD = 9b1996d

The initial dump eventually fails for some reason or other due to the remote end throwing a HTTP error 500. The initial dump command was

python dumpgenerator.py https://doomwiki.org --xml --images --path wiki-doomwiki.org-20200629

(python 2.7.16 FWIW)

Next I try a resume

python dumpgenerator.py https://doomwiki.org --xml --images --path wiki-doomwiki.org-20200629 --resume

This reliably fails for me as follows

…
        1 more revisions exported
        2 more revisions exported
'*'
Traceback (most recent call last):
  File "dumpgenerator.py", line 2528, in <module>
    main()
  File "dumpgenerator.py", line 2518, in main
    resumePreviousDump(config=config, other=other)
  File "dumpgenerator.py", line 2165, in resumePreviousDump
    session=other['session'])
  File "dumpgenerator.py", line 727, in generateXMLDump
    for xml in getXMLRevisions(config=config, session=session, start=start):
  File "dumpgenerator.py", line 829, in getXMLRevisions
    yield makeXmlFromPage(page)
  File "dumpgenerator.py", line 1083, in makeXmlFromPage
    raise PageMissingError(page['title'], e)
__main__.PageMissingError: page 'Entryway' not found

"Entryway" is doomwiki's front page.

I've dumped this (and other small) mediawikis a few times over the years w/o error, but with a much older version of the tooling (23efbef)

@nemobis
Copy link
Member

nemobis commented Jul 3, 2020 via email

@cooperdk
Copy link

cooperdk commented Jun 12, 2022

I'm suddenly getting the same on both Linux and Windows (Conda 2.7), and BOTH on resumes and new loads.
On a page where exports worked two days ago. And the page does exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants