You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
When attempting to follow the instructions to add a new catalog on TrueNAS-SCALE-23.10.0.1 as described in the README.md, I get the following error message:
Error: undefined
'catalog.json' metadata file must be specified for a valid catalog
remove_circle_outline
More info...
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 426, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 464, in __run_body
rv = await self.method(*([self] + args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/service/crud_service.py", line 194, in nf
rv = await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 44, in nf
res = await f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 177, in nf
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/catalogs_linux/update.py", line 262, in do_create
verrors.check()
File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 70, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] cached_catalog_file: 'catalog.json' metadata file must be specified for a valid catalog
As I'm new to adding kasm, I'm guessing I missed something?
The text was updated successfully, but these errors were encountered:
So... To me, it appears there is a catalog.json file missing from the root of this repository.
I'm entering this:
And I get this:
BTW: I have now upgraded to TrueNAS-SCALE-23.10.1. The issue has not changed for me though.
I have successfully loaded the TrueCharts catalog found here: https://github.com/truecharts/catalog
And that one does have a catalog.json file in the root of their repository, so I don't believe it is my TrueNAS Scale instance!
As a minor note... On the README.md page, there is also a misspelling.
"To add this Catalog to TrueNAS SCALE click on Apps -> Manage Catalogs -> Add Catalog and set the following vbariables:"
When attempting to follow the instructions to add a new catalog on TrueNAS-SCALE-23.10.0.1 as described in the README.md, I get the following error message:
As I'm new to adding kasm, I'm guessing I missed something?
The text was updated successfully, but these errors were encountered: