Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

error with meteor 1.4 #4

Closed
berkaytheunicorn opened this issue Aug 1, 2016 · 3 comments
Closed

error with meteor 1.4 #4

berkaytheunicorn opened this issue Aug 1, 2016 · 3 comments
Assignees

Comments

@berkaytheunicorn
Copy link

hey Im deploying meteor 1.4 with kadirahq/mup with abernix/meteord:basedocker image

and getting this

spiderable: phantomjs failed: { [Error: Command failed: /bin/bash -c exec phantomjs --load-images=no --ignore-ssl-errors=yes /tmp/meteor_3044071958

 killed: true,
  code: null,
  signal: 'SIGTERM',
  cmd: '/bin/bash -c exec phantomjs --load-images=no --ignore-ssl-errors=yes /tmp/meteor_3044071958' } 
stderr: 

installing phantomjs manually with apt-get wont fixed the issue btw.

@berkaytheunicorn
Copy link
Author

it is also happens on local too.

@aaronjudd
Copy link
Contributor

aaronjudd commented Aug 5, 2016

I just tested with Meteor 1.4.0.1, on OSX with phantomjs v2.1.1 (installed via brew) and was unable to reproduce locally.

@aaronjudd aaronjudd self-assigned this Aug 5, 2016
@berkaytheunicorn
Copy link
Author

oh, sorry. I found that issue is actually related to Meteor publish functions. On some of them I didnt return empty array or just didnt call this.ready(). so when I fixed all my publish code. It actually fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants