ColinPitrat / kalenji-gps-watch-reader

A tool to import data from some Kalenji running watches
GNU General Public License v3.0
30 stars 11 forks source link

Improve behavior in case of error in transmission #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes, during import, some errors occur leading to messages such as:
Unexpected size in header for getSessionsDetails (step 3): 1484 != 1424 - 4

In such cases, the output is corrupted and meaningless.

The best way to handle this would be to find out how to ask for retransmission 
of the same data. However, a possible workaround is to reimport the whole 
session.

Original issue reported on code.google.com by colin.pi...@gmail.com on 27 Sep 2013 at 9:58