Adrian Gibbons
Adrian Gibbons
It was due to developer data overwriting native fields. For some reason the dev data contained just a bunch of zeroes. Give v3.2.0 a whirl, all changes are committed in...
Hi - assuming you are using the latest version (3.2.0), could you share a .FIT file? You may need to change the extension of the file to .txt so that...
Hi @cklong2kbomdic - sorry I haven't had time to look at this. I guess you're saying that the power array needs to be indexed using the same as other fields...
Hi @Xring-git I haven't seen a file with multiple sessions before either. Is a session related to multisport activities e.g. a triathlon contain swim-transition-bike-transition-run? Are you able to share it...
Happily, the Garmin documentation seems to have come one quite a bit over the past few years. Check out https://developer.garmin.com/fit/file-types/activity/ and see **Example Message Ordering for Summary Last File Recording...
Will take a quick look now but I think the wife is expecting some of my attention, given what day it is :) Might be the weekend before I get...
The Garmin Connect page can't be viewed any longer. Try inserting the following at [line 2703](https://github.com/adriangibbons/php-fit-file-analysis/blob/master/src/phpFITFileAnalysis.php#L2703) ```php // Manually scale timestamps (i.e. divide by 1024) $last_event_timestamp = $this->data_mesgs['hr']['event_timestamp']; if (is_array($last_event_timestamp))...
Hey @robthompsonweb - do thing now work as expected for the file(s) throwing the error? Cheers, Adrian.
Hi @xjack913 - see issue #45. Could you let me know if that works for you? I have started working on a fix. The commits are in the master branch...
Hi @xjack913 do you still get this issue now in v3.2?