-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
Hello,
I'm facing an issue since I updated my WebDriver (and co) version from 8.11.2 to 8.16.11.
When running my tests in firefox I often get this error : FetchError: request to https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/geckodriver/Cargo.toml failed, reason: Client network socket disconnected before secure TLS connection was established.
My CI fails very often because of this, but sometimes it's good.
Here is the complete error stack :
FetchError: FetchError: request to https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/geckodriver/Cargo.toml failed, reason: Client network socket disconnected before secure TLS connection was established
at ClientRequest.<anonymous> (file:///xxxx/repo/main/node_modules/geckodriver/node_modules/node-fetch/src/index.js:108:11)
at ClientRequest.emit (node:events:517:28)
at ClientRequest.emit (node:domain:489:12)
at TLSSocket.socketErrorListener (node:_http_client:501:9)
at TLSSocket.emit (node:events:517:28)
at TLSSocket.emit (node:domain:489:12)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
FetchError: request to https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/geckodriver/Cargo.toml failed, reason: Client network socket disconnected before secure TLS connection was established
at ClientRequest.<anonymous> (file:///xxxxx/repo/main/node_modules/geckodriver/node_modules/node-fetch/src/index.js:108:11)
at ClientRequest.emit (node:events:517:28)
at ClientRequest.emit (node:domain:489:12)
at TLSSocket.socketErrorListener (node:_http_client:501:9)
at TLSSocket.emit (node:events:517:28)
at TLSSocket.emit (node:domain:489:12)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET',
erroredSysCall: undefined
}
Error: exit status 123
Thank you for your help
Metadata
Metadata
Assignees
Labels
No labels