-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data_mesgs['record'] null #54
Comments
If you insert the following after that line, what do you get? var_dump($this->file_header['crc']);
var_dump($header_size);
die(); |
|
Hmmm, seems like a small file |
Hey @adriangibbons, Any idea about this issue and how to fix it ? Thanks! |
Are you able to share the file? You will probably have to change the file extension to .txt Presumably the file works fine with Garmin Connect / Strava / etc? |
Yes, the file seems to work fine with Garmin Connect and Strava. Here's the share file: error-file.txt Thanks, |
Hello @adriangibbons, Were you able to check the issue ? |
Hi, I had a quick look but didn't get anywhere. Then I've been on holiday a couple of weeks. Back in about a week or so and then will have more time. Have been so busy! |
Hello Adrian :)
I have an issue with the parser. Unfortunatly,
data_mesgs['record']
is null and i don't have any data.This line seems to be the problem :
$this->file_header['data_size'] = $this->file_header['crc'] - $header_size + 2;
It's a session recorded with Garmin Forerunner 920XT.
Many thanks,
The text was updated successfully, but these errors were encountered: