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

fails to recognize device "failed to connect to any resolved endpoint" #81

Open
jurassicjordan opened this issue Oct 25, 2022 · 5 comments

Comments

@jurassicjordan
Copy link

Installing app...
parse anisette data ret
Alert: Could not install AltStore.ipa to unknown.
Failed to connect to any resolved endpoint
Press any key to continue...

Exception: Failed to connect to any resolved endpoint
0# 0x00000000005CF298
1# 0x000000000099EC2C

Finished!

@stas1c
Copy link

stas1c commented Jul 30, 2023

Having the same issue..

@mvrcelx
Copy link

mvrcelx commented Jan 1, 2024

Same issue... Any solution?

@DaGloaDone
Copy link

I also have the same issue... is there a solution yet?

@BrokeTechEnthusiast
Copy link

I'm having the same issue.

@Draggie306
Copy link

Draggie306 commented Jul 31, 2024

I had this issue, but what fixed it for me was:

  • removing all anisette docker containers
  • ensuring that sudo ./netmuxd (for the netmuxd executable, assuming you have already allowed with usbmuxd) was running
  • using a new anisette container with docker run -d -v lib_cache:/opt/lib/ --restart=always -p 6969:6969 --name anisette dadoum/anisette-server:latest (source: here)
  • re-executed AltServer with sudo -E ALTSERVER_ANISETTE_SERVER=http://127.0.0.1:6969 ./<your_altserver_exec> whilst the docker container and netmuxd were active

Hope this helps someone

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