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. 

  • Watchface with a HTTP background process seems to not work properly anymore

    • Acknowledged on
    • 9 Comments
    A watch face uses a background process to send an HTTP request and retrieve the resulting data in the onBackgroundData function. It always worked fine, until a few days ago. Indeed, it seems that since the arrival of the 4.2.x versions of the SDK, and...
  • Sim 4.2.x does not display Menus correctly for Forerunner 735xt

    • Acknowledged on
    • 10 Comments
    Sim 4.1.7 displays menus correctly for the 735xt. If I build with SDK 4.2.1, 4.2.2, or 4.2.3 and run with Sim 4.1.7, menus display correctly. If I use Sim 4.2.x and build with any SDK, menu items and the menu title display as white blank fields. ...
  • Maybe a bug in Toybox.Weather in SDK4.2.1 or higher

    • Acknowledged on
    • 6 Comments
    I found a weird behavior in Toybox.Weather module. According to the instruction below, return type of Dailyforecast.highTemperature is Time.Moment. https://developer.garmin.com/connect-iq/api-docs/Toybox/Weather/DailyForecast.html On the other hand...
  • COMPLICATION_TYPE_CURRENT_WEATHER Value doesn't match specifications

    • Acknowledged on
    • 2 Comments
    Documentation says "Value is a String with the current weather" I expected to receive a string value, like "Sunny" or "Cloudy", but instead the value being returned is a Lang.Number. See output from debugger below: Can't attach image due to forum...
  • makeImageRequest ignores error returning from server

    • Acknowledged on
    • 13 Comments
    Whatever my server returns when error in onReceiveImage code is always 404. In web bowser I can see value I return.
  • error showing storage with bitmap

    • Acknowledged on
    • 1 Comment
    I save bitmap (in onReceiveImage) in storage: Application.Storage.setValue(STO_BMP, data); on sim f6p is ok but for f7 error, see screenshot below
  • no runtime error when using weather without permission

    • Acknowledged on
    • 3 Comments
    when I try call any function from module Communications without permission <iq:uses-permission id="Communications"/> there is a runtime error Error: Permission Required Details: Permission for module 'Toybox.Communications' required and OK, but...
  • Bug: IQ Store Application Settings not saving

    • Acknowledged on
    • 3 Comments
    When setting groups are used in an application, the IQ store will not constantly save properly. Save option is missing at the top right. Pictured are iPhone IQ Store after changed are set, but the save option at the top right are not shown. I verified...
  • bitmaps occupies too much memory

    • Acknowledged on
    • 2 Comments
    I have a code Communications.makeImageRequest( strUrl, {}, { :palette => [ Graphics.COLOR_BLACK, Graphics.COLOR_WHITE], :maxWidth => w, :maxHeight => h, :dithering => Communications.IMAGE_DITHERING_NONE }, self.method(:onReceiveImage...
  • Need to turn on Mobile Connection to Download Fit file over Bluetooth

    • Acknowledged on
    • 8 Comments
    When a Connect Iq app wants to download a fit file stored on a Bluetooth connected mobile device, the download is not working anymore. You need to turn on the "mobile data connection" too to get it to work. Seems the localhost is not reachable over bluetooth...