-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High Sierra Exception error #107
Comments
Hi, I got the same error too.
MacBookPro13,3 Thank you |
Ouch, I have the same issue on High Sierra... here is a backtrace in case it helps:
|
Same here! Running
|
A workaround I am using until this is fixed:
|
Same here :( And her I thought to have found the perfect tool to provision my development environment :/ |
Yeah, same problem here. If there is a lack of bandwidth from the original maintainers, I would be more than happy to dedicate time towards a solution if someone gave me some guidance of the dev process for this project (kindof a swift noob myself). Would anyone know if there are any resources for learning the paradigms present in this repo (ie. how it interacts with the AppStore, APIs, etc)? This project seems like the only solution when it comes to automating / script AppStore interactions, so I would love to see some traction on this. |
Apparently, the signin command was added by this commit : This uses a tool call class-dump to dump private headers which can then be used to interact with AppStore. As this uses unsupported private headers, it might break for any macOS release. |
@argon any chance you're still involved with mas? I realize the sign-on might be more pain than it's worth especially with multi-factor auth now becoming more common, but perhaps we could just resort to an OSA script that opens the login dialog within the App Store or something similar as a fallback. |
Also getting this issue. Is there a workaround? |
@peterbourgon you can either open App Store.app and manually sign in and/or what I do....go to System Preferences -> App Store -> Password Settings, and change "Purchases and In-app Purchases" to "Require After 15 minutes" and "Free Downloads" to "Save Password". It's not perfect, meaning anytime you have a fresh install you have to remember to do that, but it helps. |
+1 |
Still seeing this on 10.13.3 and the latest 10.13.4 (beta 3). |
Thanks for the updates and details, everyone. Sorry it has been broken for so long, but I'm looking into this now. It appears that the private API mas was using has changed and |
MikeRatcliffe's (no relation!) suggestion worked perfectly for me. I elaborated on it a little by adding an outer
|
Hello! While attempting to revive a new workstation via
With the following, I was able to get |
On 10.14 Mojave signing in to the App Store does not seem to help. I've done that but |
I would say that the priority would be to get it working for the newer OSes. Hoping others on this thread would agree. You can always go with an older version of mas-cli for the older OS support. |
Supporting older macOS versions will be easy from an API standpoint. Homebrew has proven to be a challenge due to the way it builds bottles. This is why we now have a custom tap for older macOS support. |
any movement on this by any chance? thanks everyone! |
@kryptonianson the fix for this has stalled. Know anyone good at debugging closed source private Apple frameworks? |
I've just updated to High Sierra, reinstalling my iMac.
When i try to sign with mas, i get the following error:
iMac 14,1
High Sierra 10.13
Mas version 1.3.1
Thank you
The text was updated successfully, but these errors were encountered: