Re: [Twisted-Python] Klein?

2021-03-04 Thread Glyph
> On Mar 4, 2021, at 9:01 PM, Robert DiFalco wrote: > > Thanks! The trick will be figuring out how to handle Python exception vs > werkzeug exception, and the branched, error handling routes etc. Currently > this is the sort of data structure I'm posting to Data Dog. But I can make it > a pl

Re: [Twisted-Python] Klein?

2021-03-04 Thread Robert DiFalco
Thanks! The trick will be figuring out how to handle Python exception vs werkzeug exception, and the branched, error handling routes etc. Currently this is the sort of data structure I'm posting to Data Dog. But I can make it a pluggable observer-type idiom so anything can receive these metrics. t

Re: [Twisted-Python] conch bytes/str traceback when /etc/ssh/moduli is not present

2021-03-04 Thread Glyph
> On Mar 4, 2021, at 3:02 PM, Werner Thie wrote: > > On 3/4/21 08:51, Glyph wrote: > >> Even if we want a traceback, a TypeError on str/bytes seems like the wrong >> kind to have. Please file a bug (and open a PR, if you can :-)). >> >> -g > > Investigating I would say that with all the po

Re: [Twisted-Python] conch bytes/str traceback when /etc/ssh/moduli is not present

2021-03-04 Thread Werner Thie
On 3/4/21 08:51, Glyph wrote: > Even if we want a traceback, a TypeError on str/bytes seems like the wrong > kind to have. Please file a bug (and open a PR, if you can :-)). > > -g Investigating I would say that with all the possibilities to configure for the moduli file to be found it is my fa

Re: [Twisted-Python] conch bytes/str traceback when /etc/ssh/moduli is not present

2021-03-04 Thread Glyph
Even if we want a traceback, a TypeError on str/bytes seems like the wrong kind to have. Please file a bug (and open a PR, if you can :-)). -g > On Mar 4, 2021, at 10:24 AM, Werner Thie wrote: > > Aloha > > should the case of a missing moduli file be handled more gracefully than > with a tra

[Twisted-Python] conch bytes/str traceback when /etc/ssh/moduli is not present

2021-03-04 Thread Werner Thie
Aloha should the case of a missing moduli file be handled more gracefully than with a traceback or is this a bug? I was running into this problem when installing on different OSs with OSX and FreeBSD not having an /etc/ssh/moduli file by default. Mahalo, Werner 2021-03-04T15:04:51+0100 [builtin