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
Traceback (most recent call last):
File "/home/otlet/XXX/inventory.debug.py", line 12, in <module>
response = api.list_servers(zone="pl-waw-2")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/otlet/.local/share/virtualenvs/XXX-XXX/lib/python3.12/site-packages/scaleway/instance/v1/api.py", line 435, in list_servers
return unmarshal_ListServersResponse(res.json())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/otlet/.local/share/virtualenvs/XXX-XXX/lib/python3.12/site-packages/scaleway/instance/v1/marshalling.py", line 2022, in unmarshal_ListServersResponse
[unmarshal_Server(v) for v in field] if field is not None else None
^^^^^^^^^^^^^^^^^^^
File "/home/otlet/.local/share/virtualenvs/XXX-XXX/lib/python3.12/site-packages/scaleway/instance/v1/marshalling.py", line 827, in unmarshal_Server
{key: unmarshal_VolumeServer(value) for key, value in field.items()}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/otlet/.local/share/virtualenvs/XXX-XXX/lib/python3.12/site-packages/scaleway/instance/v1/marshalling.py", line 715, in unmarshal_VolumeServer
return VolumeServer(**args)
^^^^^^^^^^^^^^^^^^^^
TypeError: VolumeServer.__init__() missing 5 required positional arguments: 'name', 'organization', 'size', 'state', and 'project'
The issue has been raised to the product team, and a fix should be released at the beginning of January. We apologize for the inconvenience and the delay.
Thank you for reporting this and for your patience.
Example code:
Error:
Looks like regress with other issue: #557
SDK Version:
Python 3.12.2
The text was updated successfully, but these errors were encountered: