balena-os / resin-device-toolbox

[DEPRECATED] The official Resin Device Toolbox CLI for resinOS
Apache License 2.0
14 stars 3 forks source link

rdt scan fails to discover device #46

Closed shaunmulligan closed 7 years ago

shaunmulligan commented 7 years ago

OS: Ubuntu 16.10 Nodejs: v4.2.6 rdt: 0.0.6

$ rdt scan              
Reporting scan results
docker.infoAsync is not a function

If you need help, or just want to say hi, don't hesitate in reaching out at:

    GitHub: https://github.com/resin-os/resin-device-toolbox/issues/new
    Gitter: https://gitter.im/resin-io/chat

$ ping resin-shaun.local                                                                                                                                 1 
PING resin-shaun.local (10.0.1.50) 56(84) bytes of data.
64 bytes from 10.0.1.50 (10.0.1.50): icmp_seq=1 ttl=64 time=9.82 ms
64 bytes from 10.0.1.50 (10.0.1.50): icmp_seq=2 ttl=64 time=10.3 ms
64 bytes from 10.0.1.50 (10.0.1.50): icmp_seq=3 ttl=64 time=9.33 ms
64 bytes from 10.0.1.50 (10.0.1.50): icmp_seq=4 ttl=64 time=10.5 ms
^C
--- resin-shaun.local ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 9.335/10.020/10.559/0.488 ms
lekkas commented 7 years ago

@shaunmulligan raised in https://github.com/resin-io-modules/docker-toolbelt/pull/6

lekkas commented 7 years ago

@shaunmulligan simply reinstalling resin-device-toolbox should fix the issue now.

shaunmulligan commented 7 years ago

@lekkas awesome, thanks it works now :) I'll close this now