Opened 14 years ago

Closed 14 years ago

#38 closed defect (fixed)

IllegalArgumentException: 'param is not registered' thrown when replaying a file

Reported by: tshalif Owned by:
Priority: major Milestone: release 0.9.2
Component: robostroke-android Version: r98
Keywords: Cc:
Blocked By: Blocking:
Parent Tickets:

Description (last modified by tshalif)

By adding this line to the top of a recorded session, it is possible to recreate:

1277830835196 EVENT PARAMETER_CHANGE 1277830846265000000 org.nargila.talos.rowing.gps.minDistance|40@@

Stack trace:

java.lang.IllegalArgumentException: param is not registered
  at org.nargila.robostroke.param.ParameterService.getParam(ParameterService.java:156)
  at org.nargila.robostroke.param.ParameterService.setParam(ParameterService.java:146)
  at org.nargila.robostroke.param.ParameterService$2.onStrokeEvent(ParameterService.java:42)
  at org.nargila.robostroke.RoboStrokeEventBus.run(RoboStrokeEventBus.java:43)

Subtickets

Change History (2)

comment:1 Changed 14 years ago by tshalif

  • Description modified (diff)

comment:2 Changed 14 years ago by tshalif

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.