-
Notifications
You must be signed in to change notification settings - Fork 22
Description
We are following the tutorial on the deployment on the development box literally and when trying to connect the authorities, we get this error, we are working on the Next branch as suggested with the new version of the system as was published a few days ago, we get the following error when running 'eotest':
using the following authorities:
- nvotes.com (this is us, acting as orchestra director)
- nvotes.com
Creating election 3682
Traceback (most recent call last):
File "/usr/bin/eotest.py", line 490, in
main(sys.argv[1:])
File "/usr/bin/eotest.py", line 485, in main
eval(command + "(args)")
File "", line 1, in
File "/usr/bin/eotest.py", line 452, in full
pkFile = create(args)
File "/usr/bin/eotest.py", line 361, in create
startElection(electionId, startUrl, startData)
File "/usr/bin/eotest.py", line 279, in startElection
r = session.request('post', url, data=json.dumps(data), verify=CALIST, cert=(CERT, KEY))
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/requests/adapters.py", line 487, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='nvotes.com', port=5000): Max retries exceeded with url: /public_api/election (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f687e027610>: Failed to establish a new connection: [Errno 110] Connection timed out',))
Connection to 127.0.0.1closed.
I have revised a similar issue but the problem appears to be different. Probably related to the packages, but that is only a guess.