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.