question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Object [object Object] has no method 'removeAttribute' TypeError: Object [object Object] has no method 'removeAttribute'
    at Object.f.support.opacity.f.cssHooks.opacity.set (unknown source)
    at Function.f.extend.style (unknown source)
    at f.each.b.indexOf.f.fx.step.(anonymous function) (unknown source)
    at Object.f.fx.update (unknown source)
    at Object.f.fx.step (unknown source)
    at h (unknown source)
    at f.extend.tick (unknown source)
    at Object.window._evaluate (/Users/dread/Qnary_2.0_Web/node_modules/zombie/lib/zombie/window.js:185:23)
    at Interval.resume._this.next (/Users/dread/Qnary_2.0_Web/node_modules/zombie/lib/zombie/eventloop.js:427:35)
    at EventLoop.run (/Users/dread/Qnary_2.0_Web/node_modules/zombie/lib/zombie/eventloop.js:140:11)

var browser = new Browser();

browser.visit('http://localhost:3000', { debug: true}, function(err, browser) {
  browser.dump();
});

I know the test script isn’t very helpful, and it is due to something the page is loading, but I can’t dump the contents of the page to a forum like this. Where should i start with debugging/troubleshooting? Or any ideas of what could cause the issue? I am thinking it might have to do with jquery, still running that down now.

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rtsiocommented, Jul 19, 2014

This still occurs. Made ZombieJS unusable for me.

0reactions
assafcommented, May 2, 2013

That’s a disturbing Github bug.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Timeout error from cy.visit() · Issue #20389 · cypress ... - GitHub
While running the cy.visit() in before method page doesn't load, no matter how long is timeout. This issue has never been seen manually....
Read more >
cypress-io/cypress - Gitter
I am trying to spin up my first ever test with Cypress and I am kinda bummed at not being able to get...
Read more >
Cypress - cy.visit() failed trying to load - Stack Overflow
The error I am receiving is while using the cy.visit() command ... and see if the status response is 200 and the content...
Read more >
Fix connection errors - Google Chrome Help
If you get an error message when you try to visit a website, try these fixes. If your error isn't listed below, learn...
Read more >
How to Clear Browser Cookies to Resolve “Error 500
If you are receiving an “Error 500 – Internal Server Error” message while trying ... Step 4: Under the General Tab's “Browsing history”...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found