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. 

  • BUG: sdk manager 4.0.6 segfaults on Ubuntu 18 while logging in

    Former Member
    Former Member
    • Ticket Created on Nov 15, 2021
    • 1 Comment
    When logging in, the window shows 500 error, but it is actually a local segfault which you can see in gdb. Looks like some memory gets overwritten due to some library incompatibility. Tried it on two Ubuntu 18 systems with the same result. On Debian...
    • Nov 10, 2021 1:33 AM
  • Communications.makeWebRequest now failing to get json file in simulator with 404 error

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    I have been downloading json files in the simulator for many years which I use to setup parameters so I can test my code on the multitude of Garmin devices. Recently I have started getting a 404 error response when trying to do this in the simulator...
    • Nov 8, 2021 12:15 AM
  • DataField.getBackgroundColor() returns COLOR_WHITE when background is black

    • Ticket Created on Nov 8, 2021
    • 13 Comments
    Device: 945 LTE Firmware: 4.07 Beta SDK: 4.0.6 Recreation Procedure: Create a new simple data field with the following code, targetting 945 LTE: import Toybox.Activity; import Toybox.Lang; import Toybox.Time; import Toybox.WatchUi; class...
    • Nov 7, 2021 6:26 AM
  • Update guidance in "no device available to build" error message

    • Ticket Created on Nov 8, 2021
    • 0 Comments
    I just installed the Connect IQ SDK for the first time, installed all devices, and set up a basic project using VSCode. To see if everything was working, I ran "Monkey C: Build Current Project" which failed with a "no device available to build" error...
    • Nov 5, 2021 2:25 AM
  • Reboot of the watch and crash of the simulator with THIS string resource

    • Ticket Created on Nov 3, 2021
    • 19 Comments
    Hello! I get the weather from OpenWeatherMap service and make drawText function with text description of the current weather. And I found condition when the real device is being rebooted and the simulator is being crashed when I got this string from...
    • Nov 1, 2021 8:35 PM
  • IconMenuItem drawn half-width on the Venu SQ

    • Ticket Created on Nov 3, 2021
    • 1 Comment
    The latest firmware of the Venu SQ (fw 3.00) now has the same bug the Venu 2 used to have: https://forums.garmin.com/developer/connect-iq/i/bug-reports/venu2-iconmenuitem-only-half-width This didn't appear in earlier versions of the Venu SQ, but since...
    • Nov 1, 2021 1:42 PM
  • unable to read details of activity just completed in onActivityCompleted() handler

    • Ticket Created on Nov 3, 2021
    • 1 Comment
    I'm trying to read the read details of activity just completed in onActivityCompleted() handler in a widget like this: function onActivityCompleted(activity) { var actInfo=Activity.getActivityInfo(); if (actInfo!=null) { var activityCal=actInfo.calories;...
    • Nov 1, 2021 6:24 AM
  • checkWifiConnection doesn't work on Venu2s

    • Ticket Created on Oct 29, 2021
    • 1 Comment
    if (Communications has :checkWifiConnection) { // CIQ >= 3.2.0 INFO("calling checkWifiConnection"); Communications.checkWifiConnection(self.method(:onWifiConnectionStatus)); return; } function onWifiConnectionStatus(result) { INFO...
    • Oct 29, 2021 1:22 AM
  • Expose Connect IQ Emulator Watch Face Panel to automation software

    • Ticket Created on Oct 29, 2021
    • 0 Comments
    As it currently stands only the header and footer of the connect IQ window are accessible to things like the WinAppDriver or windows inspector. This sort of exposure is crucial in order to build a wearable app on a modern CI/CD pipeline. It would...
    • Oct 28, 2021 11:06 PM
  • calling getOxygenSaturationHistory throws Unexpected Type Error

    • Ticket Created on Oct 25, 2021
    • 9 Comments
    sdk 4.0.6 eclipse plug in 4.1.0.beta1 eclipse Version: Version: 2021-09 (4.21.0) Build id: 20210910-1417 windows 10 watch face minSdkVersion 2.4.0 fenix 6s sumilator (not known on device) running sdk sample SensorHistory Error: Unexpected Type...
    • Oct 24, 2021 2:07 AM