Closed MislavSag closed 6 years ago
Hello,
Does the problem occur constantly or sporadically? Can you use the library once?
I did not come across this problem before, but I have a few suggestions.
1 / Verify that you do not create multiple instances of "AnticaptchaClient" class. The "AnticaptchaClient" class provides a session that allows you to maintain an HTTPS connection. In your case you have a problem with a handshake, which occurs, among others when making a new HTTPS connection, which should not happen very offen.
2 / If you have safe connection, you can turn off HTTPS:
client = AnticaptchaClient(api_key, use_ssl=False)
3/ This message is related to the inability to establish a connection through the library I chose. In the network there are many solutions to problems related to the library, as well as the one called by you. This is a problem specific to your environment. See at following pages for sollution:
Let me know if you've managed to solve the problem. If not - I will try to help you in other ways, for example via TeamViewer / Telegram. I really want you to help use my library.
Hi, thanks for detailed answer.
I am using selenium grid through docker. I have 4 nodes and every node use Anticaptchaclient
illiterately in parallel. The error appears after cca 10.500 iterations. It appears for the first time yesterday. I have started the same code 10 minutes ago. Till now there is no error. I will see in few hours if error will occur.
After that, I will try to remove s
from htpps
, to see if that helps.
These could be one-off problems on the Anticaptcha.com site.
@MislavSag , do you have a result or comments?
I have tried again and it's working now. I think it can be closed.
Thanks
After using Anticaptcha services for some time, I got the following error:
Do you know what could be a problem?