AltServer-Linux icon indicating copy to clipboard operation
AltServer-Linux copied to clipboard

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

Open jurassicjordan opened this issue 2 years ago • 5 comments

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!

jurassicjordan avatar Oct 25 '22 04:10 jurassicjordan

Having the same issue..

stas1c avatar Jul 30 '23 06:07 stas1c

Same issue... Any solution?

mvrcelx avatar Jan 01 '24 19:01 mvrcelx

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

DaGloaDone avatar Feb 07 '24 09:02 DaGloaDone

I'm having the same issue.

BrokeTechEnthusiast avatar Jul 13 '24 08:07 BrokeTechEnthusiast

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

Draggie306 avatar Jul 31 '24 16:07 Draggie306