Steps to replicate the issue (include links if applicable):
- run "python3 /data/project/shared/pywikibot/stable/pwb.py archivebot -page:PotsdamLamb User:MiszaBot/config"
- User:MiszaBot/config is set correctly with the variable of %d
What happens?:
When I run pdlarchiver.py with the miszabot/config (which is set up correctly), it tells me, "Error messages with ‘%’ style is deprecated in favour for str.format() style"
On Thursday, July 21, 2022, I ran it as a test with the %d, and it worked, except that it did not archive the pages correctly as they put them in the 1st archive instead of completing archive 3 and going into archive 4.
New release on Friday, %d did not work, I switched it to %s, then it worked again
What should have happened instead?:
It should have been archived with the d% and put in the archive. I am developing this for the simple Wikipedia, and I cannot expect everyone to change their variables.
I have made changes to my TP to figure it out. If you need to undo the changes, please feel free to do so.
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):