[GH-ISSUE #313] [BUG] /whoogle path constantly grows in size, also something pings google every 10 seconds #218

Closed
opened 2026-02-25 20:35:11 +03:00 by kerem · 1 comment
Owner

Originally created by @Suika on GitHub (May 14, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/313

Describe the bug
Something performs checks every 10 seconds or less, calling out to google.
That something doesn't seem to be able to parse the respons properly and leaves files in the directory as is. Filling up the volume on which the container runs.

-rw-r--r-- 1 root root  46271 May 13 21:53 index.html
-rw-r--r-- 1 root root  46271 May 13 21:53 index.html.1
-rw-r--r-- 1 root root  46271 May 13 21:53 index.html.2
-rw-r--r-- 1 root root  46271 May 13 21:53 index.html.3
-rw-r--r-- 1 root root  46271 May 13 21:54 index.html.4
-rw-r--r-- 1 root root  46271 May 13 21:54 index.html.5
...
-rw-r--r-- 1 root root  46271 May 14 12:16 index.html.5055
-rw-r--r-- 1 root root  46271 May 14 12:17 index.html.5056
-rw-r--r-- 1 root root  46271 May 14 12:17 index.html.5057
-rw-r--r-- 1 root root  46271 May 14 12:17 index.html.5058
-rw-r--r-- 1 root root  46271 May 14 12:17 index.html.5059
-rw-r--r-- 1 root root  46271 May 14 12:17 index.html.5060
-rw-r--r-- 1 root root  46271 May 14 12:17 index.html.5061
-rw-r--r-- 1 root root  46271 May 14 12:18 index.html.5062
-rw-r--r-- 1 root root  46271 May 14 12:18 index.html.5063
-rw-r--r-- 1 root root  46271 May 14 12:18 index.html.5064
-rw-r--r-- 1 root root  46271 May 14 12:18 index.html.5065
-rw-r--r-- 1 root root  46271 May 14 12:18 index.html.5066
-rw-r--r-- 1 root root  46271 May 14 12:18 index.html.5067
-rw-r--r-- 1 root root  46271 May 14 12:19 index.html.5068
-rw-r--r-- 1 root root  46271 May 14 12:19 index.html.5069
drwxr-xr-x 1 root root 149882 May 14 12:19 .
root@b0bf921036b3:/whoogle# du -sh .
239M    .

To Reproduce
Steps to reproduce the behavior:

  1. Probably have #311 problem
  2. Start whoogle
  3. Check /whoogle path in container

Deployment Method

  • Heroku (one-click deploy)
  • Docker
  • run executable
  • pip/pipx
  • Other: [describe setup]

Version of Whoogle Search

  • Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)
  • Version [version number]
  • Not sure

Additional context
Add any other context about the problem here.

Originally created by @Suika on GitHub (May 14, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/313 **Describe the bug** Something performs checks every 10 seconds or less, calling out to google. That something doesn't seem to be able to parse the respons properly and leaves files in the directory as is. Filling up the volume on which the container runs. ``` -rw-r--r-- 1 root root 46271 May 13 21:53 index.html -rw-r--r-- 1 root root 46271 May 13 21:53 index.html.1 -rw-r--r-- 1 root root 46271 May 13 21:53 index.html.2 -rw-r--r-- 1 root root 46271 May 13 21:53 index.html.3 -rw-r--r-- 1 root root 46271 May 13 21:54 index.html.4 -rw-r--r-- 1 root root 46271 May 13 21:54 index.html.5 ... -rw-r--r-- 1 root root 46271 May 14 12:16 index.html.5055 -rw-r--r-- 1 root root 46271 May 14 12:17 index.html.5056 -rw-r--r-- 1 root root 46271 May 14 12:17 index.html.5057 -rw-r--r-- 1 root root 46271 May 14 12:17 index.html.5058 -rw-r--r-- 1 root root 46271 May 14 12:17 index.html.5059 -rw-r--r-- 1 root root 46271 May 14 12:17 index.html.5060 -rw-r--r-- 1 root root 46271 May 14 12:17 index.html.5061 -rw-r--r-- 1 root root 46271 May 14 12:18 index.html.5062 -rw-r--r-- 1 root root 46271 May 14 12:18 index.html.5063 -rw-r--r-- 1 root root 46271 May 14 12:18 index.html.5064 -rw-r--r-- 1 root root 46271 May 14 12:18 index.html.5065 -rw-r--r-- 1 root root 46271 May 14 12:18 index.html.5066 -rw-r--r-- 1 root root 46271 May 14 12:18 index.html.5067 -rw-r--r-- 1 root root 46271 May 14 12:19 index.html.5068 -rw-r--r-- 1 root root 46271 May 14 12:19 index.html.5069 drwxr-xr-x 1 root root 149882 May 14 12:19 . root@b0bf921036b3:/whoogle# du -sh . 239M . ``` **To Reproduce** Steps to reproduce the behavior: 1. Probably have #311 problem 2. Start whoogle 4. Check /whoogle path in container **Deployment Method** - [ ] Heroku (one-click deploy) - [X] Docker - [ ] `run` executable - [ ] pip/pipx - [ ] Other: [describe setup] **Version of Whoogle Search** - [X] Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc) - [ ] Version [version number] - [ ] Not sure **Additional context** Add any other context about the problem here.
kerem 2026-02-25 20:35:11 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@benbusby commented on GitHub (May 18, 2021):

This looks like it could be an issue with the wget healthcheck, as if it's ignoring being told to output to console. I just updated it to use curl instead with 1fdf226802, which I think should fix this issue.

<!-- gh-comment-id:843308088 --> @benbusby commented on GitHub (May 18, 2021): This looks like it could be an issue with the `wget` healthcheck, as if it's ignoring being told to output to console. I just updated it to use `curl` instead with 1fdf226802d67445f7570b34a3323463e165770d, which I think should fix this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#218
No description provided.