If you are trying to run the CLI on your local machine and are getting the following error, it may be due to some missing files on your machine:
2022-10-13 09:07:01,472 PDT DEBUG d.c.Domino - Error getting site config. java.lang.RuntimeException: java.lang.RuntimeException: There were unexpected issues getting site config from https://domino.science-at-scale.io/cliSiteConfig
at domino.client.Domino$.$anonfun$downloadAndSaveSiteConfig$2(Domino.scala:68)
at domino.common.util.EitherUtils$.fromTry(EitherUtils.scala:21)
at domino.common.syntax.TryOps.toEither(try.scala:17)
at domino.client.Domino$.downloadAndSaveSiteConfig(Domino.scala:68)
To resolve, please create a file titledinstall_config.json
, located at:\Users\Domino\.dominoconfig\install_config.json
on a windows machine and on a mac at /Users/<username>/.dominoconfig/install_config.json
Here's a copy of the contents of the instal_config.json file but you'll need to add your personal deployment url, user_id, username, etc.
{"host":"https://some.deployment.com","user_id":"123456","username":"dominopetter",
"api_key":"123456","client_blob_mode":"S3","is_cloud_mode":true,
"report_errors_to_server":false,"cli_installer_location":
"https://some.deployment.com/assets/cli/default"}
Once this file is in place, please reorient your terminal to one of your Domino projects and retry your CLI commands.
Comments
0 comments
Please sign in to leave a comment.