-
Notifications
You must be signed in to change notification settings - Fork 289
Description
Instructions for commenters:
We have a diagnosis of the problem & a proposed solution on which I am working.
If you report any installation failures or successes, please include:
- output of
mas config - if your macOS is a prerelease, its prerelease name (e.g., "beta 3")
- if
mas purchase,mas install,mas lucky, ormas upgradeever worked on the same version of macOS.
Thanks.
Original issue:
Configuration
mas ▁▁▁▁ 2.3.0
arch ▁▁▁ arm64
from ▁▁▁ homebrew/core/mas
origin ▁ https://github.com/mas-cli/mas.git
rev ▁▁▁▁ c93a4fca67cc56585bea1650ba268503ea1883a6
driver ▁ 1.127.14.1
swift ▁▁ 6.2 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
region ▁ CH
macos ▁▁ 26.1 (25B5062e)
mac ▁▁▁▁ MacBookPro18,3
cpu ▁▁▁▁ Apple M1 Pro
Bug description
Attempting to upgrade outdated applications using mas
$ mas upgrade
Upgrading 4 outdated applications:
Microsoft Excel (16.101.3) -> (16.102)
Microsoft PowerPoint (16.101.3) -> (16.102)
Sink It for Reddit (7.100.0) -> (7.101.0)
SponsorBlock für YouTube (6.0.1) -> (6.0.3)
==> Downloading Microsoft Excel (16.102)
Error occurred while installing Microsoft Excel
Error: Error Domain=PKInstallErrorDomain Code=201 "The installation could not be started." UserInfo={NSLocalizedDescription=The installation could not be started., NSUnderlyingError=0x8cacf8720 {Error Domain=PKInstallErrorDomain Code=201 "An error occurred establishing a connection to the installation service." UserInfo={NSLocalizedDescription=An error occurred establishing a connection to the installation service.}}}
==> Downloading Microsoft PowerPoint (16.102)
Error occurred while installing Microsoft PowerPoint
Error: Error Domain=PKInstallErrorDomain Code=201 "The installation could not be started." UserInfo={NSLocalizedDescription=The installation could not be started., NSUnderlyingError=0x8cacf88d0 {Error Domain=PKInstallErrorDomain Code=201 "An error occurred establishing a connection to the installation service." UserInfo={NSLocalizedDescription=An error occurred establishing a connection to the installation service.}}}
==> Downloading Sink It for Reddit (7.101.0)
Error occurred while installing Sink It for Reddit
Error: Error Domain=PKInstallErrorDomain Code=201 "The installation could not be started." UserInfo={NSLocalizedDescription=The installation could not be started., NSUnderlyingError=0x8cacf8750 {Error Domain=PKInstallErrorDomain Code=201 "An error occurred establishing a connection to the installation service." UserInfo={NSLocalizedDescription=An error occurred establishing a connection to the installation service.}}}
==> Downloading SponsorBlock for Safari (6.0.3)
Error occurred while installing SponsorBlock for Safari
Error: Error Domain=PKInstallErrorDomain Code=201 "The installation could not be started." UserInfo={NSLocalizedDescription=The installation could not be started., NSUnderlyingError=0x8cacf85a0 {Error Domain=PKInstallErrorDomain Code=201 "An error occurred establishing a connection to the installation service." UserInfo={NSLocalizedDescription=An error occurred establishing a connection to the installation service.}}}
Steps to reproduce
Apologies if anything is unclear - I’m not super well-versed in this.
– Steps to Reproduce:
- Execute the command: mas upgrade.
- The update begins downloading.
- When download is complete, the process fails with the error:
Error Domain=PKInstallErrorDomain Code=201.
– Attempted Solutions (Unsuccessful):
• Uninstalled and reinstalled mas via Homebrew.
• Signed out of mas using mas signout and then signed back in.
• Restarted device.