microsoft / powercat-automation-kit

Other
69 stars 18 forks source link

[Automation Kit - QUESTION] Solution installation fails with NullReferenceException error. #380

Open sakamo12 opened 10 months ago

sakamo12 commented 10 months ago

What is your question?

I am trying to install the main solution using the following procedure. https://learn.microsoft.com/en-us/power-automate/guidance/automation-kit/setup/command-line-install

After creating the installation configuration file, the following error occurs at the last step 12 and the installation fails.

errorlog

エラー:オブジェクト参照がオブジェクト インスタンスに設定されていません。

The meaning of the above text is, Error: Object reference not set to object instance. I think this is why the solution failed to install with a NullReferenceException error.

The error log outputs the following error message.

Logs:PackageDeployVerb Information: 8 : Message: Package Deployer Version: 4.0.0.141

I followed the web setup instructions and entered the values, so there should be no omissions, but what could be the problem? Also, I would like to know if there is a solution.

What component is the question related to?

None

What solution version are you using?

August 2023

What app or flow are you having the issue with?

No response

AB#885