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
  • This is the ERA log from PSX-8. You can install the app on any compatible device to see how it runs. Next on gpsmap and see if it is compatible - only this device produces crash and type of device suggests that profile is not needed so maybe somebody returns something not consistent with the specification. 

    It's rather impossible to provide more information thana piece of real source code... So you can prepare your own app and check if also crash on gpsmap - unfortunately I don't haven any. 

    It can be a problem with the corrupted profile/device/etc. one of user but I rather don't plan to additional checking.

Comment
  • This is the ERA log from PSX-8. You can install the app on any compatible device to see how it runs. Next on gpsmap and see if it is compatible - only this device produces crash and type of device suggests that profile is not needed so maybe somebody returns something not consistent with the specification. 

    It's rather impossible to provide more information thana piece of real source code... So you can prepare your own app and check if also crash on gpsmap - unfortunately I don't haven any. 

    It can be a problem with the corrupted profile/device/etc. one of user but I rather don't plan to additional checking.

Children
No Data