Acknowledged
CIQQA-3057

wakeTime problem on GPSMAP 67 / 67i: 8.90

Error Name: Unhandled Exception
Occurrences: 1
First Occurrence: 2024-12-31
Last Occurrence: 2024-12-31
Devices:
    GPSMAP® 67 / 67i: 8.90
App Versions: 1.7.0
Languages: eng

using Toybox.UserProfile as USP;

function getUSRPROFILE_data()
{
    var
    s             = USP.getProfile();
    if(s != null)
    {
        var WakeTime     = s has :wakeTime  ? (s.wakeTime != null ? (s.wakeTime.value() / 60) : null)     : -1;//ERROR

        ...

}

Parents
  • > noting that Garmin acknowledged the problem,

    actually it was acknowledged 29 days ago, so it's the meaningless bookkeeping acknowledgement that was discussed before.

    and there's no ticket number, so it's entirely possible that nobody has even looked at this

Comment
  • > noting that Garmin acknowledged the problem,

    actually it was acknowledged 29 days ago, so it's the meaningless bookkeeping acknowledgement that was discussed before.

    and there's no ticket number, so it's entirely possible that nobody has even looked at this

Children
No Data