Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
112.55k stars 10.77k forks source link

(TCP) Unable to connect to device via scrcpy but device is attached & connected using adb #5339

Open lauremarTD opened 1 month ago

lauremarTD commented 1 month ago

Environment

Describe the bug

Unable to run scrcpy.exe but the device is connected in adb devices list. Running all commands from same location terminal. See outputs:

adb devices -l
List of devices attached
198.18.3.42:5555       device product:rk3288 model:rk3288 device:rk3288 transport_id:1
scrcpy -Vdebug
scrcpy 2.7 <https://github.com/Genymobile/scrcpy>
ERROR: Could not list ADB devices
ERROR: Server connection failed
adb connect 198.18.3.42
already connected to 198.18.3.42:5555
rom1v commented 1 month ago

This is an (unknown) problem on your system: the output of a process cannot be captured. See #5001 #3386 #3534