Skip to content
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

No captured browser error #106

Open
jenschelkopf opened this issue Dec 12, 2013 · 4 comments
Open

No captured browser error #106

jenschelkopf opened this issue Dec 12, 2013 · 4 comments

Comments

@jenschelkopf
Copy link

Using meteor-rtd-example-project, I'm getting this error when I start rtd:

- - - Running unit tests - - -
[2013-12-11 22:28:08.529] [DEBUG] config - Loading config /home/shido/code/snippets/meteor-rtd-example-project/test/rtd/karma.conf.js
No captured browser, open http://localhost:9876/
>> Error: Command failed:
Fatal error: Command failed: 

This looks like a phantomjs problem, but it is installed:

> phantomjs -v
1.9.2

And I can run phantomjs:

> less hello.js
console.log('Hello, world!');
phantom.exit();

> phantomjs hello.js
Hello, world!

I'm using Linux, npm version 1.2.25, Meteor version 0.6.6.3.

Any tips on how I can diagnose this problem?

@samhatoum
Copy link
Member

Hi. Can you try running with --debug?

@jenschelkopf
Copy link
Author

That is the output of running with --debug. Is there something in addition I should do/include?

@samhatoum
Copy link
Member

Hi. My apologies for not responding, I've been a month-long roadtrip!

Did you get any further with this?

@samhatoum
Copy link
Member

--debug should get all the output out. Have you removed any of the tests? That error happens when there are not any tests present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants