Issue:
When try to use "domino get" to get an existing project in Domino onto my local machine, I get error message below,
+--------+
| Error! |
+--------+
Unexpected error: Couldn't access the project. Make sure you have access by checking that you can visit https://<Domino URL>/u/dianapai/genetic_data_ingestion.
Try again later and if the problem persists, contact us.
domino.client.command.ProjectAccessChecker.triggerUnknownProjectError(ProjectAccessChecker.scala:54) domino.client.command.ProjectAccessChecker.assertUserHasAccessToProject(ProjectAccessChecker.scala:23) domino.client.command.GetCommand.get(GetCommand.scala:24) domino.client.Domino.executeCommand(Domino.scala:229) domino.client.Domino$.main(Domino.scala:49) domino.client.Domino.main(Domino.scala) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84) com.install4j.runtime.launcher.UnixLauncher.start(UnixLauncher.java:66) install4j.domino.client.Domino.main(Unknown Source)
I've confirmed I have access by checking the Domino URL and I can "domino get" the Quick Start project fine.
Root Cause:
The project I try to "domino get" is a git-based project and git-based projects are not yet supported by the Domino CLI. This is on the product roadmap for future releases.
Comments
0 comments
Please sign in to leave a comment.