This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • The type checker's symbol lookup doesn't match the runtime.

    • Ticket Created on
    • 1 Comment
    I originally posted some of this as a question about how lookup was supposed to work , but now I can see it's not just unexpected behavior, it's actually buggy. function foo() as Number { return 0; } module bar { module foo { module bar {...
  • System Error on Edge 530

    • Ticket Created on
    • 0 Comments
    Today I have 2 System errors in the ERA Viewer that don't make much sense: Error Name: System Error Occurrences: 2 First Occurrence: 2022-06-09 Last Occurrence: 2022-06-09 Devices: Edge® 530: 9.10 App Versions: 1.0.2 Languages: cht Backtrace...
  • feature-request: add CIQ version to ERA reports

    • Acknowledged on
    • 2 Comments
    Can you please add the CIQ version of the device to the error report? Actually maybe you could add all the other software part's (sensor, etc) version too, though I guess they are much less useful.
  • No cancel or back button in sim settings editor when editing array properties

    • Ticket Created on
    • 3 Comments
    When you have an array property, you add an item via the settings editor, then you click edit there's only "save item" button, no cancel or back.
  • out of memory when calling getBodyBatteryHistory

    • Ticket Created on
    • 0 Comments
    4.1.3/win/ecplise 1. I first check if(SHI has :getBodyBatteryHistory) 2. call SHI.getBodyBatteryHistory(null). I've checked on sim that there is no difference with memory whether or not there are any parameters in func call (but in previous version...
  • Confusion and bugs in Array Settings

    • Acknowledged on
    • 8 Comments
    When I try the array Settings example from: https://developer.garmin.com/connect-iq/core-topics/properties-and-app-settings/ I get all kinds of errors, but essentially it's because the examples in the doc are either wrong or at least missing some parts...
  • FIT Developer Data Fields Crashing on Fenix 7 and Epix 2

    • Ticket Created on
    • 4 Comments
    Hello - we have been getting reports from the field that our Runn Incline Connect IQ Datafield is crashing on Fenix 7 and Epix 2 platforms. Stack traces based on CIQ_LOG.YML -> debug.xml reveal that the crashes happen on creation of FIT Developer Datafields...
  • getSettingsView bug

    • Ticket Created on
    • 0 Comments
    4.1.3/win/eclipse I don't know if it is bug on sim but hope only on sim. I use Menu2 (from 3.0) in getSettingsView (from 3.2) in my WF. On some devices after command in sim [Settings][Trigger App settings] - approach s60 2.4 - crush (no Menu2),...
  • Oldest and newest sample time of the body battery and stress iterator are not properly initialized

    • Ticket Created on
    • 2 Comments
    The time values returned by getOldestSampleTime() and getNewestSampleTime() of the iterators SensorHistory.getBodyBatteryHistory() and SensorHistory.getStressHistory() do not relate to the times of returned samples. The time values seem to be random....
  • Parser bug with unused expression statements

    • Ticket Created on
    • 0 Comments
    The following code: import Toybox.Lang; function foo() as Boolean { return true; } function bar() as Void { (foo() || true); } reports ERROR: <device>: Could not parse Monkey C IR. It's caused by line 7. If I change the program to...