Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
6 tasks
lyknny opened this issue Nov 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lyknny
Copy link

lyknny commented Nov 3, 2024

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?

@lyknny lyknny added the bug Something isn't working label Nov 3, 2024
@Hamster1962
Copy link

Hamster1962 commented 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants