nerdunit / androidsideloader

GNU General Public License v3.0
236 stars 54 forks source link

Endless loop on startup if IP address has changed #51

Closed shaboozer closed 1 year ago

shaboozer commented 3 years ago

Unable to start if IP address has changed since last time. Log has just an endless stream of:

Running command connect 192.168.0.23:5555
cannot connect to 192.168.0.23:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)

* daemon not running; starting now at tcp:5037
* daemon started successfully

Running command connect 192.168.0.23:5555
cannot connect to 192.168.0.23:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)

Running command shell input keyevent KEYCODE_WAKEUP

adb.exe: no devices/emulators found

Running command connect 192.168.0.23:5555
Running command connect 192.168.0.23:5555
cannot connect to 192.168.0.23:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)

IP address changed from 192.168.0.23 to 192.168.0.25, but I couldn't change it since it wasn't starting. Deleting local user.config fixed the issue.