ErikKusch / KrigR

An R Package for downloading, preprocessing, and statistical downscaling of the European Centre for Medium-range Weather Forecasts ReAnalysis 5 (ERA5) family provided by the European Centre for Medium‐Range Weather Forecasts (ECMWF).
MIT License
103 stars 24 forks source link

Problem with keyring password #56

Closed INDEINS closed 1 year ago

INDEINS commented 1 year ago

Hi Erick

I am tried to use the KrigR.

image

but the R show me for put a password

image

I put my password of https://cds.climate.copernicus.eu/user/ but is not work

Please, probably can you send anay recommendation

ErikKusch commented 1 year ago

Ah yes - this is a Mac Issue - please type the password you log onto your Mac with into that box. You can stop this popup by allowing keyring access for R (unfortunately, this only works when running in sequential order on downloads).

INDEINS commented 1 year ago

I am using a Rstudio-server mount in a linux server.

ErikKusch commented 1 year ago

Have you tried entering your user password? Linux or mac - the underlying infrastructure is often the same.

INDEINS commented 1 year ago

Yes I tried, recenctly with your response. But is not work jet.

download_ERA() is starting. Depending on your specifications, this can take a significant time. Your keyring is locked please unlock with your keyring password! Error: keyring error (file-based keyring), cannot unlock keyring: The supplied password does not work.

ErikKusch commented 1 year ago

As this is not a KrigR issue itself but rather a linux-issue, please try troubleshooting along these lines first: https://askubuntu.com/questions/867/how-can-i-stop-being-prompted-to-unlock-the-default-keyring-on-boot. It might also be useful to contact your server admin.

Please let me know if you find a solution.

Sorry I cannot give better help instructions on this.

ErikKusch commented 1 year ago

Hiya - I went digging a bit in some of my older applications of KrigR. In one particular linux-based HPC environment, I had to run export R_KEYRING_BACKEND="env" in the terminal outside of R or Studio to get downloads to work. Maybe try that?