I get the following when running the simulator
Checking for update
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
18:48:50.929 › shell->app: {"id":0,"method":"initialize","params":{"capabilities":{"protocol":{"maxMessageSize":536870912}}},"jsonrpc":"2.0"}
Error: connect ECONNREFUSED 127.0.0.1:63981
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14) {
I managed to make it start by deleting the cache, but I get new error
"An error was encountered when loading the list of available phone hosts: Fetch of https://api.fitbit.com/1/user/-/developer-relay/hosts.json returned status 500 Internal Server Error"
It looks like something triggered after moving my account to Google.
Best AnswerWorking now.
1. delete the fitbit simulator cache
2. if using Visual Studio Code, make sure you re-login with Google account (if you switched to Google)
Best Answer