We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having a problem creating the curation of a document in inception. Here is my code and the generated error which I don't understand.
with open(filename, 'rb') as f: self.client.api.create_curation(3, 2781, curation_format = InceptionFormat.UIMA_CAS_XMI_XML_1_1, content = f, document_state = DocumentState.CURATION_COMPLETE)
Error too many values to unpack (expected 2) I got the same error using directly swagger.
too many values to unpack (expected 2)
Any help ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm having a problem creating the curation of a document in inception. Here is my code and the generated error which I don't understand.
Error
too many values to unpack (expected 2)
I got the same error using directly swagger.
Any help ?
The text was updated successfully, but these errors were encountered: