I'm trying to generate an output using a video file (from a Instal360 Go 3S) and a separate .FIT file. It's failing using the GPStitch GUI with the following error:
However, if I cut-and-paste the output of the Get Command button and run it within a terminal (using the version of gopro-dashboard.py located within the gpstich venv), it works successfully, showing these time ranges:
GPX/FIT file: 2026-02-06T18:10:23+00:00 -> 2026-02-06T20:02:53+00:00
Video File Dates: 2026-02-06T19:34:47+00:00 -> 2026-02-06T19:35:37+00:00
As you can see, the Video File Dates differ by what appears to be my local timezone (PST8PDT).
I'm not certain, but I think this may also be the cause of the
error when attempting to generate a preview.
A stat of the video file shows these dates:
Access: 2026-03-13 09:02:58.670778598 -0700
Modify: 2026-02-06 11:34:47.000000000 -0800
Change: 2026-03-13 08:49:37.351333467 -0700
Birth: 2026-03-12 20:20:56.498970336 -0700
Since the command given to gopro-dashboard.py includes --video-time-start file-modified, I think it's the Modify time that's critical here.
I tried using touch to set the Modify time to something completely different (18:00:00), but when loading it into the GPStitch GUI, the timestamp was the same as the first screenshot. Huh?
Is it possible that you're getting the video times via some mechanism other than the file's mtime inside of GPStitch?
Thanks again for your efforts and please let me know if there's anything else you need to help diagnose this issue.
I'm trying to generate an output using a video file (from a Instal360 Go 3S) and a separate .FIT file. It's failing using the GPStitch GUI with the following error:
However, if I cut-and-paste the output of the
Get Commandbutton and run it within a terminal (using the version of gopro-dashboard.py located within the gpstich venv), it works successfully, showing these time ranges:GPX/FIT file: 2026-02-06T18:10:23+00:00 -> 2026-02-06T20:02:53+00:00
Video File Dates: 2026-02-06T19:34:47+00:00 -> 2026-02-06T19:35:37+00:00
As you can see, the Video File Dates differ by what appears to be my local timezone (PST8PDT).
I'm not certain, but I think this may also be the cause of the
error when attempting to generate a preview.
A stat of the video file shows these dates:
Access: 2026-03-13 09:02:58.670778598 -0700
Modify: 2026-02-06 11:34:47.000000000 -0800
Change: 2026-03-13 08:49:37.351333467 -0700
Birth: 2026-03-12 20:20:56.498970336 -0700
Since the command given to gopro-dashboard.py includes
--video-time-start file-modified, I think it's the Modify time that's critical here.I tried using
touchto set the Modify time to something completely different (18:00:00), but when loading it into the GPStitch GUI, the timestamp was the same as the first screenshot. Huh?Is it possible that you're getting the video times via some mechanism other than the file's mtime inside of GPStitch?
Thanks again for your efforts and please let me know if there's anything else you need to help diagnose this issue.