[GH-ISSUE #1053] [BUG] Before u continue to Google #646

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

Originally created by @anoo2niem on GitHub (Aug 16, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1053

Describe the bug
Just since now, i'm not able to use whoogle anymore. The google 'consent' page is popping up to allow or decline cookies.

To Reproduce
Steps to reproduce the behavior:
Search any keywoard

Deployment Method
Proxmox in lxc container

Version of Whoogle Search
8.2.0 (installed with script https://tteck.github.io/Proxmox/, which i guess uses pip, not sure)

Additional context
Tried changing vpn location where my instance is routed through

image

Originally created by @anoo2niem on GitHub (Aug 16, 2023). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1053 **Describe the bug** Just since now, i'm not able to use whoogle anymore. The google 'consent' page is popping up to allow or decline cookies. **To Reproduce** Steps to reproduce the behavior: Search any keywoard **Deployment Method** Proxmox in lxc container **Version of Whoogle Search** 8.2.0 (installed with script https://tteck.github.io/Proxmox/, which i guess uses pip, not sure) **Additional context** Tried changing vpn location where my instance is routed through ![image](https://github.com/benbusby/whoogle-search/assets/26277207/9f18873a-0874-4080-bc0f-6aea950dc393)
kerem 2026-02-25 20:36:12 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@inittux111 commented on GitHub (Aug 16, 2023):

I'm also getting the same with Whoogle running in a container, running the same version(v0.8.2 ). Earlier today this wasn't a problem so Google must have changed something?

<!-- gh-comment-id:1680911704 --> @inittux111 commented on GitHub (Aug 16, 2023): I'm also getting the same with Whoogle running in a container, running the same version(v0.8.2 ). Earlier today this wasn't a problem so Google must have changed something?
Author
Owner

@rickykresslein commented on GitHub (Aug 16, 2023):

Same. This is a duplicate of #243, but that was from a couple of years ago. It seems this is a bug that keeps popping up when Google changes things.
Also, in the other post it seems this was an EU-only issue, and I am in the EU.

<!-- gh-comment-id:1680917939 --> @rickykresslein commented on GitHub (Aug 16, 2023): Same. This is a duplicate of #243, but that was from a couple of years ago. It seems this is a bug that keeps popping up when Google changes things. Also, in the other post it seems this was an EU-only issue, and I am in the EU.
Author
Owner

@anoo2niem commented on GitHub (Aug 16, 2023):

Yeah the cause is surely on google's end. Probably it was/is a EU-only issue because of GDPR.
Hopefully this can be bypassed in some way.

<!-- gh-comment-id:1680949255 --> @anoo2niem commented on GitHub (Aug 16, 2023): Yeah the cause is surely on google's end. Probably it was/is a EU-only issue because of GDPR. Hopefully this can be bypassed in some way.
Author
Owner

@seirdotexe commented on GitHub (Aug 16, 2023):

Getting the same thing

<!-- gh-comment-id:1680971502 --> @seirdotexe commented on GitHub (Aug 16, 2023): Getting the same thing
Author
Owner

@fatihkoy commented on GitHub (Aug 16, 2023):

same here

<!-- gh-comment-id:1680978488 --> @fatihkoy commented on GitHub (Aug 16, 2023): same here
Author
Owner

@cpu2910 commented on GitHub (Aug 16, 2023):

+1
Ubuntu Server 22.04 , Whoogle Docker v0.8.2

<!-- gh-comment-id:1681014428 --> @cpu2910 commented on GitHub (Aug 16, 2023): +1 Ubuntu Server 22.04 , Whoogle Docker v0.8.2
Author
Owner

@anoo2niem commented on GitHub (Aug 16, 2023):

Current workaround; i've got my whoogle working again by routing it through a non EU vpn.

<!-- gh-comment-id:1681044315 --> @anoo2niem commented on GitHub (Aug 16, 2023): Current workaround; i've got my whoogle working again by routing it through a non EU vpn.
Author
Owner

@helsingi commented on GitHub (Aug 16, 2023):

same issue

<!-- gh-comment-id:1681051579 --> @helsingi commented on GitHub (Aug 16, 2023): same issue
Author
Owner

@NoCodeFromMe commented on GitHub (Aug 16, 2023):

Same, also located in the EU.
Debian 11, Pip, Whoogle Search v0.8.2

<!-- gh-comment-id:1681074222 --> @NoCodeFromMe commented on GitHub (Aug 16, 2023): Same, also located in the EU. Debian 11, Pip, Whoogle Search v0.8.2
Author
Owner

@imTHAI commented on GitHub (Aug 16, 2023):

Same here, from France

<!-- gh-comment-id:1681085316 --> @imTHAI commented on GitHub (Aug 16, 2023): Same here, from France
Author
Owner

@chocology commented on GitHub (Aug 16, 2023):

same here from Bern

<!-- gh-comment-id:1681085948 --> @chocology commented on GitHub (Aug 16, 2023): same here from Bern
Author
Owner

@JiriVitner commented on GitHub (Aug 16, 2023):

I can confirm same issue from Brno (Czech)

<!-- gh-comment-id:1681088379 --> @JiriVitner commented on GitHub (Aug 16, 2023): I can confirm same issue from Brno (Czech)
Author
Owner

@Procuria commented on GitHub (Aug 16, 2023):

Can confirm too from Germany

<!-- gh-comment-id:1681091230 --> @Procuria commented on GitHub (Aug 16, 2023): Can confirm too from Germany
Author
Owner

@imTHAI commented on GitHub (Aug 16, 2023):

Current workaround; i've got my whoogle working again by routing it through a non EU vpn.

Indeed. Thanks, it It will do the job in the meantime.

<!-- gh-comment-id:1681091759 --> @imTHAI commented on GitHub (Aug 16, 2023): > Current workaround; i've got my whoogle working again by routing it through a non EU vpn. Indeed. Thanks, it It will do the job in the meantime.
Author
Owner

@fabi321 commented on GitHub (Aug 16, 2023):

github.com/benbusby/whoogle-search@18fc14dc5b/app/request.py (L310)
It looks like, the current style uses consent yes. However, If I try it out in a browser window, it always sets it to Pending+###, and also sets another cookie, SOCS, to CAISHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg (this is consistent across private browser sessions) Setting both of these resolved the issue in my case. (replace # with any digits, using 900 all the time seems to do fine)

<!-- gh-comment-id:1681102702 --> @fabi321 commented on GitHub (Aug 16, 2023): https://github.com/benbusby/whoogle-search/blob/18fc14dc5b6d898975d1e83134441c9976fc4f29/app/request.py#L310 It looks like, the current style uses consent yes. However, If I try it out in a browser window, it always sets it to `Pending+###`, and also sets another cookie, `SOCS`, to `CAISHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg` (this is consistent across private browser sessions) Setting both of these resolved the issue in my case. (replace # with any digits, using 900 all the time seems to do fine)
Author
Owner

@cpu2910 commented on GitHub (Aug 16, 2023):

Current workaround; i've got my whoogle working again by routing it through a non EU vpn.

May I ask how and where to do this ?
My whoogle runs in a docker container on a ubuntu server nginx reverse proxy...

<!-- gh-comment-id:1681109359 --> @cpu2910 commented on GitHub (Aug 16, 2023): > Current workaround; i've got my whoogle working again by routing it through a non EU vpn. May I ask how and where to do this ? My whoogle runs in a docker container on a ubuntu server nginx reverse proxy...
Author
Owner

@anoo2niem commented on GitHub (Aug 16, 2023):

Current workaround; i've got my whoogle working again by routing it through a non EU vpn.

May I ask how and where to do this ? My whoogle runs in a docker container on a ubuntu server nginx reverse proxy...

I have a separate container running wireguard, and i point my whoogle container it's gateway to the ip of the wireguard container. So set up a wireguard container and configure it according to your vpn provider, then make sure your iptables are set up right, so all network traffic comming in that container is forwarded properly.

<!-- gh-comment-id:1681117505 --> @anoo2niem commented on GitHub (Aug 16, 2023): > > Current workaround; i've got my whoogle working again by routing it through a non EU vpn. > > May I ask how and where to do this ? My whoogle runs in a docker container on a ubuntu server nginx reverse proxy... I have a separate container running wireguard, and i point my whoogle container it's gateway to the ip of the wireguard container. So set up a wireguard container and configure it according to your vpn provider, then make sure your iptables are set up right, so all network traffic comming in that container is forwarded properly.
Author
Owner

@anoo2niem commented on GitHub (Aug 16, 2023):

github.com/benbusby/whoogle-search@18fc14dc5b/app/request.py (L310)

It looks like, the current style uses consent yes. However, If I try it out in a browser window, it always sets it to Pending+###, and also sets another cookie, SOCS, to CAISHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg (this is consistent across private browser sessions) Setting both of these resolved the issue in my case. (replace # with any digits, using 900 all the time seems to do fine)

Would u mind explaining how to set these?
I want to try it aswell but i'm not sure how to modify that line.

<!-- gh-comment-id:1681130844 --> @anoo2niem commented on GitHub (Aug 16, 2023): > https://github.com/benbusby/whoogle-search/blob/18fc14dc5b6d898975d1e83134441c9976fc4f29/app/request.py#L310 > > > It looks like, the current style uses consent yes. However, If I try it out in a browser window, it always sets it to `Pending+###`, and also sets another cookie, `SOCS`, to `CAISHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg` (this is consistent across private browser sessions) Setting both of these resolved the issue in my case. (replace # with any digits, using 900 all the time seems to do fine) Would u mind explaining how to set these? I want to try it aswell but i'm not sure how to modify that line.
Author
Owner

@Imaskiller commented on GitHub (Aug 16, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            }

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            } 

fixes the problem.

edit fix typo

<!-- gh-comment-id:1681155981 --> @Imaskiller commented on GitHub (Aug 16, 2023): Replacing ``` cookies = { 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( now.year, now.month, now.day } ``` with ``` cookies = { 'CONSENT': 'PENDING+987', 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' } ``` fixes the problem. edit fix typo
Author
Owner

@anoo2niem commented on GitHub (Aug 16, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

Thanks, seems to have solved it indeed.

<!-- gh-comment-id:1681168111 --> @anoo2niem commented on GitHub (Aug 16, 2023): > Replacing > > ``` > cookies = { > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > now.year, now.month, now.day > ) > ``` > > with > > ``` > cookies = { > 'CONSENT': 'PENDING+987', > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > ) > ``` > > fixes the problem. Thanks, seems to have solved it indeed.
Author
Owner

@C8opmBM commented on GitHub (Aug 16, 2023):

hopefully an update will be pushed soon. I have no idea how to edit those cookies lines :)

<!-- gh-comment-id:1681172561 --> @C8opmBM commented on GitHub (Aug 16, 2023): hopefully an update will be pushed soon. I have no idea how to edit those cookies lines :)
Author
Owner

@jniggemann commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

Thanks, seems to have solved it indeed.

I confirm.

<!-- gh-comment-id:1681815465 --> @jniggemann commented on GitHub (Aug 17, 2023): > > Replacing > > ``` > > cookies = { > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > now.year, now.month, now.day > > ) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > with > > ``` > > cookies = { > > 'CONSENT': 'PENDING+987', > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > ) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > Thanks, seems to have solved it indeed. I confirm.
Author
Owner

@bjornberfelo commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

Confirm that it solves the problem, but i needed to remove the ) on the end :-) otherwise i got a error: SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 309

