Check the falcon version again. Also restart the mailman core. What is the error that you are getting when you open http://localhost:8001/3.1
On Thu, Mar 7, 2019 at 2:49 AM NAYAN KHANNA < f20170636@pilani.bits-pilani.ac.in> wrote:
#mailman-suite/mailman-suite_project/settings.py
# Mailman API credentials MAILMAN_REST_API_URL = 'http://localhost:8001' MAILMAN_REST_API_USER = 'restadmin' MAILMAN_REST_API_PASS = 'restpass' MAILMAN_ARCHIVER_KEY = 'SecretArchiverAPIKey' MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1')
This is the part of settings.py.
Output of bin/mailman conf:
[webservice] admin_pass: restpass [webservice] admin_user: restadmin [webservice] api_version: 3.1 [webservice] hostname: localhost [webservice] port: 8001 [webservice] show_tracebacks: yes [webservice] use_https: no
Also, as suggested by Krishna, I installed falcon but nothing changed. Btw, Thanks for the help.