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. 

  • Communications web request memory leak.

    • Acknowledged on
    • 0 Comments
    I am using a simple Communication.webRequest() to a REST-server to retrieve a json. Unfortunately the server response is relatively large. So I get the -402 (Serialized response was too large) and -403 (Ran out of memory processing network response...
  • Sleep score

    • Acknowledged on
    • 1 Comment
    Hello Team, Since last update my sleep score is showing strange. The color bar is not full to the line. Little line is correct but color is not following. Let me know if this is something that I can fix on my UI or is it some central bug which came...
  • issue with football app in garmin fenix 8 51mm

    • Acknowledged on
    • 2 Comments
    When I track my football activities, most of the time I can't find my heart rate records, also my max speed is not correct.
  • Ambient light sensor API access - try again

    • Acknowledged on
    • 0 Comments
    Does anyone know how to use (in my case Edge 840) ambient light sensor through an API? Apparently it has one since it can adjust the brightness automatically. It would be nice if one could read the light level and make a function including that and the...
  • The code 'var x = 3.4028235e38 * 2.0' crashes the compiler

    • Acknowledged on
    • 2 Comments
    1. New project 2. Put this code in "onStart" var y = 2.0 * 3.4028235e38; 3. Build project Here are the compiler debug logs: % java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar "/Users/qlyoung/Library/Application Support/Garmin/ConnectIQ...
  • Watch face doesn't work : adding "permission" and "properties" in Manifest.xml

    • Acknowledged on
    • 1 Comment
    Hello Guys, The watch face has stopped working since I tried to add a setting to the program: adding "permission" and "properties" in Manifest.xml. What I did: - Checked the correct order of sections in Manifest.xml. - Checked for stray characters...
  • App crashing when torch turned off

    • Acknowledged on
    • 1 Comment
    When turning off the torch by pressing the top left button twice the watch crashes and reboots.
  • COMPLICATION_TYPE_DATE constantly triggering

    • Acknowledged on
    • 0 Comments
    The complication COMPLICATION_TYPE_DATE is constantly triggering the registerComplicationChangeCallback mounted function, where it only updates once every 24 hours. This can be reproduced in the simulator and on the actual devices (at least on Venu...
  • Connect IQ APP - by choosing "recent order" app's no more ordered correctly

    • Acknowledged on
    • 2 Comments
    as title, starting from some days, by set order " recent" WF or other items are no more ordered correctly, but at the top remain old items and by scrolling down the date continues to get closer to the current one. Probably a bug... Anyone?
  • documentation change request: remove or elaborate on requirement for current device language for :units in Session.createField

    • Acknowledged on
    • 0 Comments
    Recently I had a bug (see: https://forums.garmin.com/developer/connect-iq/i/bug-reports/feature-request-add-maxlength-maxsize-attributes-to-string-resources-and-fail-at-compilation-if-a-string-is-too-long ) which made me think, why do we need to translate...