Closed zdhoward closed 6 months ago
I am getting the same invalid request block size errors in my logs as well.
I was able to increase the buffer using the following commands:
From the command line (or ssh) enter the following to access the containers CLI
docker exec -it Cleanarr /bin/bash
(depening on your platform you might be able to jump to the CLI from your docker management page)
Once inside the contain we need to modify the uwsgi.ini file to include "buffer-size=32768".
echo "buffer-size=32768" >> /app/uwsgi.ini
Exit the container with
exit
Then restart it with
docker restart Cleanarr
WARNING This is super janky because any change to the image will nuke the fix. Run the commands again to restore.
Hope this helps :)
Hey ya'll, @robertlestak 's PR containing @adamrbell 's fix has been merged and is available in v2.5.2.
Please reopen this issue if the issue persists in v2.5.2 onwards.
Updated and "works for me" ™️
Thanks guys
I have been trying to install this using docker compose on unRAID and keep hitting this issue, even when rolling back to older versions. Any advice is appreciated.
The error I get from the browser is
The compose yaml I am using to get this up and running is
So I looked through other similar issues and tried suggestions from there like using curl to see if my containers can see eachother and that my token is valid. Everything seems in order so I dug into the logs and found this
And the full log: docker_log.txt