Christian

Results 35 comments of Christian

Well, this is interesting. I tried a new logfile. It is already 27 MB large after not even five minutes. Processing takes way too long. While below, there are supposedly...

> Did you run multiple arbtt-capture instances at the same time maybe? no :)

Okay thanks. And no, those do completely different statistics.

@waldyrious That helps, thanks! Maybe it just was myself who tried to parse the output of that command... it was years ago.

I'd like to jump in here. I've always wondered if I can keep a copy of the output yay produces. Pacman has a proper log file that contains its output...

> How would you feel about a list of upgraded/failed packages at the end, and then separate error logs for each package, written to files linked at the ending summary?...

Workaround: Setting server.public-endpoint to https://comments.example.org without trailing slash

I figured that the issue is in `werkzeug.local` that is called in the mentioned line as a fallback for `public-endpoint`. The returned value for `local.host` has `http` as protocol even...

Got it. `local.host` is set on dispatch, which uses the `host()` function in wsgi.py, precisely this line is responsible: https://github.com/posativ/isso/blob/faaff1d4acaad42fc6485ce2090875ade265ea43/isso/wsgi.py#L33 And the `url_scheme` referenced there comes down to http or...

To me this looks like the appropriate point where the X_FORWARDED_PROTO should be taken care of is in `werkzeug`. There are too many places where values set by werkzeug are...