[GH-ISSUE #1195] [BUG] <brief bug description>PermissionError: [Errno 13] Permission denied: '/whoogle/app/static/css/input.css' -> '/whoogle/app/static/build/input.61ccbb50.css' #721

Closed
opened 2026-02-25 20:36:22 +03:00 by kerem · 2 comments
Owner

Originally created by @lyknny on GitHub (Nov 3, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1195

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'docker logs'
  2. Click on 'enter'
  3. Scroll down to 'the whole page'
  4. See error

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

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows 11
  • Browser [e.g. chrome, safari]: Chrome, Edge
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6] none
  • OS: [e.g. iOS8.1] none
  • Browser [e.g. stock browser, safari] none
  • Version [e.g. 22] none

Additional context
I overrode the HTML file, but I got the PermissionError: [Errno 13] Permission denied: '/whoogle/app/static/css/input.css' -> '/whoogle/app/static/build/input.61ccbb50.css'. Could anyone help with this issue?

Originally created by @lyknny on GitHub (Nov 3, 2024). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1195 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'docker logs' 2. Click on 'enter' 3. Scroll down to 'the whole page' 4. See error **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 **Desktop (please complete the following information):** - OS: [e.g. iOS] Windows 11 - Browser [e.g. chrome, safari]: Chrome, Edge - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] none - OS: [e.g. iOS8.1] none - Browser [e.g. stock browser, safari] none - Version [e.g. 22] none **Additional context** I overrode the HTML file, but I got the PermissionError: [Errno 13] Permission denied: '/whoogle/app/static/css/input.css' -> '/whoogle/app/static/build/input.61ccbb50.css'. Could anyone help with this issue?
kerem 2026-02-25 20:36:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Hamster1962 commented on GitHub (Dec 24, 2024):

If I can please add to this. After a large Arch Linux update with lots of Python programs involved, some of my Python installs are failing. In particular Howdy Facial Recognition and Whoogle. Both use Python. Rebuilding the affected AUR packages inc dlib sorts most of this out. Howdy Facial Recognition returns the Error:-

Exception ignored in: <_io.BufferedWriter name=4>
BrokenPipeError: [Errno 32] Broken pipe

Before going on to work OK as before. I believe this is the same error the OP is referring to here as my Whoogle has also stopped working. The Systemd Service Unit will enable but not start and gives the description below.

● whoogle.service - Whoogle
Loaded: loaded (/usr/lib/systemd/system/whoogle.service; enabled; preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Tue 2024-12-24 20:24:55 GMT; 1s ago
Invocation: a864c7b8c70943ddbf09e0a3f7e0671c
Process: 94634 ExecStart=/opt/whoogle-search/venv/bin/python -um app --host $BIND_ADDRESS --port $LISTEN_PORT (code=exited, status=1/FAILURE)
Main PID: 94634 (code=exited, status=1/FAILURE)
Mem peak: 5.5M
CPU: 50ms

Hope this helps as I really like Whoogle from the address bar.
Hamster

<!-- gh-comment-id:2561397155 --> @Hamster1962 commented on GitHub (Dec 24, 2024): If I can please add to this. After a large Arch Linux update with lots of Python programs involved, some of my Python installs are failing. In particular Howdy Facial Recognition and Whoogle. Both use Python. Rebuilding the affected AUR packages inc dlib sorts most of this out. Howdy Facial Recognition returns the Error:- ~~~ Exception ignored in: <_io.BufferedWriter name=4> BrokenPipeError: [Errno 32] Broken pipe ~~~ Before going on to work OK as before. I believe this is the same error the OP is referring to here as my Whoogle has also stopped working. The Systemd Service Unit will enable but not start and gives the description below. ~~~ ● whoogle.service - Whoogle Loaded: loaded (/usr/lib/systemd/system/whoogle.service; enabled; preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Tue 2024-12-24 20:24:55 GMT; 1s ago Invocation: a864c7b8c70943ddbf09e0a3f7e0671c Process: 94634 ExecStart=/opt/whoogle-search/venv/bin/python -um app --host $BIND_ADDRESS --port $LISTEN_PORT (code=exited, status=1/FAILURE) Main PID: 94634 (code=exited, status=1/FAILURE) Mem peak: 5.5M CPU: 50ms ~~~ Hope this helps as I really like Whoogle from the address bar. Hamster
Author
Owner

@benbusby commented on GitHub (Jan 22, 2025):

I believe this should be fixed by the changes made in 041c1fbb35, which allow Whoogle to work with newer versions of Python. Feel free to reopen if that's not the case!

<!-- gh-comment-id:2608075122 --> @benbusby commented on GitHub (Jan 22, 2025): I believe this should be fixed by the changes made in 041c1fbb352c622864278ed01217159addf9afa6, which allow Whoogle to work with newer versions of Python. Feel free to reopen if that's not the case!
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#721
No description provided.