Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Jeffrey Makuch
Jeffrey MakuchComponents
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created October 10, 2021 at 11:08 PM
Updated July 6, 2022 at 8:57 PM
Resolved November 2, 2021 at 5:59 PM
Hi there
I've just installed TrueNas Commander.
We'll I've rebuilt the VM a few times just to make sure I didn't do the build incorrectly.
Would be great to get this resolved as we have about another 8 units we'd like to add.
I've added one of my Free/TrueNas devices, it connects as It's pulling the name, version and hardware info but that's it. Nothing else is reporting.
When i click on the Nas name to view all the detatils I get this error
NAS API error
{ "name": "response", "namespace": "direct/message", "id": "bdb1940e-f26e-c08d-1f41-143d097ada1d", "args": { "id": "bdb1940e-f26e-c08d-1f41-143d097ada1d", "error": { "error": 22, "extra": null, "reason": "[limit] Field was not expected", "trace": { "class": "Error", "formatted": "Traceback (most recent call last):
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 165, in call_method
result = await self.middleware.call_method(self, message)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 1107, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 1069, in _call
return await run_method(methodobj, *args)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 983, in _run_in_conn_threadpool
return await self.run_in_executor(self.__threadpool, method, *args, **kwargs)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 971, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File \"/usr/local/lib/python3.6/concurrent/futures/thread.py\", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File \"/usr/local/lib/python3.6/site-packages/middlewared/schema.py\", line 667, in nf
args, kwargs = clean_and_validate_args(args, kwargs)
File \"/usr/local/lib/python3.6/site-packages/middlewared/schema.py\", li