Open STF Device Farm - Can't connect a device.
How can I add devices to STF. I have 2 devices working fine, but I connected another and it shows the status "Preparing" and then the status switch to disconnected, even that the device is connected just like the other 2 working devices. The disconnected one in the picture is connected.

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
如何将设备添加到STF。我有2台设备可以正常工作,但是我连接了另一台设备,它显示状态“正在准备”,然后状态开关断开,即使该设备已像其他2台工作设备一样进行了连接。图片中断开连接的一个已连接。
如何将设备添加到STF。我有2台设备可以正常工作,但是我连接了另一台设备,它显示状态“正在准备”,然后状态开关断开,即使该设备已像其他2台工作设备一样进行了连接。图片中断开连接的一个已连接。
me too
Linux机器使用docker搭建STF,Windows安装SDK后,使用USB连接安卓设备 首先在Windows暴露5037端口 然后在Linux使用命令:stf provider --name localhost.localdomain --min-port 7400 --max-port 7700 --connect-sub tcp://172.50.1.159:7114 --connect-push tcp://172.50.1.159:7116 --group-timeout 900 --public-ip 172.50.1.159 --storage-url http://172.50.1.159:7100/ --adb-host 172.17.244.11 --adb-port 5037 --vnc-initial-size 600x800 --mute-master never --allow-remote
就一直停在“ tcp://172.50.1.159:7114”接收输入,过了几分钟就报错了,这个是什么原因?
