Pandora-IsoMemo / DSSM

Pandora & IsoMemo spatiotemporal modeling (DSSM)
https://pandora-isomemo.github.io/DSSM/
GNU General Public License v3.0
4 stars 1 forks source link

Urgent image exports no longer working #112

Closed isomemo closed 1 year ago

isomemo commented 1 year ago

@arunge image export no longer working (app crashes). Give priority to fix this.

arunge commented 1 year ago

@isomemo This seems to be a problem with the current docker image of the beta version: when testing the local docker installation I receive errors when trying to download a plot:

image

Running the app (main & beta) in R locally does not lead to any issues, all is working as expected.

Running the main version with docker only gives a warning when exporting a plot, but the app did not crash:

image

This has most likely to do with changes of the base-image because of the upgrade to R.4.2.2 last week. We are checking what is going on there. Thanks for you patience!

arunge commented 1 year ago

The issue should be solved now. I downgraded the R version in docker from 4.2.2 to R 4.2.1. Now, the export is working again and the gpt3 feature is also still working:

Feel free to test the export! I will check other open bugs on Thursday, thanks for your patience!

isomemo commented 1 year ago

@arunge as I understood, you have re-upgraded R, correct? I think that this is the best option.

arunge commented 1 year ago

Yes, we had R 4.1.2 before, we jumped to R 4.2.2. but I had to downgrade to R 4.2.1. So in essence we still have an upgrade from R 4.1.2 to R 4.2.1.

arunge commented 1 year ago

@isomemo As discussed, I am closing here since this issue is fixed. Feel free to open new issues in case of problems. Thanks!