Hi Nayan, I have re-proed the issue. Please run
*pip install falcon==1.4.1* to force install the latest stable release of falcon. Falcon 2.0.0a1 is not compatible with Mailman up to now. This should fix your problem. On Thu, Mar 7, 2019 at 5:20 AM NAYAN KHANNA < [email protected]> 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. > _______________________________________________ > Mailman-Developers mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/mailman-developers.python.org/ > Mailman FAQ: https://wiki.list.org/x/AgA3 > > Security Policy: https://wiki.list.org/x/QIA9 > _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
