-
Notifications
You must be signed in to change notification settings - Fork 517
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
error="failed to reosive the country code: country code mapping for store front () was not found" #303
Comments
I'm getting the same error trying to execute any of the commands. |
Same issue here |
You could manually add the store front code in your keychain |
can you using it to download ipa package? |
how to add it? |
open ur keychain and search for ipatool Sent from my iPhoneOn Oct 26, 2024, at 13:51, Elliot ***@***.***> wrote:
You could manually add the store front code in your keychain {"name":"","password":"***","storefront":"code"} find your store front code here https://github.com/majd/ipatool/blob/63ee6fc6a42a89d51c9caac632cefd65218825ab/pkg/appstore/storefront.go
how to add it?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
┌──(venv)─(kali㉿kali)-[~/ipatool-new] ┌──(venv)─(kali㉿kali)-[~/ipatool-new] From https://github.com/majd/ipatool
┌──(venv)─(kali㉿kali)-[~/ipatool-new] 8:38AM ERR error="failed to reoslve the country code: country code mapping for store front () was not found" success=false anyone have solution |
|
How do I do it on Windows tho? |
itunes has change login method,when using login method,you will see some important property is not return back,now i using another login method |
for indian accounts, 143467 is the storefront id |
I have setting done, but I got the error message: |
Could You please share your login method? |
|
So the root cause of this and #307 is the following: The account in the keychain is created when the ipatool/pkg/appstore/appstore_login.go Lines 86 to 94 in 63ee6fc
The Storefront is read from This header is actually not present in the response from Apple, so it is set to None, thats why you guys have to set it manually.
So two possible solutions are:
|
I was able to manually fix this, as described here: #307 (comment) |
where can i find the keychain, im on windows 11 |
same questiton as @eliprof12 |
please share your email,i will send link to your email |
Would be nice if you could commit your findings back to this repository and help the other users too :) |
really helpful !!!!! Thanks a lot! |
The issue should be fixed in #316. |
What happened?
Hello, I have a problem with ipatool. The connection to my account is done perfectly but when I enter the line:
ipatool purchase -b jp.co.capcom.RE4US
I receive this error message:
error="failed to reosive the country code: country code mapping for store front () was not found".
The game I'm trying to download is in my possession on my iTunes account.
I also specify that I checked in the keychains and I find that my password on the line "lipatool-auth.service"
Thank you in advance for your help
Version
2.1.4
Relevant log output
No response
The text was updated successfully, but these errors were encountered: