-
Notifications
You must be signed in to change notification settings - Fork 65
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
archive.today is unavailable #92
Comments
@hemind Thank you for your reporting. Wayback to If you have other more dependable solutions, please feel free to suggest. |
i got url like the message suggests that bot failed to connect tor service, is this related?
the message is from a container running docker image with
|
@ahxxm Thanks for your feedback! When sending a request to archive.today, the package archive.is will try to access the archive.today's onion service via tor proxy and will start a temporary tor proxy if port 9050 can not be connected. We can see that starts a temporary tor proxy from the logs
|
@waybackarchiver but i still get url like It seems that current torrc disables 9050 by set
|
I tried the following:
still failed to submit to archive.today, the debug log says connected to 9050, but it starts another tor anyway?
ah sorry, I assumed that the onion address won't require captcha, it turns out How often does this cookie expire? |
@ahxxm Thanks for your reporting!
Yet, SocksPort should be set to 9050, I will update it later.
Actually, this log starts a tor from wayback/wbipfs, it is controlled by the It looks like that needs to be optimized.
For the captcha, I can't determine its expiration time. |
Remove ExcludeNodes and ExcludeExitNodes Set ExitRelay to 0 Set LongLivedPorts to 8964
turns out that its expiration time is quite short |
Privacy Pass is currently supported by Cloudflare to allow users to redeem validly signed tokens instead of completing CAPTCHA solutions. privacypass/challenge-bypass-extension Unfortunately, it appears that only hCaptcha is currently Privacy Pass compatible, while the annoying reCAPTCHA is not. Aside from that, I'm aware of the following options. |
The dessant/buster approach is possible, and we will focus our attention next on developing a similiar strategy. |
I'd like to use go, but puppeteer(nodejs) really has good ecosystem about bypassing these stuff. So how about building a tool that can convert its plugins so we can use it in go? |
It's a fantastic idea, but I'm not sure how possible the approaches for implementing it are. |
Running Chrome with Xvfb and then reaching a shared goal via an extension might be a possible solution. |
Thank you for your sharing. This is important news for us, and we will submit the form as soon as possible. |
The proposal is partial, but it needs extra test scenarios, so anyone is prepared to do so is welcome to download the binaries in this workflow runs for testing. |
We found that even when using a proxy, the default Golang client was unable to pass CAPTCHA. After troubleshooting, we confirmed that the issue was related to TLS fingerprinting, and so we added a client using uTLS that allows for the specification of TLS fingerprints. Now we have successfully addressed the issue by using a network proxy as a new solution, such as Cloudflare WARP. To use a proxy like Cloudflare WARP, follow these steps:
References |
Bug Report
Current Behavior
When running wayback command to archive some web page, I got such error message.
Environment
Possible Solution
Now archive.today redirects to archive.ph. Maybe we should also use domain archive.ph?
The text was updated successfully, but these errors were encountered: