-
Notifications
You must be signed in to change notification settings - Fork 15
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
Failure to connect to server on running releaseScript_test.sh #24
Comments
Hi, Saizenki |
There is a new version of CouchDB out - I replaced references to version "2.2.0" with "2.3.1" and I believe that fixed these errors for me. The other thing I did was to manually install CouchDB using this documentation . Going through the individual release scripts called in MVP/setup/ReleaseScript.sh also helped to debug. I'm running Raspbian Buster btw. Hope this helps! |
The connection is refused by the socket.py file.
Quote:
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
11/14/18 07:00:05 : Failure testing sensors
The text was updated successfully, but these errors were encountered: