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
malcolm.core.request: Exception raised for request Put(id=990, path=Array([u'BL45P-ML-SCAN-01', u'layout', u'value']), value=ordereddict([(u'name', [None, u'MIC']), (u'visible', [False, False]), (u'mri', [u'BL45P-ML-PANDA-01:SEQ1', u'BL45P-ML-MIC-01']), (u'x', [0, 0]), (u'y', [0, 0])]), get=False) Traceback (most recent call last): File "./malcolm/../malcolm/core/controller.py", line 141, in _handle_request responses += handler(request) File "./malcolm/../malcolm/core/controller.py", line 196, in _handle_put value = attribute.meta.validate(request.value) File "./malcolm/../malcolm/core/models.py", line 789, in validate args = {k: meta.validate(value[k]) for k, meta in self.elements.items()} File "./malcolm/../malcolm/core/models.py", line 789, in <dictcomp> args = {k: meta.validate(value[k]) for k, meta in self.elements.items()} File "./malcolm/../malcolm/core/models.py", line 694, in validate assert isinstance(v, str_), "Expected Array[str], got %r" % (value,) AssertionError: Expected Array[str], got [None, u'MIC']
The text was updated successfully, but these errors were encountered:
Looks like it's triggered after transitioning between a SCAN block and a PANDA
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: