Azure M17 - Unable to list contents of subproject in Seismic DDMS
When I try to list the contents of a subproject I get the following error:
sdutil ls sd://opendes/michaelv7
[500] Cannot read property 'data' of undefined
I used the following command to create a subproject:
python sdutil mk sd://opendes/michaelv7 admin@testing.com "opendes-SeismicDMSLegalTag"
Trying to list the subproject contents by calling seismic ddms webservices also fails:
curl --location 'https://osdu-ship.msft-osdu-test.org/seistore-svc/api/v3/utility/ls?sdpath=sd%3A%2F%2Fopendes%2Fmichaelv7' \
--header 'data-partition-id: opendes' \
--header 'Authorization: Bearer {{access_token}}'
Response:
500 error: Cannot read property 'data' of undefined
I am using the latest version of SDUtil