We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I am using ruby 1.9.3p551 (2014-11-13) [i386-mingw32] I have installed phantomjs 2.1.1 in C:\phantomjs
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.
s = f.fetch
After that I tried with gem 'screencap', github: 'Eventshare/screencap' as well. (#31) refer @cbartlett comment
gem 'screencap', github: 'Eventshare/screencap'
Still gets the same issue. Any leads to fix this?
I am using Windows 8.1 and git bash as the command line tool
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Then I got following output
When I executed
s = f.fetch
i got following error.After that I tried with
gem 'screencap', github: 'Eventshare/screencap'
as well. (#31) refer @cbartlett commentStill gets the same issue. Any leads to fix this?
I am using Windows 8.1 and git bash as the command line tool
The text was updated successfully, but these errors were encountered: