Hello,
I upgraded from Debian 10 to 11 today, and hyperkitty archiver stopped working.
From the mailman.log:
AssertionError: Archiver not found: hyperkitty
I followed along on a related thread: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/N...
I don't see any resolution to that thread. The only thing that worked for me was removing the hyperkitty rows from the listarchiver table in the database. But of course, now I don't have working archiving.
from mailman.config import config list(config.archivers) [<mailman.archiving.mhonarc.MHonArc object at 0x7fd64ea47310>, <mailman.archiving.mailarchive.MailArchive object at 0x7fd64ea47490>, <mailman.archiving.prototype.Prototype object at 0x7fd64ea47790>]
Any ideas? How would I make the archiver available? This django stuff is infuriatingly difficult compared to other frameworks.