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

rtd does not start because of dependency? #138

Open
alochschmied opened this issue Feb 14, 2014 · 6 comments
Open

rtd does not start because of dependency? #138

alochschmied opened this issue Feb 14, 2014 · 6 comments

Comments

@alochschmied
Copy link

After following the steps here http://rtd.xolv.io/ there is:

-bash-4.2$ ./rtd
Downloading http://chromedriver.storage.googleapis.com/2.9/chromedriver_linux64.zip
Downloading http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar
Warning: Corrupted zip : can't find end of central directory Use --force to continue.
Aborted due to warnings.

After trying to run ./rtd again, there is:

bash-4.2$ ./rtd
Downloading reason: SHA configured in rtd.config.js does not match '2d505ae37d16030d07b4cf2760222ca54b15603b'
ownloading http://chromedriver.storage.googleapis.com/2.9/chromedriver_linux64.zip
Downloading reason: SHA configured in rtd.config.js does not match '2d505ae37d16030d07b4cf2760222ca54b15603b'
Downloading http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar
Warning: Corrupted zip : can't find end of central directory Use --force to continue.
Aborted due to warnings.

Any suggestion how to avoid this would be great.

Thanks,
Alexander

@AdrienLemaire
Copy link
Contributor

You need to specify the correct version of selenium-server to use for your OS.
Looking at rtd.conf.js, it seems that Mac os X and Linux 64bits only are defined.

@alochschmied
Copy link
Author

Thanks for the idea. OS is however Fedora x86_64. I also notice that downloading the jar manually with wget and then manually calculating the sha1 hash returns the value that is also specified in the config file. Are proxy settings used by whatever is downloading the jar in rtd?

@samhatoum
Copy link
Member

no proxy settings are used, it's just a plain old request. Did you manage to get this resolved?

@alochschmied
Copy link
Author

No. We are behind a corporate proxy and thus depend on proxy settings being used.

@alochschmied
Copy link
Author

Is there a plan to use proxy?

@samhatoum
Copy link
Member

There isn't at the moment but a pull request is welcome :)

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