When transfering a list of pages with transferbot.py, the script could stop for many reasons like
- Presence of {{nobots}} or {{bots|deny}} template
- Illegal characters ( that are not allowed on page name) where found on the page name # < > [ ] _ { | } (Possible when tranfertbot get pages title from a text file)
- Page is too long or contains too many images (100+ either as classic call [[File: or in <gallery>) and we get the error message Maximum retries attempted without success.
- Page has been deleted after script was launched
- Content has been blocked by SpamBlackList Extension (if installed)
- History is too big and display the message : pywikibot.exceptions.OtherPageSaveError: Edit to page en:Edithistory:Draft:Sandbox failed: The content you supplied exceeds the article size limit of 2048 kilobytes
- another reason ?
When one of this problem occurs all remaining pages are not transfered is it possible to just skip the problematic page(s) and continue with remaining one ?