developer-bridge icon indicating copy to clipboard operation
developer-bridge copied to clipboard

Crash when taking a second screenshot from device

Open adiroiban opened this issue 7 years ago • 1 comments

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.

$ 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!

adiroiban avatar Jan 20 '19 12:01 adiroiban

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!

Hexxeh avatar Feb 12 '19 14:02 Hexxeh