{
"errorClass": "str",
"stacktrace": "Traceback (most recent call last):
File "/smarter/smarter/apps/api/v1/cli/views/base.py", line 318, in dispatch
return super().dispatch(request, *args, **{**self.params, **kwargs})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 509, in dispatch
response = self.handle_exception(exc)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 469, in handle_exception
self.raise_uncaught_exception(exc)
File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
raise exc
File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 506, in dispatch
response = handler(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/smarter/smarter/apps/api/v1/cli/views/schema.py", line 66, in get
return self.broker.schema(request=request, kwargs=kwargs)
^^^^^^^^^^^
File "/smarter/smarter/apps/api/v1/cli/views/base.py", line 128, in broker
self._broker = BrokerClass(
^^^^^^^^^^^^
File "/smarter/smarter/lib/manifest/broker.py", line 561, in __init__
raise SAMBrokerErrorNotImplemented(
smarter.lib.manifest.broker.SAMBrokerErrorNotImplemented: Smarter API None manifest broker: None() not implemented error. No broker class has been implemented for this kind of manifest.: No broker class has been implemented for this kind of manifest.
",
"description": "Smarter API None manifest broker: None() not implemented error. No broker class has been implemented for this kind of manifest.",
"status": "500",
"args": "url=/api/v1/cli/schema/PluginDataApiConnection/",
"cause": "Python Exception",
"context": "thing=PluginDataApiConnection, command=schema"
}