301 Moved Permanently

Hello,

somehow I'm unable to install as I get a "301 Moved Permanently" error when running the install script!

wget http://www.piborg.org/downloads/thunderborg/examples.zip
--2017-10-26 14:01:12-- http://www.piborg.org/downloads/thunderborg/examples.zip
Resolving www.piborg.org (www.piborg.org)... 134.213.205.228
Connecting to www.piborg.org (www.piborg.org)|134.213.205.228|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.piborg.org/downloads/thunderborg/examples.zip [following]
--2017-10-26 14:01:12-- https://www.piborg.org/downloads/thunderborg/examples.zip
Connecting to www.piborg.org (www.piborg.org)|134.213.205.228|:443... connected.
ERROR: The certificate of ‘www.piborg.org’ is not trusted.
ERROR: The certificate of ‘www.piborg.org’ hasn't got a known issuer.

Many thanks in advance for any hint.

Regards,
Dirk

piborg's picture

Hi Dirk,

We are in the process of moving our site, there may be some hiccups for the next couple of days :)

In the meanwhile you can force wget to grab the file from this site using old instead of www like this:

mkdir ~/thunderborg
cd ~/thunderborg
wget http://old.piborg.org/downloads/thunderborg/examples.zip
unzip examples.zip
chmod +x install.sh
./install.sh

Hopefully that will allow you to get your board installed. The same trick should work for any of our boards / robots.

Hi Piborg,

That worked just fine!

Thank you!

: - ) Dirk

301, "Moved Permanently"

The HTTP response status code 301 Moved Permanently is used for permanent URL redirection, meaning current links or records using the URL that the response is received for should be updated. The 301 response from the Web server should always include an alternative URL to which redirection should occur. If it does, a Web browser will immediately retry the alternative URL. This is the best way to ensure that users and search engines are directed to the correct page. The 301 status code means that a page has permanently moved to a new location.

Subscribe to Comments for "301 Moved Permanently"