On 3/9/19 12:06 AM, NAYAN KHANNA wrote: > Sorry for the late reply, Mark. > I just checked it. > `mailman lists` shows [email protected] > as a component of the output. > Also, localhost:8001/3.0/lists/[email protected]/ > shows full JSON details about > [email protected]. > { > "display_name": "Maillist2", > "fqdn_listname": "[email protected] <mailto:[email protected]>", > "list_id": "maillist2.example.com <http://maillist2.example.com>", > "list_name": "maillist2", > "mail_host": "example.com <http://example.com>", > "member_count": 3, > "volume": 1, > "description": "NA", > "self_link": "http://localhost:8001/3.0/lists/maillist2.example.com", > "http_etag": "\"d4966cd892c82a3dbbe663fe41e321ff166a4c5b\"" > } > > But the hyperkitty send button is still showing the KeyError named > 'file'. Its traceback being the one I sent before.
As I have tried to say a few times and explicitly said at <https://mail.python.org/archives/list/[email protected]/message/4HTSGNRHVM6K2MPXUMTNGRJA2I2ZZMIX/>, KeyError named 'file' is not the issue. The issue is the part of the traceback leading up to and including (in your case) During handling of the above exception (HTTP Error 404: b'404 Not Found'), another exception occurred: which appears to say that localhost:8001/3.0/lists/some_list_name/ is returning a 404. Is [email protected] the listname part of the URL of the HyperKitty page from which you are trying to send. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ 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
