07-30-2022 06:52
07-30-2022 06:52
Hi i have trouble conecting to the OS Simulator.
it works fine (with the same app in dev) in my desktop but not in my laptop.
The only difference is that the laptop is on windows 11 and my desktop is on windows 10.
I'm using the SDK with the CLI.
Here's the versions
{
"devDependencies": {
"@fitbit/sdk": "~6.1.0",
"@fitbit/sdk-cli": "^1.7.3",
"fitbit-sdk-types": "^7.0.5",
"prettier": "^2.7.1"
}
}
I am targeting the good system too on the fitbit tag for the packages.json file
{
"fitbit": {
"buildTargets": [
"atlas",
"vulcan"
]
}
}
I'm using the Simulator with a Sense
And the console always send this message
Connected device does not support API version requested by app
I tried to reinstall the simulator on the laptop but still have the problem.
07-30-2022 06:56
07-30-2022 06:56
I forgot to mention that i'm using the simulator 0.9.2
Best Answer07-30-2022 07:13
07-30-2022 07:13
And the node version is 14.16.1
Best Answer07-30-2022 13:38
Gold Fitbit Product Experts share support knowledge on the forums and advocate for the betterment of Fitbit products and services. Learn more
07-30-2022 13:38
I'm on simulator 0.9.4. MAYBE 0.9.2 doesn't support SDK 6.1.
Best Answer07-31-2022 02:13
07-31-2022 02:13
Effectively that's the solution
I redownloaded the simulator before posting the message and it was still the 0.9.2
Now I have the 0.9.4 and it works
Thanks