-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fatal error: Cannot read property 'ele' of null #38
Comments
+1. I have the same issue |
hm.. but seems the issue is not here.. |
Nope, not familiar with karma-ievms. Here's the relevant portion of package.json:
As I said, I've looked at karma-junit-reporter to try to figure out what's going on and nothing seems obvious. Since it happens intermittently, I have to assume it's a race condition somewhere where one of the events is firing before/after the the xml file has been opened/closed. I know I've seen the problem when using karma-sauce-launcher and I'm pretty sure I've seen it using the karma-chrome-launcher. In the all of the cases I've seen it, I've been using the mocha reporter and I think I've been using the coverage reporter for all of them. |
+1. I have the same issue I have noticed that it only occurs when I run it as an npm task. If I execute |
This just flaked for us as well on jenkins. Doesn't happen consistently.
|
@TheSavior if it helps I noticed I only have issues when I node version 0.10.32. When I use version 0.11.14 I have no issues. |
Hmm. We are on 0.12.0 |
We are seeing this error if we use non ascii text in karma test: it("interpoleer drglpt zonder coordinaten en met één verbonden drglpt", function() {
//fails
} if we change to: it("interpoleer drglpt zonder coordinaten en met 1 verbonden drglpt", function() {
//succeeds
} it all works, is there an encoding problem somewhere? |
I have this issue and it turn out I have many phantomjs instance running in background. |
Occasionally, I see the error
Fatal error: Cannot read property 'ele' of null
but it appears the xml file has been written correctly. I can't reproduce on demand and after eyeballing index.js nothing jumps out as a likely culprit. I'd be happy to supply more information if you can point me in the right direction.The text was updated successfully, but these errors were encountered: