mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Error 10054 when install uiautomator2 (#1878)
This commit is contained in:
@@ -538,7 +538,11 @@ class Connection(ConnectionAttr):
|
||||
logger.info('Install uiautomator2')
|
||||
init = u2.init.Initer(self.adb, loglevel=logging.DEBUG)
|
||||
init.set_atx_agent_addr('127.0.0.1:7912')
|
||||
init.install()
|
||||
try:
|
||||
init.install()
|
||||
except ConnectionError:
|
||||
u2.init.GITHUB_BASEURL = 'http://tool.appetizer.io/openatx'
|
||||
init.install()
|
||||
self.uninstall_minicap()
|
||||
|
||||
def uninstall_minicap(self):
|
||||
|
||||
Reference in New Issue
Block a user