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 : String resource with a double quote character renders as escaped

    • Acknowledged on
    • 11 Comments
    If a string resource includes a double quote character (ASCII code 34), then the string is rendered incorrectly with a backslash escape character. For example, consider this string resource for a lat/lon position format that will be used as an option...
  • Static vs non-static vs self vs the type checker

    • Acknowledged on
    • 1 Comment
    I had assumed that in a static method, "self" would be the corresponding class object, rather than an instance of the class (just like, in a module, self is the module object). But it turns out that inside a static method, self can also be an instance...
  • Monkey C / VS Code: macOS home folder contains exclamation mark fail to compile

    • Acknowledged on
    • 2 Comments
    As previously discussed here My development machine which i utilize to code fail to compile " Your First Connect IQ app ". The culprit was my home folder name has exclamation mark as one of its character. After creating new account with safer username...
  • bug: missing app icon in store listing

    • Acknowledged on
    • 4 Comments
    When I look at https://apps.garmin.com/en-US/ under the "Sensors and Displays" section the 1st app ( https://apps.garmin.com/en-US/apps/7c83d402-4b68-4f0a-b167-7139788a19b3 ) has no icon: [see in comment, because forum bug doesn't let me post the image...
  • Connect IQ Store > Search results > Sort by: Most relevant

    • Acknowledged on
    • 6 Comments
    I'm searching for apps using Sort by: 'Most relevant', and apps with the actual search words in the app title are appearing way down the list. Apps with the search term in the app name should take preference over those with just the words in the app...
  • Bug: garmin fr955 lost all hrv data after freeze in the morning report

    • Acknowledged on
    • 0 Comments
    My fr955 lost all historical hrv data on the watch this morning. I woke up looked at the morning report, there it still displayed the data, but when wanting to go into it, it frooze, screen went dark, came back after half a minute, and hrv and training...
  • Missing entries in not handled the same in sim vs real devices

    • Acknowledged on
    • 5 Comments
    If you have a entry in <properties> but forget to add it to <settings> then saving settings in the sim via Ctrl-P works fine. However, on the real device, when you save the settings via Connect IQ app, the missing Property is deleted on the device which...
  • Instinct 2 2s firmware 10.10 date day month

    • Acknowledged on
    • 11 Comments
    Instinct 2 and Instinct 2s with firmware 10.10 do not report correctly <Toybox.Time.Gregorian.Info> day_of_week and month, apparently if the system language is other than English.
  • SDK Manager's appearance clashes with macOS dark mode

    • Acknowledged on
    • 5 Comments
    Reproduction procedure: - Install SDK Manager on a Mac set to dark mode Observations: - The "delete" and "download" buttons for the devices are black, as well as the chevrons for expanding/collapsing sections, but the background is dark grey, so...
  • SDK 4.1.6: makeWebRequest's responseCallback signature is missing PersistedContent.Iterator as allowed type for "data" arg

    • Acknowledged on
    • 9 Comments
    Issue The new compiler complains in strict type checking mode for functionally working code which cannot be fixed due to missing types in "makeWebRequest" "responseCallback" signature. Description I am using "makeWebRequest" to download course files...