list_images: sbs_snapshot
volume unmarshalling error
#928
Labels
bug
Something isn't working
instance
Instance issues, bugs and feature requests
priority:highest
Bugs filled by customers, security issues
Hi,
First of all thank you for the sdk. 🙏
This is issue is very similar to: #636
It would seem that when the
extra_volume
is of typesbs_snapshots
some data is missing from the API response.This is the API response I get
It seems the Python code at https://github.com/scaleway/scaleway-sdk-python/blob/main/scaleway/scaleway/instance/v1/marshalling.py#L263 is expecting
tags
,project
etc. for theextra_volumes
field which are missing from the response.The results is the following Exception:
Maybe
unmarshal_VolumeSummary
should be used instead when the extra volume is of typesbs_snapshot
?Could you please take a look ? This is preventing me from managing my backups properly. Thank you 🙏
The text was updated successfully, but these errors were encountered: