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

Unable to communicate with websites using command prompt while attempting to use command "bundle" #3

Closed
baumga34 opened this issue Oct 7, 2014 · 2 comments

Comments

@baumga34
Copy link

baumga34 commented Oct 7, 2014

Hello,

I am having an issue communicating with the outside world using the command prompt.

Here is a copy of the command prompts return message after I try "bundle":

C:\OpenStudioSoftware\NREL\OpenStudio-analysis>bundle <--- Command Prompt Entry

DL is deprecated, please use Fiddle <--- Command Prompt response
Fetching source index from http://rubygems.org/
Retrying source fetch due to error (2/3): Bundler::HTTPError Could not fetch specs from http://rubygems.org/
Retrying source fetch due to error (3/3): Bundler::HTTPError Could not fetch specs from http://rubygems.org/
Could not fetch specs from http://rubygems.org/

@nllong
Copy link
Member

nllong commented Oct 10, 2014

This issue is typically a communication error between you and RubyGems.org. Few things to check:

  1. Are you behind a proxy? If so, then check if the proxy is system wide or just your web browsers. Typically easies to open up your favorite browser and look in the settings.
  2. Is there any web site restrictions at your location? If so, then it is possible that your IT department is blocking access. Note that RubyGems is only the first hurdle, you will also need access to AWS (meaning Amazon).

If you think that the above is happening. Then it is best to talk to your IT department and explain the situation. The general explanation for the "situation" is that you are trying to run a large number of simulations using Amazon Web Services. Some good questions may be:

  1. How can I access the internet through a command line (or terminal) using our companies proxy?
  2. When I ping aws.amazon.com, it times out, is there something that may be restricting access to the site?
  3. Can we set the proxy to be machine wide, instead of just on the web browsers?
  4. Can you open up unrestricted access over port 80 and 443 to *.amazon.com, *.amazonaws.com, github.com, and rubygems.org?

@rHorsey
Copy link
Contributor

rHorsey commented Nov 24, 2015

@baumga34 Hi there! I'm assuming from the 2014 time stamp that this issue has been resolved. If that's not the case please reopen the issues. Many thanks.

@rHorsey rHorsey closed this as completed Nov 24, 2015
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

3 participants