-
Notifications
You must be signed in to change notification settings - Fork 28
Edge opens with wrong address #23
Comments
hello gents. I can relate to this one. in my case , the solution from nickserv/karma-edge-launcher#27 doesn't even work, so I volunteer to repro and help you in any way. my karma opens EDGE but I will not move further than this : running something like this : MicrosoftEdgeLauncher.exe https://www.youtube.com/watch?v=fDrTbLXHKu8 -k gives me this : Couldn't find Edge URL with URL: 01313080 |
Hi everyone, I started experiencing this issue myself. Edge launches Cheers |
Had this same issue today. Edge would launch but since http://example.com does not resolve on our network, edge just sat there and edge-launcher reported it cannot start edge. Had to change the hardcoded uri in the program and recompile. Maybe we can add another parameter or change how this matches edge tabs. |
Does Edge have an equivalent to |
nickmccurdy: I started up Edge without a url, and the application does not have an about:blank like IE. The problem is that the launcher is using an exact match to a hardcode url to find the correct PID for the edge tab. Maybe we can make the matching more robust to account for the DNS issue I was experiencing. I need to check technet for various error states for edge. |
Good point. In that case, wouldn't it be easier to fix it so it starts with the correct URL initially (without example.com or an other placeholders)? |
Hi, I'm having this issue with my karma-edge-launcher, any tips on how to fix it? |
I am facing the same issue, when I try to run karma start --browsers Edge. I am redirected to example.com which keeps on opening and closing and end with the following:
The point mentioned in https://github.com/nickmccurdy/karma-edge-launcher/issues/27 regarding downloading edge-launcher 1.2.0.0, run MicrosoftEdgeLauncher.exe -k URL works fine with the format MicrosoftEdgeLauncher.exe URL -k. But yet can t run the unit tests. It was working fine atleast locally till a month back but now the edge browser just keeps on crashing. Please help on how to fix it. |
When providing a URL and the
-k
flag, in some cases Edge will stay at example.com instead of switching the tab to the given URL. It seems like this could be a network related issue, since one of the users experiencing this was unable to access example.com, though I can access the website and I don't have this issue myself. Please see the comments of nickserv/karma-edge-launcher#27 for more information.CC @gmisiolek @pchorus @leandro86
The text was updated successfully, but these errors were encountered: