You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If string input for author/owner, e.g. author="Shailesh Appukuttan"
we get an error message of the form:
Exception Type: TypeError at /models/
Exception Value: string indices must be integers
This should be updated to provide a more informative response, such as:
author and owner fields should have values of the form: {"family_name": "Appukuttan", "given_name": "Shailesh"}
The text was updated successfully, but these errors were encountered:
If string input for author/owner, e.g.
author="Shailesh Appukuttan"
we get an error message of the form:
This should be updated to provide a more informative response, such as:
author and owner fields should have values of the form:
{"family_name": "Appukuttan", "given_name": "Shailesh"}
The text was updated successfully, but these errors were encountered: