AimbotNooby

Results 5 comments of AimbotNooby

I tried solving it by following this [Webpage](https://linuxpip.org/broken-pipe-python-error/#Avoid_Errno_32_Broken_pipe_by_ignoring_SIGPIPE:~:text=from%20signal%20import%20signal%2C%20SIGPIPE%2C%20SIG_DFL%20%0A%23Ignore%20SIG_PIPE%20and%20don%27t%20throw%20exceptions%20on%20it...%20(http%3A//docs.python.org/library/signal.html)%0Asignal(SIGPIPE%2CSIG_DFL)), but now another error occurs. `Backend terminated or disconnected. Use 'Stop/Restart' to restart.`

Yes it's the same on the index.json and yes I can access the files that arn't listet. The parameters with the correct values are also available in the not listed...

The query takes around 200ms. The limit is always exactly 100. The Tileserver serves mbtiles, which are generated by tippecanoe from a geojson.

FYI: We run a daily image build pipeline with Ubuntu 24 and also get the same error. But only in about 30% of the cases. The error often does not...

Yes that would be great! As you said, authentication with SAML or OIDC is quite easy to setup with [mod_auth_openidc](https://github.com/OpenIDC/mod_auth_openidc) for example which sets the `REMOTE_USER ` environment variable. To...