VariantEffect / mavedb-api

MaveDB API
GNU Affero General Public License v3.0
8 stars 2 forks source link

Unpublished experiment deletion error #206

Closed jstone-dev closed 4 months ago

jstone-dev commented 4 months ago

It appears that somebody is trying to delete an unpublished score set and failing. This appears in our log:

{"type": "ValidationError", "exception": "1 validation error for Experiment\nresponse\n  none is not an allowed value (type=type_error.none.not_allowed)", "location": [], "client": "172.17.1.219", "request": "DELETE https://api.mavedb.org/api/v1/experiments/tmp:1bd20f24-3d42-468a-8919-e5c066eb8ab3"}

This problem appears distinct from #161.

bencap commented 4 months ago

This was addressed by https://github.com/VariantEffect/mavedb-api/issues/188

bencap commented 4 months ago

Duplicate of #188