AltServer-Linux
AltServer-Linux copied to clipboard
fails to recognize device "failed to connect to any resolved endpoint"
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!
Having the same issue..
Same issue... Any solution?
I also have the same issue... is there a solution yet?
I'm having the same issue.
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