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

Getting an error relating to a windows path? #104

Open
ahdeddd opened this issue Oct 3, 2023 · 9 comments
Open

Getting an error relating to a windows path? #104

ahdeddd opened this issue Oct 3, 2023 · 9 comments

Comments

@ahdeddd
Copy link

ahdeddd commented Oct 3, 2023

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:

filesystem error: directory iterator cannot open directory: No such file or directory [C:\ProgramData\Apple Computer\iTunes\adi]
Press any key to continue...

Exception: filesystem error: directory iterator cannot open directory: No such file or directory [C:\ProgramData\Apple Computer\iTunes\adi]
 0# 0x08234CD7
 1# 0x08657482

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?

@babaruh
Copy link

babaruh commented Oct 4, 2023

same issue. cannot fix it.
it(altserver) was working a few months ago on the same computer but now it is not
my os - archlinux 6.5.5-arch1.1

@Origami404
Copy link

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.

@Rattlyy
Copy link

Rattlyy commented Oct 5, 2023

Same issue - Also on Arch

@0xlazY
Copy link

0xlazY commented Oct 6, 2023

Same issue on Debian 12

@hardworkingbox
Copy link

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.

@0xlazY
Copy link

0xlazY commented Oct 7, 2023

Same issue on Debian 12

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/"

@babaruh
Copy link

babaruh commented Oct 7, 2023

@0xlazY same works for me

@ahdeddd
Copy link
Author

ahdeddd commented Oct 8, 2023

@0Lazy When I use a custom anisette server, I'm getting a -36607 error:

Unable to sign you in to your Apple ID. Try again later. (-36607)

And after trying again, I get this:

This Apple ID has been locked for security reasons. Visit iForgot to reset your account (https://iforgot.apple.com). (-20209)

(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.

@0xlazY
Copy link

0xlazY commented Oct 8, 2023

@0Lazy When I use a custom anisette server, I'm getting a -36607 error:


Unable to sign you in to your Apple ID. Try again later. (-36607)

And after trying again, I get this:


This Apple ID has been locked for security reasons. Visit iForgot to reset your account (https://iforgot.apple.com). (-20209)

(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 :)

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

6 participants