404 error
Hello, I frequently get "404 error page not found" when trying to access runtipi interface, but the apps keep working.
I'm running it in a raspberry 5 8GB, 500GB with Pi OS
I have attached the output of the ./runtipi-cli debug command as well as my logs/app.log file.
40 Replies
Hello, do you get the traefik 404 error (black screen, small white text top left) or the Runtipi 404 error?
I get the traefik 404 error, if im not mistaken
How are you accessing runtipi?
The logs you provided seem incomplete
Through the IP: 192.168.1.30:9091
Sounds like a network issue, have you tried rebooting the host /restarting runtipi
When i reboot the host it solves the issue for a while, then it happens again a few days later
Huh this is weird @Nicolas any ideas?
Yes this is weird, the container must be crashing
The next time it happends could you run
docker compose logs inside the runtipi folder?Will do!
Huhhhh seems like runtipi is starting before rabbitmq
https://github.com/runtipi/cli/blob/develop/internal/assets/docker-compose.yml#L65-L66 we should add a healthcheck @Nicolas
GitHub
cli/internal/assets/docker-compose.yml at develop · runtipi/cli
The command line interface to configure and interact with Runtipi - runtipi/cli
Ah damn
But we have removed it because it was hitting hard on the cpu each time
I will try something
ah fuck true
Please update to 4.5.2 and let us know how it goes
does it have to be 4.5.2? or can i update to 4.5.3?
latest
4.5.3
Just got the error again
logs?
false alarm, my raspberry pi just froze, sorry 😅
Had the same error. I just had to stop Tipi, stop every other container created by Tipi and then restart Tipi
So it's maybe not related to the queue
Got the error again
Still on version 4.5.3
Okay I see a few issues in your logs. First the db seemed to be crashing and restarting in loops (at the beginning of your logs) Then apparently the queue crashed as well. Do you have high load on your device? Maybe there is just not enough memory left
The thing is that everything is running fine and accessible, the only thing with the error is the runtipi service
Isn't that strange? Am i missing something? I may have some load spikes, but i dont think that's the problem
Can you share the logs of runtipi-db and runtipi-queue
FYI i have a cron that restarts the system during the night
And
docker logs runtipi ?
(while it's in error)It's the queue crashing
Try updating to v4.5.5
Will do! 🫡
I have the same issue




@Peleke make sure you are not on docker v29 https://github.com/runtipi/runtipi/issues/2486
GitHub
[BUG] runtipi-reverse-proxy (Traefik) incompatible with Docker 29 ...
Checklist Before opening your issue be sure to have completed all those tasks. My issue is not related to an app I installed through tipi (If so please open your issue here: https://github.com/runt...
Ah, thanks, that was indeed the case
Just passing by to say thanks. I was struggling with this issue as I upgraded to Debian Trixie to have a newer version of docker that would work with runtipi v4. Someone left the command to pin the docker version on Debian Trixie here : https://github.com/traefik/traefik/issues/12253#issuecomment-3514596666
GitHub
Error response from daemon: client version 1.24 is too old · Issue...
Welcome! Yes, I've searched similar issues on GitHub and didn't find any. Yes, I've searched similar issues on the Traefik community forum and didn't find any. What did you do? Upgr...
this was a quick workaround for me on an rpi4: https://github.com/traefik/traefik/issues/12253#issuecomment-3518865608
GitHub
Error response from daemon: client version 1.24 is too old · Issue...
Welcome! Yes, I've searched similar issues on GitHub and didn't find any. Yes, I've searched similar issues on the Traefik community forum and didn't find any. What did you do? Upgr...