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 /indy_node/utils/node_control_utils.py, hold_packages method will cause the indy-node-control service to crash when it attempts to hold a package that is not installed on the system. This also causes the indy-node service to restart.
Add some error handling to the code so the method will simply log the fact that it tried to hold a package that does not exist rather than erroring out and causing the indy-node-control service to crash.
The
/indy_node/utils/node_control_utils.py, hold_packages
method will cause theindy-node-control
service to crash when it attempts to hold a package that is not installed on the system. This also causes theindy-node
service to restart.Add some error handling to the code so the method will simply log the fact that it tried to hold a package that does not exist rather than erroring out and causing the
indy-node-control
service to crash.References:
indy-node-control
#1741The text was updated successfully, but these errors were encountered: