mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[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
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#721
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 @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:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):
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?
@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:-
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.
Hope this helps as I really like Whoogle from the address bar.
Hamster
@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!