You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script fails to resume on pages with unicode characters in the title. Instead, it will finish up the page dump, and move on to grabbing images.
Here is an example (Mineland Wiki) where it fails due to too fast requests. It fails after completing "Christiey14".
Carraighenské železárny, 1 edit
Celestira, 2 edits
Christiey14, 2 edits
Downloaded 10 pages
HTTP Error 429.
Server error, max retries exceeded.
Please resume the dump later.
Then, when resuming the dump, the following happens. It tries to resume starting with page "Chrám Nerys I.", but fails, exits page dumping, and starts image dumping.
Resuming previous dump process...
Title list was completed in the previous session
Resuming XML dump from "Chrám Nerys I."
https://wiki.mineland.eu/w/api.php
Retrieving the XML for every page from "Chrám Nerys I."
Removing the last chunk of past XML dump: it is probably incomplete.
dumpgenerator.py:1117: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interp
reting them as being unequal
elif seeking and title != start:
XML dump saved at... wikiminelandeu_w-20201230-history.xml
Image list is incomplete. Reloading...
Retrieving image filenames
...........
The text was updated successfully, but these errors were encountered:
If the starting title is not decoded, then it doesn't make sense to decode the titles from the title list. If the title needs to be decoded, it can be done after the comparison.
Script fails to resume on pages with unicode characters in the title. Instead, it will finish up the page dump, and move on to grabbing images.
Here is an example (Mineland Wiki) where it fails due to too fast requests. It fails after completing "Christiey14".
Then, when resuming the dump, the following happens. It tries to resume starting with page "Chrám Nerys I.", but fails, exits page dumping, and starts image dumping.
The text was updated successfully, but these errors were encountered: