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. 

  • No longer able to run sdk manager or simulator

    • Acknowledged on
    • 5 Comments
    Hi, after recent updates, I am no longer able to run sdk manager as the login window is empty (see https://imgur.com/a/QfkZWyc ). The same issue appears, when I try to open settings editor in simulator. I am using current version of archlinux.
  • Dictionary with single element don't show "value" in debug watch.

    • Acknowledged on
    • 2 Comments
    Not sure if this is the right place for this. The group says "Connect IQ Bug Report" (what I want) but the form says "Submit your Idea"..... Anyways. Looks like there is a bug in the VS code (Extension probably) what prevents the value for being displayed...
  • The parser doesn't handle "Object-literal as Type" correctly.

    • Acknowledged on
    • 1 Comment
    var dict1 = { :foo => "bar" } as Dictionary; // error var dict2 = ({ :foo => "bar" }) as Dictionary; // ok var dict3 = { :foo => "bar" } as { :foo as String }; // error var dict4 = ({ :foo => "bar" }) as { :foo as String }; // ok ERROR: approachs60...
  • Connect IQ SDK .dmg download for Mac is not working. Please update or fix it.

    • Acknowledged on
    • 2 Comments
    Comes up with random lines of text on screen instead of being a .dmg download
  • Venu SQ - SimpleDataField data too small on screen

    • Acknowledged on
    • 4 Comments
    on real device - on simulator all is fine. "The selected file is not allowed due to file quota restrictions." on 38kB picture, oh well... (+ There are similar issues on Edge 530/830, reported years ago )
  • Fenix 7X - Sensor.Info.heading problem

    • Acknowledged on
    • 6 Comments
    Goodmorning, I have a bit of a head scratcher here. I have 2 watches, Fenix 7X, and the venu sq2 music. At the application start - the venu sq2 music operates "normally", and displays a compass heading updated by Sensor.getinfo(); and I look for...
  • getHeartRateZones Error Name: Invalid Value

    • Acknowledged on
    • 1 Comment
    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...
  • bug: vivoactive5 simulator.json has wrong width data for datafields

    • Acknowledged on
    • 3 Comments
    When I looked at my DF on the 4 possible layouts on vivoactive5 in the simulator I noticed that on "3 Fields" and "4 Fields" the fields are not centered. They are off to the right. I think the reason is that in simulator.json some the width values of...
  • bad const unfolding

    • Acknowledged on
    • 0 Comments
    this code: const coTest1 = 1, coTest2 = 2; class clTest { var mTest; function initialize(t) { mTest = t; } } var c = new clTest(1); var d = null; var x = c.coTest1; //var y = d.coTest2;//Error: Unexpected Type Error, Details...
  • 6.3.0 SDK higher rate support for Accelerometer, magnetometer and Gyroscope

    • Acknowledged on
    • 2 Comments
    Is there any information available on the devices that benefit from the up to 100Hz/50Hz rate increase on accelerometer/gyroscope/Magnetometer as announced in the 6.3.0 sdk I tried it on Fenix 7 but it seems to remain capped at 25Hz (get exception message...