-
-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
piped-backend container labelled as "unhealthy" #3018
Comments
I'm also facing the issue. I tried to find something useful in
|
I get the same logs, nothing useful and no errors at all. |
It just magically started working for me again. @rderensy Please try to update and restart docker containers - maybe your instance will become working as well. |
Lucky you! I just pruned all the docker and reinstalled them, the backend still appears as "unhealthy" and nothing is loading. |
So... I have the same problem, @kovdan01 solution doesn't seems to work for me but when i check the page where there is the piped build https://hub.docker.com/r/1337kavin/piped/tags Using |
That worked, thank you @brodokk! |
@rderensy FYI: piped:latest also stopped working for me, unhealthy as previosly ¯_(ツ)_/¯ |
@brodokk thank you, this works for me too. I tried to debug multiple days to find a solution and did not recognize this issue :S For further usage:
(source: https://staaldraad.github.io/2017/12/20/netstat-without-netstat/) I wasn't able to find any error message, I guess until it is possible to start the 'piped.jar' in debug mode this becomes difficult to analyze further in a normal environment. |
Due to a chat discussion in the matrix room I tried to find anything using a java profiler. |
piped:openj9 is not listed anymore in docker hub and all other tags give the same result, the healthcheck locks up as soon we start to get traffic |
Is there any kind of hardware/server configuration that I could deploy Piped on to reproduce this issue? I'm unfortunately unable to reproduce this locally, despite trying many different things |
FWIW I'm running Debian 12 virtualized on Proxmox. @FireMasterK Do you want to troubleshoot together or something? |
Ok, found that starting everything, not accessing the site, actually blocking the incoming traffic and wait for some time (30min on my first attempt, have to do more tests) and then try again, everything was working and didn't failed until now. I'm also using a proxmox VM, maybe this is related with the CPU, less resources, slower startup and receiving traffic when not everything was ready, blocking the backend. Waiting enough time for the backend/java to start everything correctly may be the key... a VM with little CPU takes more time to startup and have a longer time range to trigger the problem, a full server with many cpu may startup quickly and harder to trigger the problem |
FWIW I reinstalled the OS completely and this time, I used |
Describe your question
Hi,
I've had Piped installed for months but since yesterday, when I access it (through a reverse proxy), I get the front-end but it's loading forever, the loading wheel spins indefinitely and nothing happens. When accessing it locally through its IP, I get the "Welcome to nginx!" message as if nothing was configured.
I tried deleting all the containers and re-creating them (using the nginx AIO script, as I did the first time) but it hasn't solved the problem. When running
docker ps
, I can see thepiped-backend
container as "unhealthy". I guess that the reason but I have no idea how to solve it. I don't know where to find logs either.Any idea?
The text was updated successfully, but these errors were encountered: