Kit extension registry not available

I’m trying to implement a rest api service using your examples as a guide, for example this: Implementing the service — Omniverse Services latest documentation

Currently I’m doing it as a plain kit extension with no other kit dependencies than omni.services.core.

Just adding omni.services.core to the extension dependencies is enough to pull in along omni.kit.registry.nucleus, which immediately tries to connect to kit-extensions.ov.nvidia.com, but that fails, preventing my extension from actually launching. Is there a way to configure that to use a public registry or disable it?

I’ve tried changing the registry in extension.toml for the omni.kit.registry.nucleus extension and my own extension, but that does not seem to have any effect. (got the public registries from here Registry URLs not working - omni.kit.registry.nucleus)

1 Like