Chrome WebDriver not working on 0.46.04
Closed this issue · 1 comments
leiless commented
Describe the bug
Chrome WebDriver is not working on 0.46.04, I always get the Exception:
error.
Version
0.46.04 (As I tested, it's okay on 0.46.03)
To Reproduce
Watch any website with WebDriver
Screenshots
Desktop (please complete the following information):
- OS: Ubuntu 20.04.6 LTS
- Browser: Chrome 128
Additional context
ChangeDetection logs
(1) accepted ('172.18.1.2', 60704)
172.18.1.2,172.18.1.2 - - [10/Sep/2024 10:03:24] "GET /api/checknow?uuid=3a09a4b5-9f8b-402e-804a-6b28cbb22229 HTTP/1.1" 302 671 0.004757
2024-09-10 10:03:24.366 | INFO | changedetectionio.update_worker:run:255 - Processing watch UUID 3a09a4b5-9f8b-402e-804a-6b28cbb22229 Priority 1 URL https://example.net/
2024-09-10 10:03:24.423 | ERROR | changedetectionio.update_worker:run:477 - Exception reached processing watch UUID: 3a09a4b5-9f8b-402e-804a-6b28cbb22229
2024-09-10 10:03:24.429 | ERROR | changedetectionio.update_worker:run:478 -
2024-09-10 10:03:24.435 | DEBUG | changedetectionio.update_worker:run:576 - Watch 3a09a4b5-9f8b-402e-804a-6b28cbb22229 done in 0.06s
leiless commented
I restarted WebDriver, and everything seems ok.
So there must be something wrong with the WebDriver process, I have to figure it out by myself.