'Adb reverse on FireTV fails with error: more than one device/emulator

Running a React Native application with Leanback on Firestick.

This only happens on Firetv stick 4k. I am pretty sure I have only one device connected

$ adb devices

List of devices attached 10.x.x.x:5555 device

I have no problems running the same on Chromecast. There are no Firewall restrictions.

The error I get is: adb: error: more than one device/emulator

warn Failed to connect to development server using "adb reverse": Command failed: adb -s 10.x.x.x:5555 reverse tcp:8081 tcp:8081



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source