Ajax Meteor x模数可插销/幻影问题

Ajax Meteor x模数可插销/幻影问题,ajax,meteor,web-crawler,Ajax,Meteor,Web Crawler,关于这个问题,我读了很多东西,但我想不出答案。 我在模数上主持我们的应用程序。我正在使用ongowworks:spiderable和dfischer:phantomjs,并得到以下错误 spiderable: phantomjs failed: Error: Command failed: at ChildProcess.exithandler (child_process.js:658:15) at ChildProcess.emit (events.js:98:17) at m

关于这个问题,我读了很多东西,但我想不出答案。 我在模数上主持我们的应用程序。我正在使用ongowworks:spiderable和dfischer:phantomjs,并得到以下错误

spiderable: phantomjs failed: Error: Command failed: 
  at ChildProcess.exithandler (child_process.js:658:15)
  at ChildProcess.emit (events.js:98:17)
  at maybeClose (child_process.js:766:16)
  at Process.ChildProcess._handle.onexit (child_process.js:833:5) 
stderr: 
因为我真的很想知道如何修复这个bug,然后继续前进

另外,我如何测试我的应用程序现在是否可以爬行?因为?\u转义\u片段\u=不再做任何事情


谢谢

您是否已验证phantomjs安装正确?在命令行中运行phantomjs-version。如果这样做有效,请检查以确保在配置文件中正确设置了根URL。在我能够转到mywebsite.com/?\u转义\u片段并在中查看爬网内容之前,这两个URL都已正确设置,即使我遇到了相同的错误@BrianShamblen