-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
An Error Occurred: {'Choices with data ... #254
Comments
I have edited the issue so that the traceback and the YAML template are wrapped in a 'fence' - three backticks (```) at the start and end of each block - this preserves the formatting. |
The template specifies that the
The error message from Inselect is cryptic. We will fix this. |
Ok, that makes sense. That for the information. I appreciate you guys creating and maintaining this software. It will be immensely useful to the digitization community. Cheers, Sent from my iPhone On Apr 6, 2016, at 1:24 PM, Lawrence Hudson <notifications@github.commailto:notifications@github.com> wrote: The template specifies that the Order and Family fields are Choices with data (lines 41 and 46) but these contains lists rather than mappings. If you want to show a drop-down list of options, change 41 and 46 to Choices. If you want to associate values with the displayed list of options then change the contents of the Choices with data blocks to be mappings e.g.,
The error message from Inselect is cryptic. We will fix this. You are receiving this because you authored the thread. The information contained in this message and/or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. Any views expressed in this message are those of the individual sender. |
Great, thanks Jim - please let us know if you hit any more problems. |
…error-msg-for-bad-choices-with-data [#254] Better error message when 'Choices with data' is not a mapping
I have created a new template and have used an online YAML parser to check that it validates ok. (See bottom of post for the code).
When loading this new inselect_template I created I get the following error:
I note that the file path listed in the traceback does not correspond to my machine. Not sure if that is the issue?? Thanks for any help you can lend on this issue.
YAML Template Code:
The text was updated successfully, but these errors were encountered: