Skip to content
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

Build fails while starting the application #38

Closed
aribalam opened this issue Jan 21, 2019 · 1 comment
Closed

Build fails while starting the application #38

aribalam opened this issue Jan 21, 2019 · 1 comment

Comments

@aribalam
Copy link

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
Copy link
Collaborator

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

Not entirely sure but this could be the issue comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants