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

[WebUI]Fix Connection Manager stop daemon, return 5 elem from get_host_info() #452

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ppayne
Copy link

@ppayne ppayne commented May 13, 2024

Attempting to stop the daemon from Connection Manager in the WebUI would throw an error "An error occurred". On deeper inspection this was because this line threw a ValueError expecting 4 items but only getting 3:

host, port, user, password = host[1:5]

This fix updates the get_host_info() function to also return password.

@ppayne
Copy link
Author

ppayne commented May 13, 2024

Tested locally, now successfully stops and starts the daemon from Connection Manager.

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