A few users have recently reported that they see “ERR -400” on the Garmin watch display rather than the seizure detector status (OK / WARNING / ALARM).
I have had a look and I think it is a mistake in my code that used to be accepted by the watch, but now it is rejecting it saying that the response from the phone is invalid. It will be a recent update to the Garmin Connect App that has done it. (For those who like the techy details, the watch is expecting the response from the phone to be JSON, but the phone is sending it with a text/html header – strictly I should fix the phone app to send the correct header, but that has the potential to break other things….)
The seizure detector function is still working – the only thing that is missing is the OK / WARNING /ALARM status string on the display.
I will include a fix for this in the next release of OpenSeizureDetector – I just need to decide whether to finish off the remote data logging capability and include that in the release, or do a special release for this.
If anyone thinks that it is not working though, please let me know!
Graham.