You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs while running the init.sh script.
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.
Could it be a proxy related issue as I am using a proxy network?
The text was updated successfully, but these errors were encountered:
The following error occurs while running the
init.sh
script.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.
Could it be a proxy related issue as I am using a proxy network?
The text was updated successfully, but these errors were encountered: