我已经用Google Cloud功能设置了一个onCall函数来拍摄网页的屏幕截图。我正在使用“网络快照”。
当我在模拟器上本地运行测试时,一切正常,但是在部署时出现此错误:
Error: PhantomJS exited with return value 1
at ChildProcess.<anonymous> (/srv/node_modules/webshot/lib/webshot.js:249:13)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
有人能在Google云功能上成功使用'webshot'或phantomJs吗?
编辑: 使用免费套餐时,Google Functions会限制使用外部呼叫。 您需要更新为使用或付费计划才能使之生效