mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #328] [BUG] Not reliable #225
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#225
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 @LorisTecnology on GitHub (May 26, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/328
Describe the bug
Whoogle is not working as intended. I have to restart the service in order almost everytime
Deployment Method
cloned from source
Version of Whoogle Search
Desktop (please complete the following information):
@benbusby commented on GitHub (May 26, 2021):
Without a stack trace or any details at all to look at, there's nothing I can do with this. Why are you restarting it? Is "not working as intended" meant to mean that it's slow? Or that it isn't performing the search at all? If it's crashing, can you paste the stack trace? Any details would be helpful.
@LorisTecnology commented on GitHub (May 26, 2021):
whoogle keep loading without any result
how can i provide the stack trace?
@benbusby commented on GitHub (May 26, 2021):
If you built it and are running it from source, there would be a stack trace in whichever console you're running it from (if there's an error).
Does the home page load without issue? Or is it just searches that don't finish loading?
@LorisTecnology commented on GitHub (May 26, 2021):
the page keeps loading without showing any search
not all the time
but most of the time do this
@benbusby commented on GitHub (May 26, 2021):
Whoogle isn't doing anything different per request, so that would indicate a network issue, or some other problem behind the scenes that I can't adequately debug without looking into your whole setup. It could be anything from a simple connectivity issue to Google throttling your instance specifically. I know some users in the past have had to whitelist Whoogle through their antivirus software (or something like that -- I don't use Windows often, and haven't investigated this problem personally yet).
Since it doesn't seem related to Whoogle itself, I'm going to close this issue. I'm happy to try and help figure out what could be the issue, but you could also try deploying the app through one of the free alternatives (heroku or repl.it), or a public instance (although I don't monitor the reliability of any of those).
@astier commented on GitHub (Oct 9, 2021):
I just want to mention that I have the same issue. It doesn't happen most of the time but fairly often. The page loads for a long time before it shows any results. After that whoogle handles new searches fine. Until it doesn't and it happens again. Its usable but kind of annoying. Maybe its not whoogles fault but still something is going on.
I have a similar issue with searx but also with other search-engines besides google. Searx eventually aborts the search with a timeout-error.
I write this just for the record. I don't expect it to be fixed. For now I am going back to google or startpage.
@working-name commented on GitHub (Apr 20, 2024):
Will add to this as well @benbusby - whoogle has a perpetuating issue for many versions now. I got here by searching to see if there's a quick fix. I get that there's a lot of variables at play but really... no, not so in my case. I didn't run a debug version of whoogle yet, but will have to, just in case it gives some insight.
Here's why I think it doesn't apply in my case:
docker stats #shows me an essentially idle container for whoogleSo all of those point to an issue happening within whoogle, there's not a lot of extraneous factors to worry about.
How often does it happen? I'd say ... 3-4 times per week. I have to log into my server and restart the container to make search great again. At times when I cannot ssh into my box because of draconian firewall rules at that location it will start working again on its own, but not sure how much time after (at least 1h).