Mailman3 people --
Hyperkitty is failing in my new setup.
In the log I see messages that look like this:
Feb 24 11:43:44 2022 (28621) HyperKitty failure on https://lists.example.com/archives/api/mailman/archive: <html> <head><title>401 Authorization Required</title>
/opt/mailman/mm/mailman-hyperkitty.cfg looks like this:
[general] base_url: https://lists.example.com/archives api_key: SOMESTRING
settings_local.py includes this line:
MAILMAN_ARCHIVER_KEY = 'SOMESTRING'
and mailman.cfg contains
[archiver.hyperkitty] class: mailman_hyperkitty.Archiver enable: yes configuration: /opt/mailman/mm/mailman-hyperkitty.cfg
Any suggestions on how to get hyperkitty working?
Thanks!
-- Steve
On 2/24/22 09:24, Stephen Daniel wrote:
In the log I see messages that look like this:
Feb 24 11:43:44 2022 (28621) HyperKitty failure on https://lists.example.com/archives/api/mailman/archive: <html> <head><title>401 Authorization Required</title>
What are the exact versions of HyperKitty and mailman-hyperkitty HyperKitty >=1.3.5 requires mailman-hyperkitty >=1.2.0. Earlier versions of HyperKitty require earlier versions of mailman-hyperkitty.
If you have HyperKitty >=1.3.5 and mailman-hyperkitty >=1.2.0 there is a thread on this at https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/W...
See the last two posts in that thread.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Thanks! The thread pointed to at the end of your email, specifically replacing the base URL with http://127.0.0.1:8000/archives did the trick.
On Thu, Feb 24, 2022 at 1:24 PM Mark Sapiro <mark@msapiro.net> wrote:
On 2/24/22 09:24, Stephen Daniel wrote:
In the log I see messages that look like this:
Feb 24 11:43:44 2022 (28621) HyperKitty failure on https://lists.example.com/archives/api/mailman/archive: <html> <head><title>401 Authorization Required</title>
What are the exact versions of HyperKitty and mailman-hyperkitty HyperKitty >=1.3.5 requires mailman-hyperkitty >=1.2.0. Earlier versions of HyperKitty require earlier versions of mailman-hyperkitty.
If you have HyperKitty >=1.3.5 and mailman-hyperkitty >=1.2.0 there is a thread on this at
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/W...
See the last two posts in that thread.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
participants (2)
-
Mark Sapiro
-
Stephen Daniel