majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.33k stars 465 forks source link

errors everywhere #266

Closed Foxiseminger closed 2 months ago

Foxiseminger commented 3 months ago

What happened?

C:\Users\Fox\Desktop>ipatool search --limit 1 TestFlight 9:01PM ERR error="failed to get account: failed to get item: The specified item could not be found in the keyring" success=false

C:\Users\Fox\Desktop>ipatool download --bundle-identifier com.apple.testflight 9:02PM ERR error="failed to get account: failed to get item: The specified item could not be found in the keyring" success=false

I am getting errors for some reason

Version

the latest one

Relevant log output

C:\Users\Fox\Desktop>ipatool search --limit 1 TestFlight
9:01PM ERR error="failed to get account: failed to get item: The specified item could not be found in the keyring" success=false

C:\Users\Fox\Desktop>ipatool download --bundle-identifier com.apple.testflight
9:02PM ERR error="failed to get account: failed to get item: The specified item could not be found in the keyring" success=false
majd commented 2 months ago

Remove the .ipatool folder from your home directory and authenticate again with the auth subcommand. This will create a new keyring. Make sure to note down the password you set there as you will need it every time you authenticate.