HTTP-APIs / hydra-flock-demo

The main repository for the Hydra Flock Demo-Simulation
MIT License
10 stars 18 forks source link

Build fails while starting the application #38

Closed aribalam closed 5 years ago

aribalam commented 5 years ago

The following error occurs while running the init.sh script.

screenshot from 2019-01-21 18-44-17 screenshot from 2019-01-21 18-44-22

Apparently, the connection is getting closed by the server while receving a response. The error was occurring due to the following code in flock_controller/mechanics/location.py
update_location_ = RES_CS.find_suitable_operation( operation_type=SCHEMA.UpdateAction, input_type=CENTRAL_SERVER.Location) On moving the code out of the try block, it gives the following error. screenshot from 2019-01-21 18-59-04

Could it be a proxy related issue as I am using a proxy network?

vddesai1871 commented 5 years ago

updatelocation = RES_CS.find_suitable_operation( operation_type=SCHEMA.UpdateAction, input_type=CENTRAL_SERVER.Location)

Not entirely sure but this could be the issue comment