This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
ADB调试无法启动 #222
Unanswered
Timeout630
asked this question in
Q&A
ADB调试无法启动
#222
Replies: 1 comment 4 replies
-
连接超时 检查地址和防火墙 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
INFO [05:58:01]:main:23: auto_derby: 1.13.1 (2021-12-16 03:00:59)
DEBUG [05:58:01]:auto_derby.plugin:43: loaded: afk, auto_crane, debug_window, example_custom_context, example_custom_race_score, example_custom_training_partner_score, example_custom_training_score, example_oguri_cap, example_power_level5, example_smart_falcon, hello_world, less_op, limited_sale_buy_everything, limited_sale_buy_first_3, limited_sale_ignore, limited_sale_close, Medium_and_long_panhandle_races, more_g1, prefer_g1, no_event_prompt, no_ocr_prompt, pause_before_command, pause_before_race_continue, pause_on_last_turn, race_campaign, SSR樫本理子, SSR駿川たづな, umapyoi, use_legacy_screenshot
INFO [05:58:01]:auto_derby.plugin:48: installed: Medium_and_long_panhandle_races
ERROR [05:58:11]:main:123: unexpected exception
Traceback (most recent call last):
File "H:\auto-derby-1.13.1\auto_derby_main_.py", line 119, in
main()
File "H:\auto-derby-1.13.1\auto_derby_main_.py", line 88, in main
c.setup()
File "H:\auto-derby-1.13.1\auto_derby\clients\adb.py", line 139, in setup
self.connect()
File "H:\auto-derby-1.13.1\auto_derby\clients\adb.py", line 50, in connect
self.device.connect(rsa_keys=[signer])
File "C:\Users\20093\AppData\Local\Programs\Python\Python38\lib\site-packages\adb_shell\adb_device.py", line 251, in connect
cmd, arg0, arg1, banner = self._read([constants.AUTH, constants.CNXN], adb_info)
File "C:\Users\20093\AppData\Local\Programs\Python\Python38\lib\site-packages\adb_shell\adb_device.py", line 866, in _read
msg = self._transport.bulk_read(constants.MESSAGE_SIZE, adb_info.transport_timeout_s)
File "C:\Users\20093\AppData\Local\Programs\Python\Python38\lib\site-packages\adb_shell\transport\tcp_transport.py", line 120, in bulk_read
raise TcpTimeoutException(msg)
adb_shell.exceptions.TcpTimeoutException: Reading from 192.168.2.109:5555 timed out (10.0 seconds)
ADB调试是成功的,可以模拟点击
Beta Was this translation helpful? Give feedback.
All reactions