Git Product home page Git Product logo

Comments (6)

route avatar route commented on May 16, 2024 1

Hm, I'll investigate later today guys... There's a failing example that's great!

from ferrum.

ttilberg avatar ttilberg commented on May 16, 2024

Related #13

from ferrum.

wjr1985 avatar wjr1985 commented on May 16, 2024

I’m getting this as well on the majority of sites. Only seemed to appear after upgrading from Ferrum 0.7 to 0.8. Didn’t change Chrome version or anything. Rolling back to Ferrum 0.7 fixed it.

Ubuntu Linux 18.04
Chromium 83.0.4093.0
Ruby 2.5.7
Ferrum 0.8

from ferrum.

route avatar route commented on May 16, 2024

I fixed Ferrum's code that throws the error, but for cycling objects there's nothing Ferrum can do you have to avoid them so instead of getting all articles get what you need (content, images inside article, etc) and avoid returning article node because it's cyclic in JS world and cannot be passed to Ruby world.

from ferrum.

Nakilon avatar Nakilon commented on May 16, 2024

I'm porting my thingy from Selenium::Webdriver to Ferrum. It returns lots of nodes from JS but since it returns them in a single object it all becomes CyclicObject that is impossible to inspect. I edit the cycled? JS, using JSON.stringify and currently I suppose it stucks on some injectedScript that is probably by Ferrum itself and is recursive. Very hard to tell.
I'm debugging it for two days already. I wish there was CyclicReference instead of CyclicObject, similar to how Ruby's inspection works. Looks like the problem is that JS traversing and Ruby traversing are different processes. JS is capable to detect cycle but this information is needed in Ruby. Also the reduce_props looks overcomplicated.

from ferrum.

Nakilon avatar Nakilon commented on May 16, 2024

Maybe my issue will be gone if somehow avoid returning the:

     ["object",
      {"opener"=>nil,
       "length"=>0,
       "closed"=>false,
       "location"=>
        {"href"=>"https://www.google.com/",

thing that I don't even understand where it comes from into the object I return. I return a {...} that I create on fly and so it can't be referred inside but somehow it is. Also if I dump the google.com page to a file and open it the issue does not happen. There is only one div on google.com page that causes it.

UPD: maybe it's because of jsaction? Here is the output of:

[node.outerHTML, JSON.stringify(node, getCircularReplacer())];

image
This thing is invisible to outerHTML but is visible to Ferrum's serializer. I think it is the cause of cycles.

UPD: ok, it's just a JS library https://github.com/google/jsaction that causes this:

image

effectively making Ferrum unable to serialize this node from JS to Ruby too because it gets replaced with CyclicObject.

from ferrum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.