Steps to replicate the issue):
- page = pywikibot.Page(site, 'REDTITLE')
- page.delete()
What happens?:
WARNING: API error missingtitle: The page you specified doesn't exist.
Traceback (most recent call last):
...
File "c:\Pywikibot\pywikibot\site\_apisite.py", line 2454, in delete
) from None
pywikibot.exceptions.Error: [[Sablon:Csonk-Nigeri életrajz]] doesn't exist.
CRITICAL: Exiting due to uncaught exception <class 'pywikibot.exceptions.Error'>What should have happened instead?:
A NoPageError should have been raised.
This general error should be avoided.
Software version: 8.0.0