-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
_1 Upvote_ I found other closed issues with this error code, but the solutions didn't work:
Spiderable on my meteor app works on my localhost but doesnt on my production server. So i really don't think its a problem with the subscriptions or anything of the code. And i tried it with current phantomjs of the phantomjs website and current phantomjs of npm.
I get the following error message on my production server:
spiderable: phantomjs failed: { [Error: Command failed: Can't open '/dev/stdin'
] killed: false, code: 255, signal: null }
stderr: Can't open '/dev/stdin'
ls -alsh /dev/std*
gives following output:
0 lrwxrwxrwx 1 root root 15 Aug 24 17:11 /dev/stderr -> /proc/self/fd/2
0 lrwxrwxrwx 1 root root 15 Aug 24 17:11 /dev/stdin -> /proc/self/fd/0
0 lrwxrwxrwx 1 root root 15 Aug 24 17:11 /dev/stdout -> /proc/self/fd/1
As i said, it runs without any problems on my dev machine.
Do you have an idea?
Thanks alot!