Re: [Mailman-Developers] can not post to the list

File "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site-packages/mailman_hyperkitty/__init__.py", line 101, in list_url return self._get_url({"mlist": mlist.fqdn_listname}) File "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site-packages/mailman_hyperkitty/__init__.py", line 82, in _get_url result = requests.get(url, params=params)
That's Mailman core trying to talk to HyperKitty over http to get the list archives URL. The URL it's trying to reach is set in the "deployment/mailman-hyperkitty.cfg". My guess is that you need to update it because if HyperKitty is running under Apache, the port is no longer 8000, it's 80 (so you can remove it from the URL). If that's the problem, I'll update the README file.
Aurélien
participants (1)
-
Aurelien Bompard