Unable to run cypress on firefox browser while same scripts are running on different browsers #32602
Closed
vishal-sharma-veersa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We were running cypress on edge, chrome and electron but now we have to run our tests on firefox but while doing so getting some BiDi errors
logs here
`GET /loader_wheels/wheel_w_message.svg?message=Loading... 200 863.559 ms - -
cypress:proxy:http:util:prerequests Never received pre-request or url without pre-request for request GET-https://refactor-automation.kipuqa.com/packs/emr-v3/7347.33d969e0.js after waiting 500ms. Continuing without one. +0ms
GET /www/delivery/asyncjs.php 404 1507.211 ms - -
GET /api/settings/company_settings/org_logo 200 1226.594 ms - -
GET /s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2 200 75.347 ms - -
GET /api/emr/generative_ai/prompts?type=GROUP%20NOTE%20ASSISTANT - - ms - -
GET /packs/emr-v3/7347.33d969e0.js 200 2528.562 ms - -
POST /users/sign_in 302 1105.539 ms - 76
WebDriver Bidi command "network.continueRequest" failed with error: unknown error - [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIHttpChannel.setRequestHeader]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://remote/content/shared/NetworkRequest.sys.mjs :: setRequestHeader :: line 267" data: no]
Error: WebDriver Bidi command "network.continueRequest" failed with error: unknown error - [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIHttpChannel.setRequestHeader]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://remote/content/shared/NetworkRequest.sys.mjs :: setRequestHeader :: line 267" data: no]
at BidiHandler.send (file:///C:/Users/VishalSharma/AppData/Local/Cypress/Cache/15.3.0/Cypress/resources/app/packages/server/node_modules/webdriver/build/node.js:472:23)
at BidiHandler.networkContinueRequest (file:///C:/Users/VishalSharma/AppData/Local/Cypress/Cache/15.3.0/Cypress/resources/app/packages/server/node_modules/webdriver/build/node.js:874:31)
at Browser.value (file:///C:/Users/VishalSharma/AppData/Local/Cypress/Cache/15.3.0/Cypress/resources/app/packages/server/node_modules/webdriver/build/node.js:1377:26)
at EventEmitter.onBeforeRequestSent (:2515:153141)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Driver Stack:
at setRequestHeader@chrome://remote/content/shared/NetworkRequest.sys.mjs:267:19
at continueRequest@chrome://remote/content/webdriver-bidi/modules/root/network.sys.mjs:820:19
at handleCommand@chrome://remote/content/shared/messagehandler/MessageHandler.sys.mjs:260:33
at execute@chrome://remote/content/shared/webdriver/Session.sys.mjs:410:32
at onPacket@chrome://remote/content/webdriver-bidi/WebDriverBiDiConnection.sys.mjs:236:37
at onMessage@chrome://remote/content/server/WebSocketTransport.sys.mjs:127:18
at handleEvent@chrome://remote/content/server/WebSocketTransport.sys.mjs:109:14
cypress:proxy:http:util:prerequests Never received pre-request or url without pre-request for request GET-https://assets.kipuqa.com/packs/emr-v3/5895.cd8f0c94.js after waiting 500ms. Continuing without one. +3s
GET /packs/emr-v3/5895.cd8f0c94.js 200 558.643 ms - -
cypress:proxy:http:util:prerequests metrics: { browserPreRequestsReceived: 93, proxyRequestsReceived: 43, immediatelyMatchedRequests: 41, unmatchedRequests: 2, unmatchedPreRequests: 0 } +2s`
tried upgrading/downgrading cypress to latest or down to 13.15.2
able to run the same scripts in different browsers
Beta Was this translation helpful? Give feedback.
All reactions