- Регистрация
- 10.03.2022
- Сообщения
- 171
- Благодарностей
- 12
- Баллы
- 18
"Hello people, I'm using a multitread bot with residential proxies and I'm having a lot of errors (This site can't be reached), sometimes on the second page of the project, and sometimes on the third page, which prevents me from completing the project.
I added the following code in C# at the beginning of the bot:
instance.AutoRetry = true;
instance.AutoRetry5xxResponses = true;
instance.AutoRetryMaxAttempts = 10;
But I'm not seeing any results or improvements. Can anyone help me out and give me some guidance?"
I added the following code in C# at the beginning of the bot:
instance.AutoRetry = true;
instance.AutoRetry5xxResponses = true;
instance.AutoRetryMaxAttempts = 10;
But I'm not seeing any results or improvements. Can anyone help me out and give me some guidance?"