Avoiding captcha #44
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I set up a local instance with docker but sometimes it is stuck loading.
So I use 4get.ca.
Can avoid to do captcha all the times?
i'd debug the loading instead, if i were you. my dockerized instance is several times faster than 4get.ca.
Any suggestion to how debug? Right now it's stuck.
It times out because the IP you used for requesting results is blocked, that's just something duckduckgo does. Use the qwant scraper if you need bing results
It's down completely.
I have this from time to time.
It is stuck when connecting to local host.
is the docker container restarting during this downtime? check
docker ps
to see how its doing, if it restarted on its own recently, etc.if the docker container looks fine, enter it using
docker exec -it {container_name} sh
and see if apache's doing okay (curl localhost etc.). if it works inside the container but not outside, see if everything's binding correctly.i can't think at the moment of any other reason why it would periodically be totally inaccessible from the host machine, but i figured out how docker worked like a week ago so take my opinion lightly.
docker ps
shows tor container unhealthy.I restarted it and it is unhealthy again.
Before I had this problem and it fixed himself in days.
I do not know much about docker do I need to reboot maybe?
4get apparently packages it's own tor image, i guess.
the included healthcheck for that image is
which... seems pretty reasonable? [spoiler]exits w
1
on my machine though, and i'm too gay and behind on my data structures project (what the FUCK is a 2d bintree?) to bother debugging rn.[/spoiler]if it sometimes passes, then is there any reason you'd periodically not be able to make a connection to torproject.org within 15 seconds?
@lolcat maybe page thowaway, this is more his thing
@throwaway
tell me @root , does the homepage work when duckduckgo scraper fails? Cause I set it to timeout after 30 seconds, so maybe it's just really slow and you're blocked from duckduckgo.
Yes I use that.
No I cannot open settings or the homepage etc.
Hello!
Just to be on the same page, you should try deleting all 4get containers and recreate them. The following command will delete all containers on your system, if you're using docker for other stuff you can just delete the containers manually
then in the folder with your compose file, you can run
docker-compose up
this might be enough to solve you issues
Yes, you can look at the error log. By 4get does not have logs enabled. To enable logging, you can run the following
these lines will
this is only temporary because the docker entrypoint will copy the http or https file that is present inside the container to /etc/apache2/httpd.conf when the container starts. In other words, if you run
docker compose down
anddocker compose up
the file will be the default (with error logging disabled)you should now see the latest items in your error log.
you can confirm the configuration in another terminal with
you'll notice the lines
are no longer present
Let me know if there are issues present! If there are, please paste your compose file
After running
docker system prune
that removed 800 mb it is fine.If some invitation or something to avoid captcha can be provided anyway I think that it can be useful.
I do no think that I will run 4get on all my devices.
Will's working on it! Will needs moneys to keep their 4get instance running, so they thought of a subscription service. It should come in v9, but I'm not sure. Another thing worth noting would be the to-do in the settings file.