You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⨯ failed to login: failed to sign in; expected status code 409 (for two factor auth): response received 401
Running the following command:
ipsw download dev --os --json --pretty --output . -V
The issue is that I put the wrong credentials in. I had to manually go into Keychain Access to remove the invalid entry. To know to do that I had to look through the source code. it may be helpful to improve the diagnostic error message in this case.
e.g. include the response message in the output (only shown with -V).
Additionally I ran into a problem where once I had the correct credentials Apple was not sending me a verification code. On the website, I need to manually have it send SMS verification code. I'm not sure if it's possible to do that programmatically from the CLI though.
How can we reproduce this?
Insert invalid username / password and run dev download command.
ipsw version
latest
Search
I did search for other open and closed issues before opening this
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
blacktop
changed the title
failed to login: failed to sign in; expected status code 409 (for two factor auth): response received 401
ipsw dl dev - add more docs about error cases
Apr 15, 2024
What happened?
I'm hitting the following error message:
Running the following command:
ipsw download dev --os --json --pretty --output . -V
The issue is that I put the wrong credentials in. I had to manually go into Keychain Access to remove the invalid entry. To know to do that I had to look through the source code. it may be helpful to improve the diagnostic error message in this case.
e.g. include the response message in the output (only shown with
-V
).Additionally I ran into a problem where once I had the correct credentials Apple was not sending me a verification code. On the website, I need to manually have it send SMS verification code. I'm not sure if it's possible to do that programmatically from the CLI though.
How can we reproduce this?
Insert invalid username / password and run dev download command.
ipsw version
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: