Open rohan opened 9 years ago
Actually, it looks like just calling Scrape
returns the same error.
Me too
Me three. Actually running any command gives me the same error. Even console.log().
I'm having this same issue. I have identified that it's an error with the sugarjs dependency.
This is the full stack trace:
TypeError: Object 0 has no method 'call'
at meteor://app/packages/digilord_sugarjs/packages/digilord_sugarjs.js:164:1
at Array.forEach (meteor://app/packages/es5-shim/.npm/package/node_modules/es5-shim/es5-shim.js:417:1)
at H.keys (meteor://app/packages/digilord_sugarjs/packages/digilord_sugarjs.js:164:1)
at meteor://app/packages/digilord_sugarjs/packages/digilord_sugarjs.js:21:1
at Array.map (meteor://app/packages/es5-shim/.npm/package/node_modules/es5-shim/es5-shim.js:448:1)
at Array.
Is there any way to use this package without this bug being resolved? This appears to be a show stopper.
@ethanteague I'm not a developer on the project but it works fine unless you need the meteor shell. What I did was disable it when I need the shell and just enabled it when I need it to run.
It's most likely going to be an old version of the digilord sugarjs package. An update to the dependencies might fix this.
This is may not be solution.I am using another package to scrape webpage,now. https://github.com/endotakashi1992/meteor-metainspector This is a wrapper for node-metainspector.This package can use current meteor version.
If you are interesting,use it.
any solutions for this issue?
Hey! Just started using this package.
In
meteor shell
, I ran the following command:Scrape.feed("http://feeds.venturebeat.com/VentureBeat")
which returned the following error message:
What do? This is in a brand-new project.