Re: Kallithea crashes when "IP address" headers have hostnames

2021-04-20 Thread Brett Smith
) to keep some of our server configuration details private. Sorry I didn't make that clearer. But it's a totally normal boring localhost address. :) -- Brett Smith ___ kallithea-general mailing list kallithea-general@sfconservancy.org https

Kallithea crashes when "IP address" headers have hostnames

2021-04-13 Thread Brett Smith
gi.errors: <_io.TextIOWrapper name='' mode='w' encoding='UTF-8'> wsgi.file_wrapper: wsgi.input: <_io.BytesIO object at 0x7f60d94ac150> wsgi.input_terminated: True wsgi.multiprocess: False wsgi.multithread: True

IndexError crash during pagination on 0.6.3

2021-02-01 Thread Brett Smith
Hi all, I got this crash report from the server at k.sfconservancy.org over the weekend, and the comment in the last line jumped out at me. It sounds like there's a situation where the code assumes a list can't be empty, but in fact it can be. The full details are below, except I've removed

Re: Changelog table crashes if it tries to render a commit with an empty message

2020-12-15 Thread Brett Smith
tch was thorough enough to apply directly to the code. I sent it just to communicate exactly where I found the bug. Thanks, -- Brett Smith ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mailman/li

Changelog table crashes if it tries to render a commit with an empty message

2020-12-14 Thread Brett Smith
, -- Brett Smith diff -r 7b7afdbe57af kallithea/templates/changelog/changelog_table.html --- a/kallithea/templates/changelog/changelog_table.html Thu Dec 03 01:13:44 2020 +0100 +++ b/kallithea/templates/changelog/changelog_table.html Mon Dec 14 15:58:03 2020 -0500 @@ -55,7 +55,7