Error Name: Invalid Value
Occurrences: 1
First Occurrence: 2023-09-21
Last Occurrence: 2023-09-21
Devices:
Forerunner® 965: 16.17
App Versions: 4.4.4
Languages: eng
Of course it runs well on my watch.
Maybe line with error is not correct because ERA backtrace is not correct - impossible flow.
using Toybox.UserProfile as USP;
using Toybox.Time as TIM;
using Toybox.Time.Gregorian as GRE;
var u = USP.getProfile();
var lHRz = USP.getHeartRateZones(USP.HR_ZONE_SPORT_GENERIC);// Error Name: Invalid Value
var t = GRE.info(TIM.now(), TIM.FORMAT_SHORT);