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. 

  • CustomMenu not supported on epix2Gen, Fenix 7S, Fenix 7 Fenix 7X, Venu2 plus

    • Ticket Created on
    • 11 Comments
    Hi, CustomMenu seems not supported yet for those devices. get this error with the simulator sdk 4.0.7 "The currently running device does not support this function. Please see if there is a device update in the Connect IQ SDK Manager." Console...
  • Simulator bug with F7, F7s, and F7x makeImageRequest

    • Ticket Created on
    • 2 Comments
    Testing out my widget on the new F7 series and notice the image downloads don't appear to be working on the simulator for the F7 devices while using a makeImageRequest. The simulator displays a black image on all three devices. The same code for the Venu2...
  • TextPickerDelegate crashed on epix2Gen, Fenix 7S, Fenix 7 Fenix 7X

    • Ticket Created on
    • 0 Comments
    Hello I wanted to update my applications but on the element TextPickerDelegate if I use the tacticle in any case on the simulator I have a crash. I don't have a watch to test.
  • Processing JSON with missing root

    • Ticket Created on
    • 18 Comments
    The following (which is valid JSON) returns INVALID_HTTP_BODY_IN_NETWORK_RESPONSE. It's missing the root node but is still valid JSON. Missing the root node is fairy common. So, it should be able to be processed by IQ. [ { "name":"aaaa" }, ...
  • profiler and simulation from

    • Ticket Created on
    • 3 Comments
    Profiler It s useful tool but I miss: 1. New column: [average] = [total time]/[call count] 2. Button [ copy to clipboard all data to paste in excel in cells/columns without any additional manual work ] for float values add option decimal char for...
  • Menu2.initialize is incorrectly typed

    • Ticket Created on
    • 4 Comments
    If I define a menu2 resource as < menu2 id = "MainMenu" title = "@Strings.MainMenuTitle" > < menu-item id = "Item1" label = "@Strings.MenuLabel1" /> < menu-item id = "Item2" label = "@Strings.MenuLabel2" /> </ menu2 > and I enable gradual...
  • Fenix 6 crash; no CIQ_LOG.YAML, but see an err.log.txt

    • Ticket Created on
    • 0 Comments
    Hi, I am seeing my App crash with the CIQ symbol; not seeing any CIQ_LOG.YAML file; but am seeing an err_log.txt which has a record at time of each crash. My app runs fine in the Garmin Simulator set to Fenix 6; but crashes on the actual Fenix 6....
  • getHeartRateHistory () Venu 2

    • Acknowledged on
    • 2 Comments
    Hi. Im using this code in my watchface to retrieve heart rate history and draw a Graph, It works in all devices except Venu 2 series. if((Toybox has : SensorHistory) && ( Toybox has : getHeartRateHistory)){ return Toybox.SensorHistory.getHeartRateHistory...
  • [Regression bug] Speed units always set to knots for windsurfing activity

    • Ticket Created on
    • 2 Comments
    Bug was injected in Garmin Connect during activity type update. If activity type is set to "Windsurfing" then speed unit's are set to knots regardless of the device settings. The bug was injected during October 2021, when activity name for windsurfing...
  • venu2(plus) - heart rate history has wrong when value

    • Acknowledged on
    • 3 Comments
    On the venu 2 and also on venu 2 plus the timestamps that are next to heart rate values are all wrong, this is both for Sensorhistory and HeartRatehistory Output from an example run: Current time: 1635487959 --- hr-history 1635344820 66 1635344760...