<!-- gh-comment-id:1681906443 --> @bjornberfelo commented on GitHub (Aug 17, 2023): > Replacing > > ``` > cookies = { > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > now.year, now.month, now.day > ) > ``` > > with > > ``` > cookies = { > 'CONSENT': 'PENDING+987', > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > ) > ``` > > fixes the problem. Confirm that it solves the problem, but i needed to remove the ) on the end :-) otherwise i got a error: SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 309
Author
Owner

@mztiq commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

Confirm that it solves the problem, but i needed to remove the ) on the end :-) otherwise i got a error: SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 309

Can confirm.

<!-- gh-comment-id:1681918539 --> @mztiq commented on GitHub (Aug 17, 2023): > > Replacing > > ``` > > cookies = { > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > now.year, now.month, now.day > > ) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > with > > ``` > > cookies = { > > 'CONSENT': 'PENDING+987', > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > ) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > Confirm that it solves the problem, but i needed to remove the ) on the end :-) otherwise i got a error: SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 309 Can confirm.
Author
Owner

@LANTaverne2 commented on GitHub (Aug 17, 2023):

Hi, same error. I fix it with the workaround to modiy the request.py

        'CONSENT': 'PENDING+987',
        'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 

Thanks

<!-- gh-comment-id:1681945064 --> @LANTaverne2 commented on GitHub (Aug 17, 2023): Hi, same error. I fix it with the workaround to modiy the request.py 'CONSENT': 'PENDING+987', 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' Thanks
Author
Owner

@Sebastix commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

<!-- gh-comment-id:1681953314 --> @Sebastix commented on GitHub (Aug 17, 2023): > Replacing > > ``` > cookies = { > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > now.year, now.month, now.day > ) > ``` > > with > > ``` > cookies = { > 'CONSENT': 'PENDING+987', > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > ) > ``` > > fixes the problem. This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.
Author
Owner

@Tubeman-cell commented on GitHub (Aug 17, 2023):

Getting the same thing

<!-- gh-comment-id:1682026504 --> @Tubeman-cell commented on GitHub (Aug 17, 2023): Getting the same thing
Author
Owner

@C8opmBM commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

<!-- gh-comment-id:1682154064 --> @C8opmBM commented on GitHub (Aug 17, 2023): > > Replacing > > ``` > > cookies = { > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > now.year, now.month, now.day > > ) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > with > > ``` > > cookies = { > > 'CONSENT': 'PENDING+987', > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > ) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks
Author
Owner

@cpu2910 commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

You may edit your running container:
docker exec -it <container_id> /bin/sh
edit the 'cookies'-line in ./app/request.py
exit the container and restart with 'docker restart <container_id>

That fixed the problem for me.

<!-- gh-comment-id:1682174214 --> @cpu2910 commented on GitHub (Aug 17, 2023): > > > Replacing > > > ``` > > > cookies = { > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > now.year, now.month, now.day > > > ) > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > ``` > > > cookies = { > > > 'CONSENT': 'PENDING+987', > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > ) > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id> That fixed the problem for me.
Author
Owner

