Proxy error #2033
Replies: 3 comments 3 replies
-
Can you share the exact line in the script where you set this or other options? |
Beta Was this translation helpful? Give feedback.
-
Sure beforeScenario(async() => await openBrowser({args: [ |
Beta Was this translation helpful? Give feedback.
-
I'm using this example of taiko with gauge https://github.com/getgauge-examples/js-taiko and navigating through a proxy server, sometimes it works and sometimes I get the following errors: IdeaProjects/js-taiko/specs/browserActions.spec:19 Failed: After Scenario Failed: After Specification Failed: After Suite Successfully generated html-report to => /Users/jonathan_giber/IdeaProjects/js-taiko/reports/html-report/index.html Failed to kill Runner: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:56877: connect: connection refused" ———————————————————————— Error: WebSocket is not open: readyState 2 (CLOSING) Failed: After Scenario Failed: After Specification Failed: After Suite Successfully generated html-report to => /Users/jonathan_giber/IdeaProjects/js-taiko/reports/html-report/index.html Failed to kill Runner: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:58147: connect: connection refused" ———————————————————————— IdeaProjects/js-taiko/specs/browserActions.spec:19 Failed: After Scenario Failed: After Specification Failed: After Suite Successfully generated html-report to => /Users/jonathan_giber/IdeaProjects/js-taiko/reports/html-report/index.html Failed to kill Runner: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:58701: connect: connection refused" I was wondering if this a taiko error or if this example repo is updated enough? I also noticed that all steps are passing Version: 1.2.2 (Chromium: 88.0.4314.0) RELEASE Thanks for any help |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
When trying flag '--proxy-server=http://my.proxy.ss:8081/ on openBrowser method I get the following:
Failed: Navigate to "https://gmail.com"
Filename: specs/browserActions.spec
Message: Error: Navigation to url https://gmail.com failed. REASON: net::ERR_NO_SUPPORTED_PROXIES
Stack Trace:
Error: Navigation to url https://gmail.com failed. REASON: net::ERR_NO_SUPPORTED_PROXIES
at Object.handleNavigation (node_modules/taiko/lib/handlers/pageHandler.js:193:13)
at async node_modules/taiko/lib/taiko.js:745:16
at async doActionAwaitingNavigation (node_modules/taiko/lib/doActionAwaitingNavigation.js:61:5)
at async module.exports.goto (node_modules/taiko/lib/taiko.js:744:3)
at async module.exports. (node_modules/taiko/lib/taiko.js:2601:14)
at async Object. (tests/step_implementation.js:24:5)
Any ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions