futureag / mvp

Copy of webbhm/OpenAg-MVP-II
MIT License
20 stars 15 forks source link

Where is MVP.zip? #27

Open HColaco opened 5 years ago

HColaco commented 5 years ago

I am trying to build a greenhouse for my College and I am having lots of problems to install the software. After many tries I am getting lost. Right now I guess the script couldn't find MVP.zip. I have the following lines:


pi@raspberrypi:~/unpack $ wget -N https://github.com/futureag/mvp/archive/3.1.0.zip -O mvp.zip WARNING: timestamping does nothing in combination with -O. See the manual for details.

--2019-06-25 22:32:36-- https://github.com/futureag/mvp/archive/3.1.0.zip Resolving github.com (github.com)... 192.30.253.113 Connecting to github.com (github.com)|192.30.253.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/futureag/mvp/zip/3.1.0 [following] --2019-06-25 22:32:36-- https://codeload.github.com/futureag/mvp/zip/3.1.0 Resolving codeload.github.com (codeload.github.com)... 192.30.253.121 Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2019-06-25 22:32:37 ERROR 404: Not Found.


Any help I'd really appreciate. Thanks in advance

HColaco

HColaco commented 5 years ago

OK, I've overcame this issue. Now, when running releaseScript_Test.sh I have an error: ... File "/usr/lib/python2.7/httplib.py", line 821, in connect self.timeout, self.source_address) File "/usr/lib/python2.7/socket.py", line 575, in create_connection raise err socket.error: [Errno 111] Connection refused 06/27/19 14:43:35 : Failure testing sensors

Any help I'd really appreciate. Thanks in advance

HColaco