On Mon, Oct 2, 2017, at 12:17 PM, Andrew Hodder wrote:
Finally have everything stood up and working, except for HyperKitty mailman plugin. I'm getting a path issue of sorts I can see in the archiver.log (have it set to debug log level in the mailman core):
Oct 02 19:12:37 2017 (8144) Traceback (most recent call last): File "/opt/mailman/venv3/lib/python3.4/site-packages/mailman_hyperkitty-1.0.2-py3.4.egg/mailman_hyperkitty/__init__.py", line 154, in _archive_message url = self._send_message(mlist, msg) File "/opt/mailman/venv3/lib/python3.4/site-packages/mailman_hyperkitty-1.0.2-py3.4.egg/mailman_hyperkitty/__init__.py", line 210, in _send_message raise ValueError(result.text) ValueError: <h1>Not Found</h1><p>The requested URL /archives/api/mailman/archive was not found on this server.</p>
My base_url in the mailman-hyperkitty.cfg:
Can you show the contents of 'urls.py' in mailman-suite or whatever Django project you are using to deploy hyperkitty? That would give more ideas about whether the '/archives/' URL is valid or not.
-- Abhilash Raj maxking@asynchronous.in