@bjornberfelo commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

Anyone who what's a temp image to use :-)
blivius92/temp-whoogle:latest

<!-- gh-comment-id:1682204496 --> @bjornberfelo commented on GitHub (Aug 17, 2023): > > > Replacing > > > ``` > > > cookies = { > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > now.year, now.month, now.day > > > ) > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > ``` > > > cookies = { > > > 'CONSENT': 'PENDING+987', > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > ) > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks Anyone who what's a temp image to use :-) blivius92/temp-whoogle:latest
Author
Owner

@cemkur commented on GitHub (Aug 17, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

Anyone who what's a temp image to use :-) blivius92/temp-whoogle:latest

you need to remove the fourth line on the replacing block which is just a )
than it works.

<!-- gh-comment-id:1682315941 --> @cemkur commented on GitHub (Aug 17, 2023): > > > > Replacing > > > > ``` > > > > cookies = { > > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > > now.year, now.month, now.day > > > > ) > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > > ``` > > > > cookies = { > > > > 'CONSENT': 'PENDING+987', > > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > > ) > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > > > > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks > > Anyone who what's a temp image to use :-) blivius92/temp-whoogle:latest you need to remove the fourth line on the replacing block which is just a ) than it works.
Author
Owner

@nagyrobi commented on GitHub (Aug 17, 2023):

And how about the rest of us who installed by pip?

<!-- gh-comment-id:1682332294 --> @nagyrobi commented on GitHub (Aug 17, 2023): And how about the rest of us who installed by `pip`?
Author
Owner

@heinxyze commented on GitHub (Aug 17, 2023):

Same behaviour
latest Whoogle docker image running on QNAP NAS, Germany

<!-- gh-comment-id:1682371114 --> @heinxyze commented on GitHub (Aug 17, 2023): Same behaviour latest Whoogle docker image running on QNAP NAS, Germany
Author
Owner

@be-root commented on GitHub (Aug 17, 2023):

And how about the rest of us who installed by pip?

nano /usr/local/lib/python3.11/dist-packages/app/request.py

Line 297:

297 cookies = {
298 'CONSENT': 'PENDING+987',
299 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg'
300 }

<!-- gh-comment-id:1682829491 --> @be-root commented on GitHub (Aug 17, 2023): > And how about the rest of us who installed by `pip`? nano /usr/local/lib/python3.11/dist-packages/app/request.py Line 297: 297 cookies = { 298 'CONSENT': 'PENDING+987', 299 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 300 }
Author
Owner

@imTHAI commented on GitHub (Aug 17, 2023):

And how about the rest of us who installed by pip?

If it is confirmed that it solves the problem, why don't we apply the modification in the official branch ? Some extra tests must be performed ?

