Hello there,
So I'm getting this error when I start my dockerized python crawler from my k8s cluster. It worked fine a month ago, nothing in the code was changed. Here is the details:
Anyone can tell me what's the issue?
Selenium version: 4.9.0
Chrome verision: 115.0.5790.110
Short log:
`Opening browser: https://<redacted_url>?IGNORE_EXTERNAL_CALENDAR=false&viewmode=list
WebDriverException occured, reopening browser ... Exception: [Message: unknown error: net::ERR_CONNECTION_TIMED_OUT
(Session info: headless chrome=115.0.5790.110)
Stacktrace:
#0 0x5625d547b4e3 <unknown>
#1 0x5625d51aac76 <unknown>
#2 0x5625d51a2c7f <unknown>
#3 0x5625d5194ca2 <unknown>
#4 0x5625d5196412 <unknown>
#5 0x5625d51950ca <unknown>
#6 0x5625d5194168 <unknown>
#7 0x5625d5193fa0 <unknown>
#8 0x5625d51929bf <unknown>
#9 0x5625d5192fed <unknown>
#10 0x5625d51acb06 <unknown>
#11 0x5625d521e9e5 <unknown>
#12 0x5625d5206012 <unknown>
#13 0x5625d521e30e <unknown>
#14 0x5625d5205de3 <unknown>
#15 0x5625d51db2dd <unknown>
#16 0x5625d51dc34e <unknown>
#17 0x5625d543b3e4 <unknown>
#18 0x5625d543f3d7 <unknown>
#19 0x5625d5449b20 <unknown>
#20 0x5625d5440023 <unknown>
#21 0x5625d540e1aa <unknown>
#22 0x5625d54646b8 <unknown>
#23 0x5625d5464847 <unknown>
#24 0x5625d5474243 <unknown>
#25 0x7f46d46c6fa3 start_thread
]`