-
Notifications
You must be signed in to change notification settings - Fork 503
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
ERR error="received error: An unknown error has occurred" #226
Comments
Today I had the same error as you, after about 1 hour it worked normally again. |
yeah it works now |
I'm still having the problem. |
Would love this to work.... |
The actual error (shown when adding --verbose) is "CustomerMessage":"An unknown error has occurred","FailureType":"5002" |
I was not able to solve this with ipa tool. I suspected that you need to give ipatool your iOS device's MAC address, and I found someone elses python script that hardcodes the mac address and it works perfectly. I didnt try it but you can likely just hardcode your iOS device's MAC in the ipatool source code and compile it yourself. Not too sure why there isnt an option to pass a MAC address though.... Seems that this is not an issue on mac, only windows/linux, so if the maintainers of ipatool are only testing on macOS that could be the issue. |
I use the tool on macOS and can confirm it's an issue there as well. Also, the original screenshot in the issue suggests the user was on a MacBook Air. I was using about 24 hours ago and experienced this error for about 1-2 hours before the tool recovered, and I was able to use it normally again for the next 3-4 hours. When I went to use the tool this morning (~8 hours ago), it was no longer working and has not been working since. I consistently get the error message cited above. |
Today it's working again |
Not for me it isnt |
@e-ave can you share which tool? |
I also have this problem. |
same. issue seems to be coming and going, works for a couple hours, stops working, and then starts working again soon |
haven't experienced this for days. i think this issue can be closed. |
Edit: I am an idiot. I used the wrong apple ID, I didn't get banned. https://gist.github.com/spawn9275/6303053b0fae58d5b777e2c6d9192a2d I used this. You have to enter in your email + password + iOS device MAC address first. And I added a input in between the two auth POST requests for the 2fa code like this:
I was also able to get it to work using my PCs mac address (like ipatool) after installing iTunes and logging in. This might be what you need to do to fix ipatool. |
Closing the issue for now. Let me know if this re-occurs. |
Trying out ipatool for the first time today (built from latest source tree). I'm running into this issue consistently - haven't had a successful download yet. |
Never mind, false alarm. Turns out my Apple ID was locked. Had to sign in from icloud.com to unlock my account. After logging in anew with $ ipatool auth revoke
$ ipatool auth login -e [email protected] and entering my password and 2FA code, downloads are now running fine. |
@e-ave what is the code_file_path you have added? |
same here |
Yes , mine is 5002 too |
I got 5002 too. |
What happened?
when ever i try to download a ipa this error shows up
ERR error="received error: An unknown error has occurred"
Version
2.1.3
Relevant log output
The text was updated successfully, but these errors were encountered: