Under Review

bug: ERA Viewer on Mac asks for the user's credentials every time the app is open

SDK 8.4.1, MacOS

  • If you run the era viewer from the command line, the following error message is displayed, which might be a clue:

    ❯ ./era
    java.lang.NumberFormatException: Cannot parse null string
    	at java.base/java.lang.Integer.parseInt(Integer.java:624)
    	at java.base/java.lang.Integer.parseInt(Integer.java:778)
    	at com.garmin.connectiq.era.net.CredentialsHandler.getServerFromConfigFile(CredentialsHandler.java:301)
    	at com.garmin.connectiq.era.cli.EraDownloader.main(EraDownloader.java:30)