-
Notifications
You must be signed in to change notification settings - Fork 115
NoMethodError: undefined method `size' for nil:NilClass #171
Comments
What is the output when you use |
Thanks @DylanLacey, here's the output:
Also, I tried the suggestion for
Thanks for your help. |
Hi, no news? any solution? |
Same here any solution for this |
Looking at the source for tar_reader, I wonder if the gem you've downloaded is corrupt. Try locating the sauce-connect gem tarball that's been downloaded, and erasing it, then re-running |
I tried everything but got no solution and finally get this working by :- bundle update --source ffi :) |
Oh that's super weird. I'm glad you've got it going, @peeyushsingla! What was the source of ffi in your gemfile.lock, was it the standard rubygems.org? |
@DylanLacey yes it was rubygems.org |
I wonder if this was just a case of there being a new sauce_connect gem available, and updating from the ffi source (being rubygems.org) fetched the latest sauce_connect as well. I'm going to close this issue now; If anyone else has the same problem please feel free to comment and we'll investigate again! |
Hi All, i have the same problem when i try to install capistrano with command, "gem install capistrano" rubygems-1.8.24 |
I've had success deleting the source, typically from the |
I'm hoping that splitting the gem into subgems will help prevent it, but On Mon, May 12, 2014 at 3:00 PM, Nicholas Hughes
Dylan Lacey Reading from the Book of Ruby? Want to test your site or mobile app |
Simply delete all .gem files in Ruby cache path (e.g C:\Ruby193\lib\ruby\gems\1.9.1\cache), then install gem again. |
phamxuanha90 thanks for your soulution. great! |
when i used bundle install i meet NoMethodError: undefined method |
@kewinwang, what's the result of executing |
Remove caches worked for me |
Hi, I'm attempting to integrate this gem into our project to test out the SauceLabs service and here's what I get when running
bundle
:I'm on OS X 10.8.4 using the following:
Here's the bottom of my Gemfile:
Capybara is set due to another gem dependency. I've also tried a variety of versions for 'sauce', all of which return the same error. Do you have any suggestions? Thanks in advance.
The text was updated successfully, but these errors were encountered: