Assistantでロボットインストールエラーについて

いつもお世話になっております。
下記のエラーについて教えて頂けますでしょうか

■エラー内容

System.Exception: "NU1102: Unable to find package System.Diagnostics.TraceSource with version (>= 4.3.0)
  - Found 1 version(s) in https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json [ Nearest version: 4.0.0 ]
  - Found 1 version(s) in Official [ Nearest version: 4.0.0 ]
  - Found 0 version(s) in Local
  - Found 0 version(s) in https://cloud.uipath.com/xxxxxx/DefaultTenant/orchestrator_/nuget/v3/9a294e40-42d8-4d19-8a38-4743b094a9b7/index.json
  - Found 0 version(s) in Connect"

Assistantで青い枠のロボット2つがインストールできない(ほかのロボットはインストールできる)

・Automation Cloud
→対応OSが「Windows(.NET 5.0以上)」が問題かと思いましたが、ほかのロボットは問題なくダウンロードできました。

こんにちは

エラー自体は

System.Diagnostics.TraceSource 4.3.0

以上が参照しているパッケージフィードに存在しないことによります。

対応方法は以下のいずれかになると思います。

●上記が存在しているパッケージフィードを追加する
例えば

nuget.org

https://api.nuget.org/v3/index.json

●Orchestraotrのフィードに上記nupkgを追加する

●動作している端末から、必要ファイルをコピーする

動作している端末の、

c:\Users\ユーザー名\.nuget\packages

以下にある上記System.Diagnostics.TraceSource をまるごと動作しない端末にコピーすると動作すると思います。

1 Like

Hi @kimjinseong

Check Package Sources: Ensure that the package sources are correctly configured in UiPath Studio. Go to “Manage Packages” and verify that the package sources mentioned in the error message are listed and accessible.

Update Package Version: Check if there is a later version of “System.Diagnostics.TraceSource” available that meets the required version (>= 4.3.0). If a newer version exists, update the package in your project to use the latest version.

Consider Compatibility: If there is no version of “System.Diagnostics.TraceSource” that matches the required version in the specified package sources, you may need to check the package’s compatibility with the version of UiPath Studio you are using. It’s possible that the package is not yet compatible with the version of UiPath you have installed.

Alternative Package: If updating the package or finding a compatible version is not possible, consider using an alternative package that serves a similar purpose and is compatible with your UiPath project.

Hope it helps!!
Regards,

1 Like

@kimjinseong

If you find solution for your query please mark it as solution as it will help others find out.

Happy Automation :slight_smile:
Regards,

1 Like

ありがとうございます。

今回も完璧に解決できました!!
下記のパスに「System.Diagnostics.TraceSource」フォルダを入れてAssistant上でのロボットダウンロードが出来ました。

system.diagnostics.tracesource.zip (420.8 KB)

c:\Users\ユーザー名.nuget\packages

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.