rfcx / arbimon-uploader

Desktop application for ingesting audio to RFCx platform
Apache License 2.0
0 stars 0 forks source link

Uploader - don't include file in 1970 for the upload and other information #223

Closed koonchaya closed 3 months ago

koonchaya commented 3 months ago

Context

We found the timestamps issue from the partner project . After investigation we found that in the AudioMoth folders containing filename 1970mmdd_hhmmss is causing the issue. When upload with this file, the uploader doesn't upload with the file configuration (UTC-6) but it uploaded with UTC instead. See more discussion in https://rfcx.slack.com/archives/C03FD1WD02J/p1715761582406039

It is possible this cause the issue of deployment not found as well. We should not include 1970 file inside the AudioMoth folder to use any information from it.

Expect results

antonyharfield commented 3 months ago

I think the problem is here: https://github.com/rfcx/arbimon-uploader/blob/4517aedcc6c88e2ce43d2aa992b168d2bc7caa5f/src/renderer/services/file.js#L537

Screenshot 2567-05-20 at 09 16 34

rassokhina-e commented 3 months ago

my test cases:

1.

Image

2.

Image

Image

rassokhina-e commented 3 months ago

I guess I need the original folder to fix this problem OR if you have the folder with these recs please share it with me @koonchaya

grindarius commented 3 months ago

Released in v1.2.2 🚀

koonchaya commented 3 months ago

Image