ValueError: Cannot store Thing #223
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
orinoco/dump-things-service#223
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using v6.1. with the setup in #222 and https://concepts.datalad.org/s/things/v2.yaml as a test schema. I see the following crash
with a server-side traceback of
The server does not support POST-ing instances of
Thing. The endpoints should not exist. This is fixed in commit49cf0d22b2I can confirm that with the following modification to the schema, and posting to the then added endpoint, the submission works fine.
As of v6.2 this is now working.