lovelysystems / robotframework-androidlibrary

Robot Framework Automation Library for Android
29 stars 22 forks source link

"gem install --version '= 0.2.20' calabash-android " not working #30

Closed srib4ufrnd closed 11 years ago

srib4ufrnd commented 11 years ago

The command "gem install --version '= 0.2.20' calabash-android" is not working.

i am getting an error as below

ERROR: Could not find a valid gem 'calabash-android' (= 0.2.20) in any repository ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEDOUT: A connection attempt failed because the connected party di d not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (http://rubygems.org/ latest_specs.4.8.gz)

what might be the problem? i guess i am having a problem with gem itself? i am behind proxy. is that an issue?

is there a way where i can get calabash-android without gem?

peritus commented 11 years ago

Please check your local internet connection.

peritus commented 11 years ago

@srib4ufrnd Sorry. I just tried downloading the file mentioned in your error message and I can download it. This could be a problem with your connectivity to rubygems.org and is not an issue with robotframework-androidlibrary in particular. Please seek support there. I'm no ruby expert, there might be a way to download a gem and install it manually.

srib4ufrnd commented 11 years ago

yes u r right :-) i tried all the ways but no luck. any ways the issue is not with robotframework-androidlibrary, will check it with ruby. Thank u for the support.

srib4ufrnd commented 11 years ago

Hi @peritus

The problem is solved now. The issue is with network connection only. issue is with proxy connection.

Just for information sake: The below link has answered the solution in a decent way.

http://thinktibits.blogspot.in/2011/06/gemremotefetcherfetcherror-econnrefused.html.

srib4ufrnd commented 11 years ago

Just for information sake- Thanks to @yellowrose who posted this on site http://thinktibits.blogspot.in/2011/06/gemremotefetcherfetcherror-econnrefused.html

image