Riverscapes / QRAVEPlugin

QGIS Plugin for viewing Riverscapes projects
0 stars 0 forks source link

UPLOADER: detecting file changes in Windows #120

Closed KellyMWhitehead closed 2 months ago

KellyMWhitehead commented 2 months ago

Uploader is detecting file changes. These may or may not be real due to project layers being loaded in QGIS map. The vbet.log and the raster file were not loaded when I was using the uploader.

RiverscapesViewer-Upload.log

Project Link

MattReimer commented 2 months ago

Ok. this is confirmed that the ETAG Calculator is failing on multi-part uploads. Need to get back to an etag calculator that works the same way the one on the API works.

MattReimer commented 2 months ago

Ok. I have fixed the issue with the MD5 calculation. This will need to be fixed in the node version of the CLI too btw but that's already tracked:

Also this uncovered another problem where opening files changes them. That is being tracked here (so we can close this issue).