{
"errorClass": "AttributeError",
"stacktrace": "Traceback (most recent call last):
File "/home/smarter_user/smarter/smarter/apps/api/v1/cli/views/base.py", line 511, in dispatch
response = super().dispatch(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/smarter_user/venv/lib/python3.12/site-packages/rest_framework/views.py", line 515, in dispatch
response = self.handle_exception(exc)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/smarter_user/venv/lib/python3.12/site-packages/rest_framework/views.py", line 475, in handle_exception
self.raise_uncaught_exception(exc)
File "/home/smarter_user/venv/lib/python3.12/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
raise exc
File "/home/smarter_user/venv/lib/python3.12/site-packages/rest_framework/views.py", line 512, in dispatch
response = handler(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/smarter_user/smarter/smarter/apps/api/v1/cli/views/schema.py", line 79, in get
response = self.broker.schema(request=request, kwargs=kwargs)
^^^^^^^^^^^^^^^^^^
AttributeError: NoneType object has no attribute schema
",
"description": null,
"status": "403",
"args": "url=http://platform.smarter.sh/api/v1/cli/schema/Account/",
"cause": "Python Exception",
"context": "thing=Account, command=schema"
}