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

Got Error when trying download app #65

Open
hieuttmatech opened this issue Dec 23, 2024 · 7 comments
Open

Got Error when trying download app #65

hieuttmatech opened this issue Dec 23, 2024 · 7 comments

Comments

@hieuttmatech
Copy link

when downloading app by :

python3 main.py lookup -b com.touchingapp.potatsolite -c JP download -e APPLE_EMAIL -p APPLE_PWD -o DIR

the computer show verification code. but in terminal show this error:
CRITICAL Store authenticate failed! Message: MZFinance.BadLogin.Configurator_message main.py:321
CRITICAL Raw Response: {'pings': [], 'failureType': '', 'customerMessage': 'MZFinance.BadLogin.Configurator_message', 'm-allowed': False, 'cancel-purchase-batch': True}

@hieuttmatech
Copy link
Author

this mean Can't sign in if need 2FA code

@kuzymuzy
Copy link

if you need a 2FA code, then you simply enter the command 1 time, and after receiving it, enter this command again but without a space, add the code to the password like this: -e [email protected] -p "yourpass123456"
yourpass - your password, and 123456 - 2FA code

@hieuttmatech
Copy link
Author

if you need a 2FA code, then you simply enter the command 1 time, and after receiving it, enter this command again but without a space, add the code to the password like this: -e [email protected] -p "yourpass123456" yourpass - your password, and 123456 - 2FA code

tks you

@hieuttmatech
Copy link
Author

but affer add - 2FA code I got error:

CRITICAL Store volumeStoreDownloadProduct failed! Message: License not found (errorType 9610-None) main.py:321
CRITICAL Raw Response: {'pings': [], 'failureType': '9610', 'customerMessage': 'License not found', 'm-allowed': False, 'cancel-purchase-batch': True}

@kuzymuzy
Copy link

but affer add - 2FA code I got error:

CRITICAL Store volumeStoreDownloadProduct failed! Message: License not found (errorType 9610-None) main.py:321 CRITICAL Raw Response: {'pings': [], 'failureType': '9610', 'customerMessage': 'License not found', 'm-allowed': False, 'cancel-purchase-batch': True}

I have the same error, you are trying to download an old version, but it cannot be downloaded using this application, and if it is a new version, then you need to add the --purchase key

@hieuttmatech
Copy link
Author

hieuttmatech commented Dec 25, 2024

my command:

main.py lookup -b com.smmservice.authenticator -c JP download --purchase -e [email protected] -p xxx -o /Users/username/Documents/IpaTool

got eror if adding --purchase

       INFO     Try to purchase appId 1602061522                                                                                                                                            main.py:326

[17:36:29] CRITICAL Store buyProduct_purchase failed! Message: Unable to process your request. (errorType None-None) main.py:321
CRITICAL Raw Response: {'pings': [], 'metrics': {'dialogId': 'MZCommerce.SystemError', 'message': 'Unable to process your re', 'options': ['OK'], 'actionUrl': main.py:322
'buy.itunes.apple.com/WebObjects/MZBuy.woa/wa/buyProduct', 'asnState': 0, 'mtTopic': 'xp_its_main', 'eventType': 'dialog'}, 'failureType': '', 'customerMessage': 'Unable
to process your request.', 'm-allowed': False, 'dialog': {'m-allowed': False, 'isFree': True, 'message': 'Unable to process your request.', 'explanation': 'Try again
later.', 'defaultButton': 'ok', 'okButtonString': 'OK', 'initialCheckboxValue': True}, 'cancel-purchase-batch': True}

@kuzymuzy
Copy link

my command:

main.py lookup -b com.smmservice.authenticator -c JP download --purchase -e [email protected] -p xxx -o /Users/username/Documents/IpaTool

got eror if adding --purchase

       INFO     Try to purchase appId 1602061522                                                                                                                                            main.py:326

[17:36:29] CRITICAL Store buyProduct_purchase failed! Message: Unable to process your request. (errorType None-None) main.py:321 CRITICAL Raw Response: {'pings': [], 'metrics': {'dialogId': 'MZCommerce.SystemError', 'message': 'Unable to process your re', 'options': ['OK'], 'actionUrl': main.py:322 'buy.itunes.apple.com/WebObjects/MZBuy.woa/wa/buyProduct', 'asnState': 0, 'mtTopic': 'xp_its_main', 'eventType': 'dialog'}, 'failureType': '', 'customerMessage': 'Unable to process your request.', 'm-allowed': False, 'dialog': {'m-allowed': False, 'isFree': True, 'message': 'Unable to process your request.', 'explanation': 'Try again later.', 'defaultButton': 'ok', 'okButtonString': 'OK', 'initialCheckboxValue': True}, 'cancel-purchase-batch': True}

sorry I don't know how to fix this(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants