Mark, I just realised the cause behind it giving me a Http404.
The reason is it is trying to access http://localhost:8001/3.0/lists/2
where 2 is the List id of '[email protected]'
If it sends a request to
http://localhost:8001/3.0/lists/[email protected], then it would work
fine.
What could be the possible reason behind this?
(It sending a request to http://localhost:8001/3.0/lists/<list_id> and not
http://localhost:8001/3.0/lists/<LISTNAME>)


Regards,

*Nayan Khanna*
*Second Year,*
*MSc Mathematics + **BE Computer Science*
*BITS Pilani*
*▄▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄▄*

*Birla Institute of Technology & Science,* *Pilani*

Pilani Campus, Vidhya Vihar, Pilani, Rajasthan - 333 031, INDIA.


On Sat, Mar 9, 2019 at 10:35 PM NAYAN KHANNA <
[email protected]> wrote:

>  Is [email protected] the listname part of the URL
> of the HyperKitty page from which you are trying to send.
>
> Yes it is, See the page in the attachment below.
>
>
> Regards,
>
> *Nayan Khanna*
> *Second Year,*
> *MSc Mathematics + **BE Computer Science*
> *BITS Pilani*
> *▄▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄**▄▄▄▄▄▄▄▄▄▄▄▄*
>
> *Birla Institute of Technology & Science,* *Pilani*
>
> Pilani Campus, Vidhya Vihar, Pilani, Rajasthan - 333 031, INDIA.
>
>
> On Sat, Mar 9, 2019 at 10:31 PM Mark Sapiro <[email protected]> wrote:
>
>> 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
>>
>
_______________________________________________
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

Reply via email to