Answer the question
In order to leave comments, you need to log in
How to catch ConnectionRefusedError: [WinError 10061]?
While parsing (Selenium, Python) some pages get an error
ConnectionRefusedError: [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение
and accordingly the driver stops working. Answer the question
In order to leave comments, you need to log in
try:
# ... код, порождающий ошибку
except ConnectionRefusedError as e:
# код обработки ошибки
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question