downgrading worked for me...Thanks! I tried downgrading using the command gem update --system 1.6.2
On Apr 4, 2:22 pm, Ben Carter <[email protected]> wrote: > We were still not successful with downgrading: > > *** LOCAL GEMS *** > > rake (0.8.7) > rubygems-update (1.6.2) > win32-api (1.4.8 x86-mingw32) > win32-process (0.6.5) > windows-api (0.4.0) > windows-pr (1.2.0) > xml-simple (1.0.15) > > C:\Users\Ben>gem install watir > Fetching: s4t-utils-1.0.4.gem (100%) > ERROR: While executing gem ... (Gem::FormatException) > s4t-utils-1.0.4 has an invalid value for @cert_chain > > On Apr 4, 3:36 pm, Charley Baker <[email protected]> wrote: > > > > > > > > > Looks like this is a rubygems problem with 1.7.1, downgrade to an earlier > > version. > > > gem update --system 1.6.2 > > > Charley Baker > > Lead Developer, Watir,http://watir.com > > > On Mon, Apr 4, 2011 at 10:29 AM, sridhar <[email protected]> wrote: > > > Hey I have the same problem. Please let me know if you find a solution > > > for it. Thanks! > > > > On Apr 4, 6:29 am, Uri Goldstein <[email protected]> wrote: > > > > Hello, > > > > > I am new to Watir. My first installation of Watir seems to have failed. > > > Upon > > > > running "gem install watir" I get: > > > > > Fetching: win32-api-1.4.8-x86-mingw32.gem (100%) > > > > Fetching: windows-api-0.4.0.gem (100%) > > > > Fetching: windows-pr-1.2.0.gem (100%) > > > > Fetching: win32-process-0.6.5.gem (100%) > > > > Fetching: xml-simple-1.0.15.gem (100%) > > > > Fetching: hoe-2.9.4.gem (100%) > > > > Fetching: s4t-utils-1.0.4.gem (100%) > > > > ERROR: While executing gem ... (Gem::FormatException) > > > > s4t-utils-1.0.4 has an invalid value for @cert_chain > > > > > This is on Windows 7 Ultimate SP1 64-bit running Ruby 1.9.2-p180 with > > > ruby > > > > gems 1.7.1. And just in case it's related - FireFox 4.0. > > > > > Can I still use Watir? How can I fix this? > > > > > Thanks, > > > > Uri Goldstein > > > > -- > > > Before posting, please readhttp://watir.com/support. In short: search > > > before you ask, be nice. > > > > [email protected] > > >http://groups.google.com/group/watir-general > > > [email protected] -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
