Adb wifi stopped working
Wondering if anyone can help me with this. I have a number of tasks that rely on adb wifi that were working correctly up until today. All of a sudden now when the tasks run they hang and time out. I know the problem is not with the tasks itself as 1. they used to work up until today and 2. if I run the same commands using another adb shell plugin they work as expected.
I have shizuku enabling the required permissions on boot and when I check the status in tasker I'm returning has_adb_wifi = true. below is a sample task using the action
Task: ATV Volume Up
Settings: Abort Existing Task
A1: ADB Wifi [
Command: input keyevent KEYCODE_VOLUME_UP
Host: %TV_IP
Port: %TV_Port
Timeout (Seconds): 10 ]
anyone have any idea what's going on?