On 7/26/20 12:00 AM, joseverde@gmail.com wrote:
Okay, so I got the webservice of Mailman3 up and running, but when I go to mailman3/postorius/lists/, I get the following error:
Something went wrong Mailman REST API not available. Please start Mailman core.
Do your settings in the webservice section of mailman.cfg for things like:
admin_pass: restpass admin_user: restadmin hostname: localhost port: 8001 (Defaults shoun)
match your Django settings
MAILMAN_REST_API_USER = 'restadmin' MAILMAN_REST_API_PASS = 'restpass' MAILMAN_REST_API_URL = 'http://localhost:8001'
Also, is Mailman's rest
runner running
ps -fwwA|grep runner=rest
should show 3 processes. The runner and 2 workers.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan