Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while fetching Cargo.toml #235

Closed
jRichardeau opened this issue Sep 21, 2023 · 1 comment
Closed

Error while fetching Cargo.toml #235

jRichardeau opened this issue Sep 21, 2023 · 1 comment

Comments

@jRichardeau
Copy link

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

@christian-bromann
Copy link
Contributor

@jRichardeau thanks for reporting, this has been implemented and will be released in v4.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants