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. 

  • Hook up these forums to StopForumSpam

    • Acknowledged on Sep 25, 2024
    • 2 Comments
    Hi Brandon, Please poke whoever's responsible on your end for the forum software and ask them to look into passing posts from new posters through https://www.stopforumspam.com/ It's a free non-profit service that is really good at filtering the sort...
    • Sep 25, 2024 8:48 AM
  • makeWebRequest returns error -202 on iOS 16 device

    • Acknowledged on Sep 25, 2024
    • 1 Comment
    I am using makeWebRequest with method Communications.HTTP_REQUEST_METHOD_GET and Communications.HTTP_RESPONSE_CONTENT_TYPE_JSON to query a REST API. A user reported that when using an iPhone X with iOS 16, they get a -202 error, INVALID_HTTP_METHOD_IN_REQUEST...
    • Sep 25, 2024 5:25 AM
  • Provide polyfill where needed in Toybox.Graphics.Dc API

    • Acknowledged on Sep 24, 2024
    • 9 Comments
    Basically, there should be no "[view]" sections below any of Dc methods in the docs. The context is as follows: I really don't understand the thought process behind adding a DC method that is supported on just some devices. What does Garmin expect...
    • Sep 24, 2024 1:07 PM
  • Canceling Communications.startSync doesn't work on the Fenix 7s

    • Acknowledged on Sep 24, 2024
    • 0 Comments
    TL:DR On the Fenix 7s , the cancel confirmation dialog used by Communications.startSync doesn't seem to work correctly. However the cancel confirmation dialog used by Media.startSync does work correctly. Scenario On the Fenix 7s, if you use Communications...
    • Sep 23, 2024 11:52 PM
  • Creating Full White Color Results in Transparent

    • Acknowledged on Sep 23, 2024
    • 6 Comments
    We might expect this code to draw a filled white circle: var testWhite = Graphics.createColor(0xFF, 0xFF, 0xFF, 0xFF); dc.setFill(testWhite); dc.fillCircle(halfScreenWidth, halfScreenHeight, 10); However, what actually happens is nothing is drawn...
    • Sep 23, 2024 2:38 AM
  • Weather.getCurrentConditions() causes crash on Fenix 8

    • Acknowledged on Sep 20, 2024
    • 8 Comments
    The last line in the following snippet causes a crash: if (Toybox has :Weather ) { dialMinMax = showFarenheit? [ 50.0 , 100.0 ]:[ 0.0 , 50.0 ]; var weather = Weather. getCurrentConditions (); Here is the crash report from the ERA: Error...
    • Sep 20, 2024 8:09 AM
  • Watch app exit confirmation dialog always causes exit on Edge 540 (and I suspect other x40 devices)

    • Acknowledged on Sep 20, 2024
    • 0 Comments
    I am implementing a confirmation dialog on exit, so capturing the escape key like this: case Ui.KEY_ESC: var dialog = new Ui.Confirmation("Are you sure you want to exit?"); Ui.pushView( dialog, new AppExitConfirmationDelegate(), Ui.SLIDE_IMMEDIATE...
    • Sep 19, 2024 5:22 PM
  • System Error calling Storage.setValue() lastest FW

    • Acknowledged on Sep 19, 2024
    • 17 Comments
    This bug report evolved from https://forums.garmin.com/developer/connect-iq/f/discussion/383923/system-error-calling-storage-setvalue-lastest-fw-on-venu-3-and-fr-965 I'm getting many user reports of watchface crashes. if I look in ERA these are System...
    • Sep 19, 2024 10:10 AM
  • Setting weather observation time in CIQ Simulator doesn't work

    • Acknowledged on Sep 19, 2024
    • 0 Comments
    Observed on both Windows 11 and macOS Sonoma Steps to reproduce: 1) Open the Set Weather dialog 2) Change or just note the hours and minutes of the weather time 3) Press OK to close the dialog 4) Open it again -> the weather time now shows...
    • Sep 19, 2024 7:50 AM
  • Sleep schedule overlap

    • Acknowledged on Sep 19, 2024
    • 1 Comment
    Someone please explain how sleep at 2pm up at 2300 shows error schedule overlap???
    • Sep 18, 2024 10:19 PM