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. 

  • 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...
  • vivomove luxe freeze once a day on Android whatsapp call

    • Acknowledged on
    • 0 Comments
    I have use my vivomove luxe with ios, no freeze at all, But using vivomove with android with Whatsapp app whatsapp call, screen freeze, 1-2 restart per day.
  • Strange results with class constants

    • Acknowledged on
    • 1 Comment
    Given module Tests { class X { const K1 = 1; } class Y extends X { function initialize() { X.initialize(); } const K2 = K1 + 1; static function getK1() as Number { return K1; } static function getK2() as Number { return K2;...
  • bad names of func in profiler

    • Acknowledged on
    • 0 Comments
    eclipse Version: 2022-09 (4.25.0) Build id: 20220908-1902 windows 10 plugin 4.1.2 sdk 4.1.6 e.g. getSystemStats instead of getClockTime() dc.drawElipse() instead of dc.clear() abs() instead of format() ...
  • Bug: makeWebRequest returns UNKNOWN_ERROR when in simulator media mode Sync

    • Acknowledged on
    • 5 Comments
    System: Ubuntu 22.10 Visual Studio Code v1.73.1 Monkey C extension v1.0.7 SDK v4.1.6 A makeWebRequest does a callback with responseCode 200 and data is some dictionary from the server json. When starting the Media Mode -> Sync from the menu, the exact...
  • Bug report: static Lang.Dictionary class variable broken in SDK 4.1.6

    • Acknowledged on
    • 1 Comment
    With previous versions, it was possible to have static dictionaries inside classes. With SDK version 4.1.6, it is not working anymore. Previously working: class Test { static private var some_variable = {}; static function test(some_arg){ return;...
  • Out Of Memory Error on Forerunner 255 Music: 12.27

    • Acknowledged on
    • 5 Comments
    f6p: app peek 86.3, free ~23kB fr255: app peek 65.3 (additional mem to graphic pool) and free ~60kb but form time to time: Error Name: Out Of Memory Error Occurrences: 2 First Occurrence: 2022-11-10 Last Occurrence: 2022-11-14 Devices: Forerunner...
  • Connect IQ causes watch face to crash

    • Acknowledged on
    • 8 Comments
    If you comment out settings elements in the settings.xml it will cause the watch face to crash inexplicably when that version is distributed to the watch by Connect IQ. It should be noted that the simulator version works correctly with commented out...