Jens Widell
Jens Widell
Not really. Many other things to do, and I don't know Docker, so it's not something I can without effort. Needless to say, I would consider it very awesome if...
Critic uses UTF-8 encoded byte strings throughout, including to/from the database, so the string slicing you point to is certainly problematic, and very likely to have caused the issue in...
There is no such API, no. There is a very early draft implementation of a JSON API in review (https://critic-review.org/r/197) but I don't see myself working more on that any...
On Ubuntu, the `uwsgi_python` executable comes from the package `uwsgi-plugin-python`, and isn't installed by just installing the base `uwsgi` package. Maybe the situation is similar on Centos?
Alright. So maybe on Centos the `uwsgi_python` executable isn't in the search path, then. I guess the important thing really is that the `uwsgi` binary is, and that it can...
To me it looks like the Python support just isn't there. Critic is designed to run with the `python` plugin, which by the looks of it isn't available. So the...
What values do `AUTHENTICATION_MODE` and `ALLOW_ANONYMOUS_USER` have in your installation?
Okay. At https://critic-review.org/, where user registration is enabled and working, anonymous users are also allowed. I suppose user registration without anonymous access is broken. It has probably not been tested...
I see. So this is just an issue you discovered while testing, but it doesn't really affect your desired configuration? Thanks a lot for reporting it! I'll look into fixing...
If you've installed Critic on one machine, and then copied the Git checkout to a new machine, you'd get this error. In that case, just moving the `.installed` file out...