Created
December 11, 2014 22:24
-
-
Save ericdill/1bbedb5046dfb5534f03 to your computer and use it in GitHub Desktop.
Error in metadataStore/example/sample_collection_code.py 2014-12-11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/edill/dev/python/metadataStore/example/sample_collection_code.py", line 71, in <module> | |
create_event(event) | |
File "/home/edill/dev/python/metadataStore/metadataStore/collectionapi/commands.py", line 106, in create_event | |
owner=owner, data=data) | |
File "/home/edill/dev/python/metadataStore/metadataStore/dataapi/commands.py", line 271, in insert_event | |
__validate_keys(formatted_data_keys, desc_data_keys) | |
File "/home/edill/dev/python/metadataStore/metadataStore/dataapi/commands.py", line 293, in __validate_keys | |
raise ValueError('Data keys for event data and descriptor data do not match! Check ' + str(key)) | |
ValueError: Data keys for event data and descriptor data do not match! Check some_motor_1 | |
Process finished with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment