-
-
Notifications
You must be signed in to change notification settings - Fork 427
Capybara::Webkit::ConnectionError webkit_server failed to start #678
Comments
Okay my bad, forgot to add |
When you say, "add |
As a package. |
This might fix the issue, if you installed qt5:
|
@justin808 Thanks for the tip. This got |
I reinstalled |
@3zcurdia can you try starting the |
I got this
|
@3zcurdia what system are you on? If you're on a Linux system, do you have X running? If you're running headlessly, you may want xvfb or something similar. |
ubuntu server 14.04 and I am using xvfb |
same error here capybara 2.4.4
capybara-webkit 1.3.1 once i ran the
|
turns out the doc has already given out the answer to the problem
|
System: I was getting the same error as OP. /Users/austinwood/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/capybara-webkit-1.7.1/bin/webkit_server failed to start. My fix: gem uninstall capybara-webkit
brew install qt5
brew linkapps qt5
brew link --force qt5
gem install capybara-webkit source for installing |
Has anyone here tried to use the Headless gem instead of Additionally, the documentation @leomayleomay mentioned doesn't explain what the |
@indiesquidge thanks, that worked 👍 |
@indiesquidge's solution worked for me as well! 👍 |
I saw this error using the headless gem and calling |
Regarding @justin808's fix: to uninstall the gem if it was installed by bundler, do:
Sadly this didn't fix the issue for us :D Turned out it worked fine without reinstalling the gem if we did what @leomayleomay says above. |
After accidentally wiping out the whole brew directory I reinstalled ruby and Homebrew. Now my feature tests are randomly failing with the following:
Gems and Ruby installed:
Any ideas?
The text was updated successfully, but these errors were encountered: