On Fri, Nov 14, 2014 at 1:41 PM, Larry Martell <[email protected]> wrote:
> I have a suite of selenium live server tests that have been running
> fine (django 1.6, python 2.7, centos 6.5). The host they were running
> on died and I moved them to a new host. They are failing there with:
>
> ERROR: setUpClass
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/motor/motor/app/cdsem/tests/testEventsTableLive.py",
> line 25, in setUpClass
>     cls.selenium = WebDriver()
>   File 
> "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/webdriver.py",
> line 59, in __init__
>     self.binary, timeout),
>   File 
> "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/extension_connection.py",
> line 47, in __init__
>     self.binary.launch_browser(self.profile)
>   File 
> "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/firefox_binary.py",
> line 66, in launch_browser
>     self._wait_until_connectable()
>   File 
> "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/firefox_binary.py",
> line 100, in _wait_until_connectable
>     raise WebDriverException("The browser appears to have exited "
> WebDriverException: Message: The browser appears to have exited before
> we could connect. If you specified a log_file in the FirefoxBinary
> constructor, check it for details.
>
> The old box was running Firefox 24.3.0 and the new one is running
> 31.2.0. Could that have anything to do with it? Anyone ever seen this
> and/or know what I can do to fix it?

Well I was able to downgrade FF to 31.1.0 and the live tests are
working now. So the problem is fixed ... at least for
now - until I can't get that version anymore .. so I guess I do need
to figure out why it's failing with 31.2.0 ... or maybe wait until the
next version comes out and see if it still fails there.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY7jOBZjTf1P6sH9H8fTh2fZhESAHmeDCUjX%3DtWkdM7OAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to