You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very strange behaviour. It seems to be a node-phantom problem, since when the result is turned into a string with JSON.stringify the error disappears.
Running your example all I get is an empty array. What version of phantomjs and scraperjs are you running?
Also, in your example, since you start the array with an entry (of a) you should expect the output to be, [ [ 'a', 'b', 'c' ], [ 'a', 'b', 'c' ], [ 'a', 'b', 'c' ], [ 'a', 'b', 'c' ] ]
Here's a simple reproduction
Or the meaningful part in javascript for those who prefer:
I would expect to see this:
But I see this:
Is it my mistake? Is it a bug? In this package? PhantomJS?
The text was updated successfully, but these errors were encountered: