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
It looks like the whole dev tools crashes when I try to take a second screenshot from the device.
I can take a first screenshot, but if I try to take a second one, I can see a message that device was disconnected and then the whole dev tools close with exit code 0.
See output below.
$ npx fitbit
Logged in as Adi Roiban
fitbit$ connect device
Auto-connecting only known device: Versa
[12:06:00 PM] App: App Started
[12:06:00 PM] App: Launch complete - durations: foregrounding(710ms), first paint(45ms), total(758ms).
fitbit$ screenshot screenshot-1.png
Screenshot saved to /home/adi/dev/fitbit-os-probe/screenshot-1.png
fitbit$ screenshot screenshot-2.png
Downloading: 92% completed
Device 'Versa' disconnected
$ echo $?
0
Hope there is an easy fix for this.
Thanks!
The text was updated successfully, but these errors were encountered:
Hexxeh
transferred this issue from Fitbit/fitbit-sdk-toolchain
Feb 12, 2019
What FW version are you running and does this happen with all projects, or a specific one? If it's a specific one, can you provide either the sources or a minimal repro case that also reproduces the issue? Thanks!
I am using Ubuntu 18.04
It looks like the whole dev tools crashes when I try to take a second screenshot from the device.
I can take a first screenshot, but if I try to take a second one, I can see a message that device was disconnected and then the whole dev tools close with exit code 0.
See output below.
Hope there is an easy fix for this.
Thanks!
The text was updated successfully, but these errors were encountered: