This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Whoogle and Google cookie consent fix #1708
Unanswered
AdmiralAwesome
asked this question in
General
Replies: 1 comment 3 replies
-
It works! Thank you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've found a solution to Google Cookie consent error when running Whoogle from script in LXC.
Stop Whoogle service:
systemctl stop whoogle.service
nano /usr/local/lib/python3.9/dist-packages/app/request.py
Ctrl+W, find
cookies
Then replaced the complete 'cookies block' for:
Start Whoogle service:
systemctl start whoogle.service
Check Whoogle service status:
systemctl status whoogle.service
I've found this solution here: benbusby/whoogle-search#1053 (comment) so be sure to drop a like to original author. 👍
Beta Was this translation helpful? Give feedback.
All reactions