-
Notifications
You must be signed in to change notification settings - Fork 79
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
Getting an error relating to a windows path? #104
Comments
same issue. cannot fix it. |
Same issue here, but it's the first time I use this project. I got the error message when installing alt-store 1.7, and I am on Archlinux too. |
Same issue - Also on Arch |
Same issue on Debian 12 |
I'd like to add onto this, I also started receiving this error spontaneously. I do not know what the causation of this error is, but as others this version has worked for me for a long while... I am on the latest version of Arch. |
Solved it by just specifying a custom anisette server so either use a public one or run your own with alt-anisette-server # run the local anisette server instance (might need to wait a while for it to start up)
docker run -d --rm -p 6969:6969 -it nyamisty/alt_anisette_server
# then AltServer by specifying the env var
ALTSERVER_ANISETTE_SERVER="http://127.0.0.1:6969" ./AltServer-x86_64 -u ... -a ... -p ... xxx.ios
# or use a public anisette server like "https://ani.sidestore.io/" |
@0xlazY same works for me |
@0Lazy When I use a custom anisette server, I'm getting a -36607 error:
And after trying again, I get this:
(So I have to go to the Apple website and change my password). This did not happen while I was using the default anisette server though. Maybe I need to open another issue. |
Try running your own anisette server instance and maybe try a different Apple ID. But the error has changed so good thing right :) |
Hello everyone. I've been using this program to sideload on my iOS device for the past 2 months, but it recently came up with this error:
I'm running the regular AltServer script on linux:
./AltServer-i586 -u <My UID> -a <My Email> -p <My Password> <My IPA>
This error hasn't happened before, and I'm not sure why the program is trying to access a windows path. Can anyone help?
The text was updated successfully, but these errors were encountered: