canonical/pylxd

I'm currently running a snap lxd 5.21 on centos8 and a pip installed pylxd of version 2.3.1

Dweller opened this issue · 2 comments

When a call lxd.container.create() and one of my device shared mounts is invalid or there is a syntax error in the the Exception raised is NULL but if I debug the script and print response.json() I can see a meaningful error message.

Is there any plans to fix this in a future version of pylxd?

Please provide a simple reproducer script so that we can easily replicate the issue. Thanks

Apologies my code, my bad...