We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to some problem with ws4py in pylxd sometimes raises broken pipe error, some pylxd functions are replaced with subprocess.run.
subprocess.run
E.g., instance.exec of pylxd is frequency error out with BrokenPipeError. Using subprocess.run as workaround for now.
instance.exec
pylxd
BrokenPipeError
Resolve the issue with pylxd and convert back to using pylxd.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement Proposal
Due to some problem with ws4py in pylxd sometimes raises broken pipe error, some pylxd functions are replaced with
subprocess.run
.E.g.,
instance.exec
ofpylxd
is frequency error out withBrokenPipeError
. Usingsubprocess.run
as workaround for now.Resolve the issue with pylxd and convert back to using pylxd.
The text was updated successfully, but these errors were encountered: