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
I got a problem with the firetv adapter in iobroker.
I installed iobroker on my linux ubuntu server lts 18.04.
Got node 8.12.0 and npm 4.6.1, so there should be everything okay with.
Also I installed the adb on my Windows PC and copied the adb.exe into the /opt/iobroker with 775.
But I'm still getting this error message and don't know whats wrong.
Did the npm install in the ./node_modules/iobroker.firetv.
firetv.0
2018-11-09 01:37:06.684
error
can not connect to 192.168.178.44 Error=Command failed: /opt/iobroker/adb.exe start-server /opt/iobroker/adb.exe: 1: /opt/iobroker/adb.exe: MZ������@������: not found /opt/iobroker/adb.exe: 2: /opt/io
firetv.0
2018-11-09 01:37:06.533
info
starting. Version 0.0.33 in /opt/iobroker/node_modules/iobroker.firetv, node: v8.12.0
Maybe someone of you got an idea or solution for this problem?
Best regards.
Edit:
I did find out that I got to install the ADB on my linux server.
And it seems to be a problem with the /opt/iobroker/adb.exe start-server.
Because if I start the adb server with sudo adb start-server it seems to work.
The text was updated successfully, but these errors were encountered:
B0bb3rl3
changed the title
Allways the same error
Problem with Linux Ubuntu Server 18.04 and firetv adapter
Nov 9, 2018
Hello guys,
I got a problem with the firetv adapter in iobroker.
I installed iobroker on my linux ubuntu server lts 18.04.
Got node 8.12.0 and npm 4.6.1, so there should be everything okay with.
Also I installed the adb on my Windows PC and copied the adb.exe into the /opt/iobroker with 775.
But I'm still getting this error message and don't know whats wrong.
Did the npm install in the ./node_modules/iobroker.firetv.
Maybe someone of you got an idea or solution for this problem?
Best regards.
Edit:
I did find out that I got to install the ADB on my linux server.
And it seems to be a problem with the /opt/iobroker/adb.exe start-server.
Because if I start the adb server with sudo adb start-server it seems to work.
The text was updated successfully, but these errors were encountered: