UP-macroecology / ODMAP

7 stars 2 forks source link

Error uploading .csv from rangeModelMetaData #10

Open hannahlowens opened 2 months ago

hannahlowens commented 2 months ago

Hi! I'm trying to use a rangeModelMetadata-generated .csv to help fill out an ODMAP protocol. However, when I click "Copy to Input Form" the screen grays out and there is an error message that says "Disconnected from server" and hyperlink saying "Reload". When I click "Reload" it takes me back to the beginning of the form. This happens whether I choose yes or no to the question "Overwrite non-empty fields with uploaded values?".

Screenshot 2024-07-18 at 3 05 12 PM

I am running Mac OS Sonoma 14.5.

I have attached the .csv to see if you can reproduce the problem. CycadMetadata.csv

JetteReeg commented 2 months ago

Hi,

thanks for pointing us to that issue. The reason was that R was expecting a different format when importing the extent values. I have solved this issue now and uploaded the bugfix. However, until the bugfix is available on the website it might take a few more days. Until then you can download the git repository and start the app manually/locally on your laptop by opening the server.R or ui.R file and click on 'Run App' within RStudio. I will let you know as soon as the website is up to date.

hannahlowens commented 2 months ago

That worked great! Thanks!