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
As mentioned in the linked LP bug (which includes a nice reproducer, thanks @mpurg), there is nothing we can do about this in pyLXD as it's a problem in the dependent ws4py module.
The issue
Using python 3.12 and a remote client for lxd, I hit a problem with the
ws4py
package:Steps to reproduce
First, make sure you are using python version 3.12, then add localhost to lxc remote, changing the password to mirror your local installation:
Spin up a virtual machine, then try to communicate using the endpoint:
Possible solution
Given Lawouach/WebSocket-for-Python#283 the most likely boils down to updating
ws4py
dependency.The text was updated successfully, but these errors were encountered: