You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I followed exactly what was written in the manual and installed tft on the bluestack 5 emulator and ran alune.exe, I got the following error statement. How do I fix this?
2024-12-12 06:07:23.512 | INFO | main:check_version:510 - You are running the latest version.
2024-12-12 06:07:23.514 | INFO | alune.adb:_connect_to_device:105 - Attempting to connect to ADB session with device localhost:5555
2024-12-12 06:07:34.518 | ERROR | main::622 - Reading from localhost:5555 timed out (9 seconds)
Traceback (most recent call last):
File "adb_shell\transport\tcp_transport_async.py", line 107, in bulk_read
File "asyncio\streams.py", line 713, in read
File "asyncio\streams.py", line 545, in _wait_for_data
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "adb_shell\transport\tcp_transport_async.py", line 106, in bulk_read
File "asyncio\timeouts.py", line 115, in aexit
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 618, in
logger.warning("Bot will queue a new game when in lobby!")
│ └ <function Logger.warning at 0x000002B99057B1A0>
└ <loguru.logger handlers=[(id=1, level=10, sink='C:\Users\kmg12\OneDrive\Wallpaper\New Folder\Alune\alune-output\logs/{time}.log'), (id=...
File "asyncio\runners.py", line 194, in run
File "asyncio\runners.py", line 118, in run
File "asyncio\base_events.py", line 687, in run_until_complete
File "main.py", line 542, in main
await check_version()
└ <function check_version at 0x000002B9A845D440>
File "alune\adb.py", line 49, in load
self._default_port = config.get_adb_port()
└ <alune.adb.ADB object at 0x000002B9A8444D70>
File "alune\adb.py", line 107, in _connect_to_device
return conn.laddr.port
File "adb_shell\adb_device_async.py", line 714, in connect
File "adb_shell\adb_device_async.py", line 265, in connect
File "adb_shell\adb_device_async.py", line 445, in _read_expected_packet_from_device
File "adb_shell\adb_device_async.py", line 523, in _read_packet_from_device
File "adb_shell\adb_device_async.py", line 479, in _read_bytes_from_device
File "adb_shell\transport\tcp_transport_async.py", line 110, in bulk_read
adb_shell.exceptions.TcpTimeoutException: Reading from localhost:5555 timed out (9 seconds)
2024-12-12 06:07:34.523 | WARNING | main::623 - Due to an error, we are exiting Alune in 10 seconds. You can find all logs in alune-output/logs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I followed exactly what was written in the manual and installed tft on the bluestack 5 emulator and ran alune.exe, I got the following error statement. How do I fix this?
2024-12-12 06:07:23.512 | INFO | main:check_version:510 - You are running the latest version.
2024-12-12 06:07:23.514 | INFO | alune.adb:_connect_to_device:105 - Attempting to connect to ADB session with device localhost:5555
2024-12-12 06:07:34.518 | ERROR | main::622 - Reading from localhost:5555 timed out (9 seconds)
Traceback (most recent call last):
File "adb_shell\transport\tcp_transport_async.py", line 107, in bulk_read
File "asyncio\streams.py", line 713, in read
File "asyncio\streams.py", line 545, in _wait_for_data
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "adb_shell\transport\tcp_transport_async.py", line 106, in bulk_read
File "asyncio\timeouts.py", line 115, in aexit
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "asyncio\runners.py", line 194, in run
File "asyncio\runners.py", line 118, in run
File "asyncio\base_events.py", line 687, in run_until_complete
File "main.py", line 542, in main
await check_version()
└ <function check_version at 0x000002B9A845D440>
File "alune\adb.py", line 49, in load
self._default_port = config.get_adb_port()
└ <alune.adb.ADB object at 0x000002B9A8444D70>
File "alune\adb.py", line 107, in _connect_to_device
return conn.laddr.port
File "adb_shell\adb_device_async.py", line 714, in connect
File "adb_shell\adb_device_async.py", line 265, in connect
File "adb_shell\adb_device_async.py", line 445, in _read_expected_packet_from_device
File "adb_shell\adb_device_async.py", line 523, in _read_packet_from_device
File "adb_shell\adb_device_async.py", line 479, in _read_bytes_from_device
File "adb_shell\transport\tcp_transport_async.py", line 110, in bulk_read
adb_shell.exceptions.TcpTimeoutException: Reading from localhost:5555 timed out (9 seconds)
2024-12-12 06:07:34.523 | WARNING | main::623 - Due to an error, we are exiting Alune in 10 seconds. You can find all logs in alune-output/logs.
Beta Was this translation helpful? Give feedback.
All reactions