<!-- gh-comment-id:1682913119 --> @imTHAI commented on GitHub (Aug 17, 2023): > And how about the rest of us who installed by `pip`? If it is confirmed that it solves the problem, why don't we apply the modification in the official branch ? Some extra tests must be performed ?
Author
Owner

@fabi321 commented on GitHub (Aug 17, 2023):

@imTHAI I already created #1054, it's just waiting to be merged

<!-- gh-comment-id:1682991119 --> @fabi321 commented on GitHub (Aug 17, 2023): @imTHAI I already created #1054, it's just waiting to be merged
Author
Owner

@fusrohdan commented on GitHub (Aug 18, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id>

That fixed the problem for me.

Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case.
Thanks!

<!-- gh-comment-id:1683385187 --> @fusrohdan commented on GitHub (Aug 18, 2023): > > > > Replacing > > > > ``` > > > > cookies = { > > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > > now.year, now.month, now.day > > > > ) > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > > ``` > > > > cookies = { > > > > 'CONSENT': 'PENDING+987', > > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > > ) > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > > > > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks > > You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id> > > That fixed the problem for me. Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks!
Author
Owner

@JiriVitner commented on GitHub (Aug 18, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id>
That fixed the problem for me.

Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks!

In the container is available "vi", not "vim"

<!-- gh-comment-id:1683386823 --> @JiriVitner commented on GitHub (Aug 18, 2023): > > > > > Replacing > > > > > ``` > > > > > cookies = { > > > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > > > now.year, now.month, now.day > > > > > ) > > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > > > ``` > > > > > cookies = { > > > > > 'CONSENT': 'PENDING+987', > > > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > > > ) > > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > > > > > > > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks > > > > > > You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id> > > That fixed the problem for me. > > Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks! In the container is available "vi", not "vim"
Author
Owner

@baerenmarke90 commented on GitHub (Aug 18, 2023):

Workaround works, thank you!

<!-- gh-comment-id:1683401003 --> @baerenmarke90 commented on GitHub (Aug 18, 2023): Workaround works, thank you!
Author
Owner

@fusrohdan commented on GitHub (Aug 18, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id>
That fixed the problem for me.

Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks!

In the container is available "vi", not "vim"

Thank you, I have edited the cookies line now but the container won't start. I will troubleshoot later after work

<!-- gh-comment-id:1683404943 --> @fusrohdan commented on GitHub (Aug 18, 2023): > > > > > > Replacing > > > > > > ``` > > > > > > cookies = { > > > > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > > > > now.year, now.month, now.day > > > > > > ) > > > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > > > > ``` > > > > > > cookies = { > > > > > > 'CONSENT': 'PENDING+987', > > > > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > > > > ) > > > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > > > > > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > > > > > > > > > > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks > > > > > > > > > You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id> > > > That fixed the problem for me. > > > > > > Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks! > > In the container is available "vi", not "vim" Thank you, I have edited the cookies line now but the container won't start. I will troubleshoot later after work
Author
Owner

@GusGus68 commented on GitHub (Aug 18, 2023):

Replacing

        cookies = {
            'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
                now.year, now.month, now.day
            )

with

       cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' 
            ) 

fixes the problem.

This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it.

Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks

You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id>
That fixed the problem for me.

Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks!

In the container is available "vi", not "vim"

Thank you, I have edited the cookies line now but the container won't start. I will troubleshoot later after work

The reason it won't start is the last bracket. If you remove it it will work.

For any other noobs like me, the way to do this in docker is as per the instructions above. ssh into your server. then type
docker exec -it <container_id> /bin/sh
cd app
vi request.py

then replace
cookies = {
'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(
now.year, now.month, now.day
)

with the following
cookies = {
'CONSENT': 'PENDING+987',
'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg'

note the last bracket is removed

Then exit and restart container with
docker restart <container_id>

<!-- gh-comment-id:1683545294 --> @GusGus68 commented on GitHub (Aug 18, 2023): > > > > > > > Replacing > > > > > > > ``` > > > > > > > cookies = { > > > > > > > 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( > > > > > > > now.year, now.month, now.day > > > > > > > ) > > > > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with > > > > > > > ``` > > > > > > > cookies = { > > > > > > > 'CONSENT': 'PENDING+987', > > > > > > > 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' > > > > > > > ) > > > > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > fixes the problem. > > > > > > > > > > > > > > > > > > This change also fixed it for me and I've manually build the Docker image (see https://github.com/benbusby/whoogle-search#manual-docker) to start a new container with it. > > > > > > > > > > > > > > > Could you share your docker image until the official one is updated? I've never built an image and Im sure this will come handy for a lot of other users. In advance, thanks > > > > > > > > > > > > You may edit your running container: docker exec -it <container_id> /bin/sh edit the 'cookies'-line in ./app/request.py exit the container and restart with 'docker restart <container_id> > > > > That fixed the problem for me. > > > > > > > > > Hey, thanks for your fix. I went to do this fix in my docker container, but there is no text editor available. I tried vim and nano. What text editor did you use? I tried to see if the container has a volume mounted so I can edit from host but that is not the case. Thanks! > > > > > > In the container is available "vi", not "vim" > > Thank you, I have edited the cookies line now but the container won't start. I will troubleshoot later after work The reason it won't start is the last bracket. If you remove it it will work. For any other noobs like me, the way to do this in docker is as per the instructions above. ssh into your server. then type docker exec -it <container_id> /bin/sh cd app vi request.py then replace cookies = { 'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format( now.year, now.month, now.day ) with the following cookies = { 'CONSENT': 'PENDING+987', 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' note the last bracket is removed Then exit and restart container with docker restart <container_id>
Author
Owner

@imTHAI commented on GitHub (Aug 18, 2023):

It works for me too

<!-- gh-comment-id:1683585658 --> @imTHAI commented on GitHub (Aug 18, 2023): It works for me too
Author
Owner

@IvanVojtko commented on GitHub (Aug 18, 2023):

Not the nicest one, but for my fellow kubernetes folks out there, update your deployment with

command: ["/bin/sh"]
args: ["-c", "sed -i '312d' app/request.py && sed -i \"s|'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(|'CONSENT': 'PENDING+987',|g\" app/request.py && sed -i \"s|now.year, now.month, now.day|'SOCS': 'CAESHAgBEhIaAB'|g\" app/request.py && misc/tor/start-tor.sh & ./run"]
<!-- gh-comment-id:1683618178 --> @IvanVojtko commented on GitHub (Aug 18, 2023): Not the nicest one, but for my fellow kubernetes folks out there, update your deployment with ``` command: ["/bin/sh"] args: ["-c", "sed -i '312d' app/request.py && sed -i \"s|'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(|'CONSENT': 'PENDING+987',|g\" app/request.py && sed -i \"s|now.year, now.month, now.day|'SOCS': 'CAESHAgBEhIaAB'|g\" app/request.py && misc/tor/start-tor.sh & ./run"] ```
Author
Owner

@Luxumbra27 commented on GitHub (Aug 18, 2023):

Little correction:

args: ["-c", "sed -i '312d' app/request.py && sed -i \"s|'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(|'CONSENT': 'PENDING+987',  |g\" app/request.py && sed -i \"s|now.year, now.month, now.day|'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg'|g\" app/request.py && sed -i \"s|            )||g\" app/request.py && misc/tor/start-tor.sh & ./run"]
<!-- gh-comment-id:1683663153 --> @Luxumbra27 commented on GitHub (Aug 18, 2023): Little correction: ``` args: ["-c", "sed -i '312d' app/request.py && sed -i \"s|'CONSENT': 'YES+cb.{:d}{:02d}{:02d}-17-p0.de+F+678'.format(|'CONSENT': 'PENDING+987', |g\" app/request.py && sed -i \"s|now.year, now.month, now.day|'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg'|g\" app/request.py && sed -i \"s| )||g\" app/request.py && misc/tor/start-tor.sh & ./run"] ```
Author
Owner

@Drallas commented on GitHub (Aug 18, 2023):

I run a LXC with Whoogle and struggled a bit, with whoogle.service service not starting.

This is how I did it.

systemctl stop whoogle.service

vi /usr/local/lib/python3.11/dist-packages/app/request.py

Then replaced the complete 'cookies block' for:

        # view is suppressed correctly
        now = datetime.now()
        cookies = {
            'CONSENT': 'PENDING+987',
            'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg'
        }

systemctl start whoogle.service
systemctl status whoogle.service

<!-- gh-comment-id:1684062876 --> @Drallas commented on GitHub (Aug 18, 2023): I run a LXC with Whoogle and struggled a bit, with whoogle.service service not starting. This is how I did it. `systemctl stop whoogle.service` `vi /usr/local/lib/python3.11/dist-packages/app/request.py` Then replaced the complete 'cookies block' for: ``` # view is suppressed correctly now = datetime.now() cookies = { 'CONSENT': 'PENDING+987', 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg' } ``` `systemctl start whoogle.service` `systemctl status whoogle.service`
Author
Owner

@inittux111 commented on GitHub (Aug 19, 2023):

Anyone who what's a temp image to use :-)
blivius92/temp-whoogle:latest

I just tried @bjornberfelo's temp image and it works, thank you! Which means that if you are running the official image and change the lines manually in your image that your container needs a restart which means you need to be using persistent storage for your container or else your container will revert to the image you are using when you restart your container.

<!-- gh-comment-id:1684845255 --> @inittux111 commented on GitHub (Aug 19, 2023): > Anyone who what's a temp image to use :-) > blivius92/temp-whoogle:latest I just tried @bjornberfelo's temp image and it works, thank you! Which means that if you are running the official image and change the lines manually in your image that your container needs a restart which means you need to be using persistent storage for your container or else your container will revert to the image you are using when you restart your container.
Author
Owner

@malyyigor34 commented on GitHub (Aug 20, 2023):

Confirm issue, I am from Poland

<!-- gh-comment-id:1685312867 --> @malyyigor34 commented on GitHub (Aug 20, 2023): Confirm issue, I am from Poland
Author
Owner

@HeavyTobi commented on GitHub (Aug 21, 2023):

same issue for me,

Germany
Whoogle v0.8.2
Server: Docker @ Ubuntu LTS
Clients tested: Firefox on macOS and Safari on iOS

<!-- gh-comment-id:1685801933 --> @HeavyTobi commented on GitHub (Aug 21, 2023): same issue for me, Germany Whoogle v0.8.2 Server: Docker @ Ubuntu LTS Clients tested: Firefox on macOS and Safari on iOS
Author
Owner

@hs6666 commented on GitHub (Aug 21, 2023):

same issue here....

<!-- gh-comment-id:1686023336 --> @hs6666 commented on GitHub (Aug 21, 2023): same issue here....
Author
Owner

@Deedikjupijn commented on GitHub (Aug 21, 2023):

Same issue here,
Just installed whoogle,
Server: Docker debian 11

<!-- gh-comment-id:1686468453 --> @Deedikjupijn commented on GitHub (Aug 21, 2023): Same issue here, Just installed whoogle, Server: Docker debian 11
Author
Owner

@DrMatschhirn commented on GitHub (Aug 21, 2023):

Same Issue with latest Docker Image.

<!-- gh-comment-id:1686509606 --> @DrMatschhirn commented on GitHub (Aug 21, 2023): Same Issue with latest Docker Image.
Author
Owner

@peternrdstrm commented on GitHub (Aug 21, 2023):

I have the same issue but with Heroku. Can somebody help me do the workaround?

<!-- gh-comment-id:1686962350 --> @peternrdstrm commented on GitHub (Aug 21, 2023): I have the same issue but with Heroku. Can somebody help me do the workaround?
Author
Owner

@martyn-meister commented on GitHub (Aug 22, 2023):

Latest docker image works for me. Remember to do a docker pull, or in k8s ImagePullPolicy: Always or you won't get the newest.

<!-- gh-comment-id:1687872132 --> @martyn-meister commented on GitHub (Aug 22, 2023): Latest docker image works for me. Remember to do a docker pull, or in k8s `ImagePullPolicy: Always` or you won't get the newest.
Author
Owner

@sorcer1122 commented on GitHub (Sep 13, 2023):

Had the same problem in Amsterdam. The following fixed it:
docker pull benbusby/whoogle-search
docker stop [container_id]
docker rm [container_id]
docker run --publish 5000:5000 --detach --name whoogle-search benbusby/whoogle-search:latest

<!-- gh-comment-id:1718388006 --> @sorcer1122 commented on GitHub (Sep 13, 2023): Had the same problem in Amsterdam. The following fixed it: docker pull benbusby/whoogle-search docker stop [container_id] docker rm [container_id] docker run --publish 5000:5000 --detach --name whoogle-search benbusby/whoogle-search:latest
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#646
No description provided.