My watchface program was working fine. Tonight I just decided to change the look on a couple of icons. Before changing anything, I Built my watchface again and kept getting this error:
I've installed new, official watchfaces and deleted the companion app from the Fitbit app a half dozen times and still get this error.
I've installed an official watchface and changed this type to an App and installed that. It still comes up with the same error over and over.
I also unpaired and repaired my Ionic from the Fitbit app.
Any suggestions, please?
Answered! Go to the Best Answer.
That fixed it!
Sad to have to do a Factory Reset.
I did notice the Companion App always said "Status: Inactive" when this error occurs.
So... Factory Reset (half an hour to reinstall firmware at least) and all good again.
Best AnswerThat fixed it!
Sad to have to do a Factory Reset.
I did notice the Companion App always said "Status: Inactive" when this error occurs.
So... Factory Reset (half an hour to reinstall firmware at least) and all good again.
Best AnswerFor me it seems that there is a problem with the Messaging part:
import document from "document";
import * as messaging from "messaging";
console.log("App Started");
var response = document.getElementById("demotext");
response.innerText = "Loading";
//Until here the code works
messaging.peerSocket.onopen = function() {
callWebservice();
}When it gets to the peerSocket.onopen function it will throw the error for me. Is there not another way to fix this instead of doing a factory reset?
Best AnswerI got this error and no matter what I changed in my app nothing worked! Didn't want to do a firmware update so tried the following to try and see what was causing the issue; it worked without a firmware update!
No idea how or why it worked but it's all sorted now. Re-ran the original app several times and no more errors! Hope this helps some else from doing a firmware update.