Skip to content
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

Unable to install Xcode 13.1 #164

Closed
vpilkevych opened this issue Oct 27, 2021 · 4 comments · Fixed by #165
Closed

Unable to install Xcode 13.1 #164

vpilkevych opened this issue Oct 27, 2021 · 4 comments · Fixed by #165
Labels
bug Something isn't working

Comments

@vpilkevych
Copy link

Describe the bug
The app gives an error in attempt to install Xcode 13.1 on Mac mini M1, although it works on different Intel machines.

To Reproduce

  1. Press the "Install" button in order to begin Xcode 13.1 installation.
  2. The app shows the error message.

Expected behavior
The app installs Xcode 13.1.

Screenshots
Screenshot 2021-10-27 at 11 08 22

Version

  • OS: 11.6, Mac mini M1
  • Xcodes: 1.2.0 (8)
@vpilkevych vpilkevych added the bug Something isn't working label Oct 27, 2021
@MattKiazyk
Copy link
Contributor

hi @vpilkevych - usually that error is a result of the API not returning proper JSON.

If you have a network recorder like Charles, I'd love to see what is being returned in the listDownloads.action call. That would tell me what is truly happening.

Try logging out of your Apple ID, and log back in to see if that fixes it.

@qyzdo
Copy link
Contributor

qyzdo commented Nov 1, 2021

I wasn't logged in and I had the same error. I found that https://appstoreconnect.apple.com/olympus/v1/session is returning unauthorized status and xcodes had a problem parsing this response.

@vpilkevych
Copy link
Author

@qyzdo you're completely right, today I decided to give it one more try and found out that I was not logged in. I am sorry, my bad. Closing the issue. @MattKiazyk maybe it'd be better if the app tells the user to log in.

@qyzdo
Copy link
Contributor

qyzdo commented Nov 1, 2021

@vpilkevych you are absolutely right, I created fix for this #165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants