2

我正在使用 meteor-up 来设置 phantomJS 和其他一切。似乎一切正常,并且 phantomJS 似乎已安装在服务器上,因为我可以运行phantomjs运行 phantomjs 控制台的运行。

但是,我遇到了 phantomjs 实际上获取页面的标题/描述的问题。

这是我在运行以下内容时遇到的错误:

example.com/?_escaped_fragment_=

TypeError: 'undefined' is not a function (evaluating 'n[i].bind(this)')

  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135 in h
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:517
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:517
TypeError: 'undefined' is not an object (evaluating 'Package["service-configuration"].ServiceConfiguration')

  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:101
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:3
  http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:3

我不确定为什么我得到未定义的服务配置包。我从来没有引用过那个包。如果有人可以帮助我解决这个问题,那就太好了。

4

1 回答 1

0

Linux 仍然没有官方的 PhantomJS 2.0 二进制文件,所以任何遇到 1.X 分支问题的人都是非官方的 2.0 版本。

于 2015-11-04T18:21:40.467 回答