Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errno::ENOENT: No such file or directory - /c/phantomjs/bin/phantomjs #36

Open
rehrumesh opened this issue Aug 11, 2016 · 0 comments
Open

Comments

@rehrumesh
Copy link

Hi I am using ruby 1.9.3p551 (2014-11-13) [i386-mingw32]
I have installed phantomjs 2.1.1 in C:\phantomjs

I have added gem details to the gemfile as described in the documentation. In irb, I executed following.

require 'screencap'
f = Screencap::Fetcher.new('http://google.com')

Then I got following output

#<Screencap::Fetcher:0x2568198 @url="http://google.com">

When I executed s = f.fetch i got following error.

image

After that I tried with gem 'screencap', github: 'Eventshare/screencap' as well. (#31) refer @cbartlett comment

Still gets the same issue. Any leads to fix this?

I am using Windows 8.1 and git bash as the command line tool

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

No branches or pull requests

1 participant