Studioにパッケージをダウンロードしようとするとできない場合がある問題について(Regarding an issue that may not be possible when trying to download a package to Studio)

UiPath Studio Community版(2025.10)を利用中です。
プロジェクトの中で、「アプリケーションを使用/ブラウザーを使用」アクティビティを利用しようとするとUiPath.UIAutomation.Activitiesパッケージのインストールが始まります。このインストールが「パッケージをインストールしています…」から成功せず困っています。
ログでは
「Failed to download package ‘UiPath.25.6.146.54041’ from ‘https://pkgs.dev.azure.com/uipath/5b98d55c-1b14-4a03-893f-7a59746f1246/_packaging/1c781268-d43d-45ab-9dfc-0151a1c740b7/nuget/v3/flat2/uipath/25.6.146.54041/uipath.25.6.146.54041.nupkg’.
The download of ‘https://pkgs.dev.azure.com/uipath/5b98d55c-1b14-4a03-893f-7a59746f1246/_packaging/1c781268-d43d-45ab-9dfc-0151a1c740b7/nuget/v3/flat2/uipath/25.6.146.54041/uipath.25.6.146.54041.nupkg’ timed out because no data was received for 60000ms.
Exception of type ‘System.TimeoutException’ was thrown.」
とThe feed ‘https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json [https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json]’ lists package ‘UiPath.25.6.146.54041’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.」

の2つが出力されています。
解決法についてご教示いただけますと幸いです。

プロジェクト内の依存関係には
UiPath.System.Activities=25.6.1
UiPath.UIAutomation.Activities=25.10.13
がエラー表示されています。


I am using UiPath Studio Community edition (2025.10).
In my project, when I try to use the “Use Application/Use Browser” activity, it starts installing the UiPath.UIAutomation.Activities package. I am having trouble with this installation not succeeding from “Installing package…”. I am having trouble with this installation.
The log shows
“Failed to download package ‘UiPath.25.6.146.54041’ from ‘https://pkgs.dev.azure.com/uipath/5b98d55c-1b14-4a03-893f-7a59746f1246/_ packaging/1c781268-d43d-45ab-9dfc-0151a1c740b7/nuget/v3/flat2/UiPath/25.6.146.54041/UiPath.25.6.146.54041.nupkg’.
The download of ‘Azure DevOps Services | Sign In b7/nuget/v3/flat2/UiPath/25.6.146.54041/UiPath.25.6.146.54041.nupkg’ timed out because no data was received for 60000ms.
Exception of type ’ System.TimeoutException’ was thrown.”
and The feed ‘https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/ index.json [https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json]’ lists package 'UiPath.25.6 The feed is either invalid or required packages were removed while the current Verify the package exists on the feed and try again.

The output is "Verify the package exists on the feed and try again.
We would appreciate your help in resolving this issue.

The dependency in the project
UiPath.System.Activities=25.6.1
UiPath.UIAutomation.Activities=25.10.13
is displayed in error.

こんにちは

エラーからしますと通信の問題のように見えますが、どのような環境でお使いでしょうか?たとえば企業内ユースですと、途中にプロキシなりセキュリティゲートウェイがあると、これらが影響している可能性もあるかもしれません。

こんにちは!
確かに企業内で利用していますのでご指摘の可能性もあるかと思うのですが、このパッケージだけインストールできないという事象は起こりうるのでしょうか?今のところ、ほかのパッケージで今回の例のようにインストールできない問題は発生していません。

UiAutoamtion packageは依存関係が多いので、単に確率だけの問題か、何か引っかかりやすい要因がある(例えば特定のファイルのアクセスがセキュリティゲートウェイでひっかかっている)等は考えられると思います。

ちなみにエラーとなっている

https://pkgs.dev.azure.com/uipath/5b98d55c-1b14-4a03-893f-7a59746f1246/_packaging/1c781268-d43d-45ab-9dfc-0151a1c740b7/nuget/v3/flat2/uipath/25.6.146.54041/uipath.25.6.146.54041.nupkg

にブラウザでアクセスした場合、正常にnupkgファイルを取得できますでしょうか?
ローカルに取得できるようなら、そのファイルをローカルのフィードに配置することにより上記問題は回避できるかもしれません。

UiAutoamtion packageは依存関係が多いので、単に確率だけの問題か、何か引っかかりやすい要因がある(例えば特定のファイルのアクセスがセキュリティゲートウェイでひっかかっている)等は考えられると思います。

なるほど、パッケージごとに特性があるんですね。

にブラウザでアクセスした場合、正常にnupkgファイルを取得できますでしょうか?
ローカルに取得できるようなら、そのファイルをローカルのフィードに配置することにより上記問題は回避できるかもしれません。

こちら、何度ダウンロード試してみても完了直前で停止してしまい、取得できない状態になってしまいます。

手元の環境では問題なくダウンロードできますので、やはりお使いの環境で(途中経路含めて)何か問題があるのかもしれません。

ご確認いただきありがとうございます。
もう少し自分の環境で調べてみます。