Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Since update to 4.0 companion app no longer starts

ANSWERED

Hi,

I updated my watch to the latest version and now the companion app on the phone is not started.

I've attached it to the studio.fitbit.com to confirm. Console logs from 2 rounds of start/close of the app:

[11:49:12]Sideload successful!
[HOST][11:49:15]App Started
app/index.js:4,1[11:49:15]App code started
[HOST][11:49:15]Launch complete - durations: foregrounding(2200ms), first paint(7ms), total(2239ms).
[HOST][11:50:53]App Closed
[HOST][11:50:53]App Started
app/index.js:19,1[11:50:54]App code started
[HOST][11:50:55]App Closed
[HOST][11:50:55]App Closed
[HOST][11:50:56]Launch complete - durations: foregrounding(1597ms), first paint(188ms), total(1824ms).
[HOST][11:51:49]App Started
app/index.js:19,1[11:51:49]App code started

code from the start of the companion app:

 

import * as messaging from "messaging";

console.log("Companion Started");

messaging.peerSocket.onopen = () => {
  console.log("Companion Ready");
  sendMessage();
}
​



 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Can you try restarting your phone. I've seen an issue like this directly after a firmware update.

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

Can you try restarting your phone. I've seen an issue like this directly after a firmware update.

Best Answer
0 Votes