You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After a server reboot whoogle refuses to start. Docker logs indicate a permissions issue for the file whoogle.key which to the best of my knowledge has never been present in my deployment.
To Reproduce
Steps to reproduce the behavior:
Running Ubuntu 22.04 (latest patches as of Monday 8th April 2024)
Run Whoogle:latest in Docker using Docker-compose
reboot server.
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)
benbusby/whoogle-search latest 2348c4b7a1b0 4 weeks ago 136MB
Not sure
Desktop (please complete the following information):
OS: [Windows 11]
Browser [e.g. chrome]
Version [Version 123.0.6312.106 (Official Build) (64-bit)]
Additional context
Creating whoogle ... done
Running on http://0.0.0.0:5000
Apr 08 12:11:07.001 [notice] Tor 0.4.6.9 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1w, Zlib 1.2.12, Liblzma 5.2.5, Libzstd 1.5.0 and Unknown N/A as libc.
Apr 08 12:11:07.001 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Apr 08 12:11:07.001 [notice] Read configuration file "/etc/tor/torrc".
Apr 08 12:11:07.006 [notice] Opening Socks listener on 127.0.0.1:9050
Apr 08 12:11:07.006 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
Apr 08 12:11:07.006 [notice] Opening Control listener on 127.0.0.1:9051
Apr 08 12:11:07.006 [notice] Opened Control listener connection (ready) on 127.0.0.1:9051
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/whoogle/app/init.py", line 107, in
with open(app_key_path, 'w') as key_file:
^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/config/whoogle.key'
The text was updated successfully, but these errors were encountered:
Describe the bug
After a server reboot whoogle refuses to start. Docker logs indicate a permissions issue for the file whoogle.key which to the best of my knowledge has never been present in my deployment.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
run
executableVersion of Whoogle Search
Desktop (please complete the following information):
Additional context
Creating whoogle ... done
Running on http://0.0.0.0:5000
Apr 08 12:11:07.001 [notice] Tor 0.4.6.9 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1w, Zlib 1.2.12, Liblzma 5.2.5, Libzstd 1.5.0 and Unknown N/A as libc.
Apr 08 12:11:07.001 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Apr 08 12:11:07.001 [notice] Read configuration file "/etc/tor/torrc".
Apr 08 12:11:07.006 [notice] Opening Socks listener on 127.0.0.1:9050
Apr 08 12:11:07.006 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
Apr 08 12:11:07.006 [notice] Opening Control listener on 127.0.0.1:9051
Apr 08 12:11:07.006 [notice] Opened Control listener connection (ready) on 127.0.0.1:9051
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/whoogle/app/init.py", line 107, in
with open(app_key_path, 'w') as key_file:
^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/config/whoogle.key'
The text was updated successfully, but these errors were encountered: