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. 

  • makeImageRequest() not working for epix2pro51mm in connectiq-sdk-win-7.2.1-2024-06-25

    • Acknowledged on Aug 7, 2024
    • 4 Comments
    Communicaitons.makeImageRequest() is not working for epix2pro51mm in connectiq-sdk-win-7.2.1-2024-06-25 when running in the simulator. It appears that the callback function is never called or perhaps the request was never made. It is not possible to...
    • Aug 5, 2024 4:02 PM
  • sdkmanager.exe crashes on first launch after extracting from .zip

    • Acknowledged on Aug 5, 2024
    • 5 Comments
    Hello, Trying to install Connect IQ SDK on a clean Windows 10 LTSB - Downloaded connectiq-sdk-manager-windows.zip Extracted contents to C:\Temp\connectiq-sdk-manager-windows Launched C:\Temp\connectiq-sdk-manager-windows\sdkmanager.exe ...
    • Aug 3, 2024 3:21 PM
  • Possibly incorrect API documentation for trainingEffect

    • Acknowledged on Aug 5, 2024
    • 2 Comments
    In the Connect IQ API documentation for Toybox.Activity.Info trainingEffect, some supported devices appear to be listed which don't actually have the training effect feature. For example, the Edge 520 does not seem to report any training effect value...
    • Aug 3, 2024 2:56 AM
  • UserProfile API returning incorrect sleepTime

    • Acknowledged on Aug 5, 2024
    • 12 Comments
    I'm trying to get the user specified sleep time with the call: var time = UserProfile.getProfile.sleepTime; Unfortunately, the value returned does not match what is set on my Venu3. If I set the sleep time to 12:00AM this API returns a Time.Duration...
    • Aug 2, 2024 6:28 PM
  • CIQ Simulator Edit Application.Properties data doesn't show any properties

    • Acknowledged on Aug 1, 2024
    • 4 Comments
    Hi, I'm using CIQ Simulator on Linux (UBUNTU 22.04 LTS) with VSCode 1.91.1. I have installed the newest VSCode Extension (v1.0.11) and I'm using the newest SDK (7.2.1) While running my application from VSCode, when the simulator starts and I try to...
    • Aug 1, 2024 2:49 AM
  • Incorrect method description

    • Acknowledged on Aug 1, 2024
    • 0 Comments
    The getSunset() description contains a mistake, the description states it gets the sunrise time instead of sunset time: "Get sunrise time for the provided location and date" https://developer.garmin.com/connect-iq/api-docs/Toybox/Weather.html#getSunset...
    • Jul 30, 2024 3:11 PM
  • resource compiler emits incorrect initialize() call for menu2

    • Acknowledged on Jul 29, 2024
    • 3 Comments
    Declare a menu like this: `<menu2 id="SettingsMenu">` The resource compiler emits this call: `Menu2.initialize();` But this causes a crash because `initialize()` requires an argument. The resource compiler should emit `Menu2.initialize(null)` or...
    • Jul 28, 2024 3:01 AM
  • Since version 7 of CIQ, my watch face doesn't accept custom Complications, only built-in one

    • Acknowledged on Jul 29, 2024
    • 0 Comments
    I can confirm that my watch face (Crystal Tesla) doesn't read custom complication since CIQ 7. It works correctly if I compile with CIQ 6.4.2. Also, when running the watch face in the simulator (tried simulating a Fenix 7S Pro and FR 965), when it's...
    • Jul 25, 2024 10:17 PM
  • getStressHistory() useless on FR255?

    • Acknowledged on Aug 1, 2024
    • 3 Comments
    I've been trying to use SensorHistory.getStressHistory() on my FR255 (with firmware 19.18) I get an iterator back but it always seems to be empty. I've tried passing either a Time.Duration or an integer number of samples desired. Oddly, if I pass...
    • Jul 25, 2024 4:26 PM
  • getBodyBatteryHistory fails with Time.Duration period on FR255

    • Acknowledged on Jul 24, 2024
    • 0 Comments
    On my FR255 with firmware 19.18, the Toybox.SensorHistory.getBodyBatteryHistory() function fails with an "invalid value" CIQ error if I pass options with a Time.Duration period value. If I pass a bare integer for period, it works. This is inconsistent...
    • Jul 23, 2024 8:08 PM