-
Notifications
You must be signed in to change notification settings - Fork 3
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
Firefox won't start on any port #11
Comments
Hi, I've tracked the error inside portscanner.js and it times out after 400ms. If I increase to 1500ms it works to open the browser and the page, although it shoots a connect ECONNREFUSED errror, but then it crashes in marrionette.js at line 205 saying that the Object true doesn't have method substring. I didn't know where to go any further from there, because I don't know where those objects come from. Here are my stats: dalekjs cli tools: 0.0.4 Hope this helps! |
Hi Vairend, thanks for the report. I will set up a Windows VM (seems that Mac & Linux are ok) & try to reproduce/debug the behaviour. |
I am seeing this same issue... was a fix ever created? Thanx! David |
same here. Win7 64-bit. Firefox 29. Changing ports for Firefox in Dalekfile didn't help. Using port range also didn't fix the problem. Firefox Beta and Aurora have the same behavior |
Turns out this is a timing issue. Go into the Firefox folder and find the config file, change the port timeout to a really high number... I believe I used 4 seconds. Fixed it instantly. |
@SiriusDG could you please be a little more specific? What is the name of the config file and which setting should be changed? |
I can later, at work right now, this is on my personal machine. Give me a On Tue, May 13, 2014 at 10:03 AM, Jev Zelenkov [email protected]:
|
I hit the same issue too and the hack above seems to work:
Changed to:
I think this works as a quick hack but a proper solution is still required. |
I also confirm it's not working. Ubuntu 14.04, Firefox 30.0, Dalek CLI 0.0.4, Dalek 0.0.8 |
I have the same error using Windows 7 and firefox (versions 29 and 30). |
I recently was able to spend some thoughts on this. The problem is, is that the Mozilla developers change the marionette API nearly with every build (which isn't a bad, because they want to move closer to the spec), but for me as a library developer it is hell to work with the unstable API. What to do about it; Mozilla started to have their own JS based client that they keep up to date (https://github.com/mozilla-b2g/marionette-js-client), so one of the future tasks will be: removing all the proprietary stuff I build & replace it with this client (which then should help to get rid of nearly all existing issues). Timeline? I don't know. Any help is appreciated. |
Same here too, English Firefox31 on English Win8.1., 32bit
Sincerely |
I faced same issue on my Win7x64 Dalek v0.0.5. But looks like things are not moving much in DalekJS project after 2014. Is that really the case? |
Hi,
I'm trying to lunch the test with -b firefox after install and it says that port 9006 is in use. I tried changing it to 9002, still in use and after using currPorts I can see that those ports are actually not in use.
The text was updated successfully, but these errors were encountered: