mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 12:45:48 +03:00
[GH-ISSUE #272] Whoogle search has a permanent unhealty status in Portainer #184
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wiebereu on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/272
Since a couple of days after an update of the image i notice that the Whoogle container has a unhealty status in Portainer.
I search the log and i found this kind of error messages:
INFO:stem:Error while receiving a control message (SocketClosed): received exception "peek of closed file",
DEBUG:stem:GETCONF __owningcontrollerprocess (runtime: 0.0005),
INFO:stem:Error while receiving a control message (SocketClosed): received exception "read of closed file",
DEBUG:stem:GETCONF __owningcontrollerprocess (runtime: 0.0004),
INFO:stem:Error while receiving a control message (SocketClosed): received exception "[Errno 9] Bad file descriptor",
DEBUG:stem:GETCONF __owningcontrollerprocess (runtime: 0.0004),
INFO:stem:Error while receiving a control message (SocketClosed): received exception "[Errno 9] Bad file descriptor",
INFO:stem:Error while receiving a control message (SocketClosed): received exception "peek of closed file",
I tried to fix it by pulling the image again but to no avail. You can reach the container though. The only thing is the unhealty statys and the error messages.
I am running Docker on a Synology NAS.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
@benbusby commented on GitHub (Apr 9, 2021):
Which image are you using? I just pushed a change to
latestandbetathat should disable the error messages you were seeing. Can you try pulling the latest image to see if that helps?@wiebereu commented on GitHub (Apr 9, 2021):
I will try it and i will let you know of the results
@wiebereu commented on GitHub (Apr 9, 2021):
I pulled the latest release and i don't see the error messages anymore in the log but the container stays unhealthy.
this is the information from the logs:
Starting tor daemon...done.
Serving on http://0.0.0.0:5000
I hope you don't suppress the error messages but that the problem was actually solved, cause disabling is not the same as solving.
@benbusby commented on GitHub (Apr 9, 2021):
Well duh. I disabled the error messages from the stem library because they're overly verbose and aren't indicative of an actual problem. They've been around since Tor was integrated into the project, and have never shown to be linked to any errors. I got tired of users sending me the error logs over email, GitHub issues, etc and having to explain this every time, so now they're gone.
I'll look into why you're still seeing the unhealthy message. I can't replicate in my own Portainer environment, so I'll have to try something else later.
@s3rverro0m commented on GitHub (Apr 10, 2021):
FWIW, I too get an "unhealthy" status every time. I even went as far as cloning your git repo and running docker-compose on it to make sure it wasn't my yaml, and I'm still seeing "unhealthy". Logs don't show much either.
@benbusby commented on GitHub (Apr 10, 2021):
Can either of you try running:
@s3rverro0m commented on GitHub (Apr 10, 2021):
Sure, here is mine:
@benbusby commented on GitHub (Apr 10, 2021):
Thanks, that's super helpful. I'll push a fix shortly.
@benbusby commented on GitHub (Apr 10, 2021):
Should be fixed in the
latestandbetaimages once the build finishes.@wiebereu commented on GitHub (Apr 12, 2021):
Thank you! I'm looking forward to it.