Ticket Created
over 3 years ago

CIQQA-923

Montana 7xx Crash in createSession()

We've received reports of an app crash on Montana 7xx (incidentally, using Russian language) when calling createSession:

try {
    session = ActivityRecording.createSession({:sport=>sport, :subSport=>subSport, :name=>name});
} catch(e) {
    sport = 0;
    subSport = 0;
    session = ActivityRecording.createSession({:sport=>sport, :subSport=>subSport, :name=>name});
}

The crash is occurring on what's listed here as line 2, and there are two concerns:

  1. Why is the crash occurring here?
  2. Should the error be handled by the try-catch?
Parents
  • Sorry for the late response, but has activity recording of any sport ever worked on the Montana 700i? From my testing I am getting Invalid Value "failed invoking <symbol> errors when attempting to create a session with any sport or subsport. Based on the configuration files it "should" work and based on documentation default the subsport to 0 should also work. 

    I've passed along the issue to the Montanna 700i team as it would require a firmware update to resolve. 

Comment
  • Sorry for the late response, but has activity recording of any sport ever worked on the Montana 700i? From my testing I am getting Invalid Value "failed invoking <symbol> errors when attempting to create a session with any sport or subsport. Based on the configuration files it "should" work and based on documentation default the subsport to 0 should also work. 

    I've passed along the issue to the Montanna 700i team as it would require a firmware update to resolve. 

Children
No Data