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

Open Browser cause error 503 Service Unavailable #207

Closed
atthaboon opened this issue Jun 6, 2013 · 2 comments
Closed

Open Browser cause error 503 Service Unavailable #207

atthaboon opened this issue Jun 6, 2013 · 2 comments

Comments

@atthaboon
Copy link

After install i can't user robotframeowk open browser

Open Browser | http://www.google.com | chrome

I got this error:
HTTPError: HTTP Error 503: Service Unavailable
and no browser open

@atthaboon atthaboon reopened this Jun 7, 2013
@ombre42
Copy link
Contributor

ombre42 commented Jan 3, 2014

This sounds like it could be a proxy issue. By default, Selenium traffic, which is local for local webdrivers, will obey system proxy settings. To bypass the proxy for local traffic, you can set the environmental variable no_proxy to 127.0.0.1,localhost prior to calling Open Browser. You can do this wherever you feel is best - in a setup (the Operating System library has a Set Environment Variable keyword), a variables file, on the command line prior to running tests, etc.

@aaltat
Copy link
Contributor

aaltat commented Dec 11, 2015

Closed @ombre42 did ask for closing.

@aaltat aaltat closed this as completed Dec 11, 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