Hello Everyone! <div><br></div><div>I am extremely new to yt, and attempted to install it for the first time this morning. However, when doing so, I encountered a problem with the server which caused the installation to fail (I have attached the segment of the install log which shows the original errors). After contacting Sam Skillman, he kindly suggested altering the following lines in the install script to read https intead of http, which resolved everything:</div>

<div><br></div><div><div>554         YT_DIR="$PWD/yt-hg/"</div><div>555         ( ${HG_EXEC} --debug clone <a href="http://hg.yt-project.org/yt-supplemental/">http://hg.yt-project.org/yt-supplemental/</a> 2>&1 ) 1>> ${LOG_FILE}</div>

<div>556         # Recently the hg server has had some issues with timeouts.  In lieu of</div><div>557         # a new webserver, we are now moving to a three-stage process.</div><div>558         # First we clone the repo, but only up to r0.</div>

<div>559         ( ${HG_EXEC} --debug clone <a href="http://hg.yt-project.org/yt/">http://hg.yt-project.org/yt/</a> ./yt-hg 2>&1 ) 1>> ${LOG_FILE}</div><div>560         # Now we update to the branch we're interested in.</div>

<div>561         ( ${HG_EXEC} -R ${YT_DIR} up -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}</div><div>  </div></div><div>Just wanted to let you know in case others encounter this problem or if you wanted to change the install script. Thanks and have a good night!</div>

<div><br></div><div><br></div><div>Matt Malloy</div><div><br></div>