Closed FelixD999 closed 6 months ago
It looks like it might be related to the response payload for ManagerNetworkProtocol; I'm suspecting "NTP" is an array in the response, which should be an object. Can you provide the response body for your ManagerNetworkProtocol resource?
Thanks for your explanation and tips. Previously "NTP" did become an array, now we have corrected it back to object and running the validator will not be blocked by this issue.
Hi, When I run with version 1.2.3 it gets blocked at AttributeError: 'list' object has no attribute 'get'.
I checked the patch_array_save in service_requests.py according to the debug log, but I am not sure whether the root cause is related to this. Could you please help explain?
Thanks, Felix