PondiB / openeocubes

A lightweight R-based RESTful service to analyze Earth Observation data cubes in the cloud.
Apache License 2.0
30 stars 9 forks source link

Calls to `login` in client scripts specify unused argument `login_type` #3

Closed aoles closed 1 year ago

aoles commented 1 year ago

Hi, when running the sample scripts from examples I've experienced the following error:

Error in login(user = "user", password = "password", login_type = "basic") : 
  unused argument (login_type = "basic")

Removing the argument login_type from the call to login seems to resolve the issue.

Cheers, Andrzej

PondiB commented 1 year ago

Hi Andrzej,

Thanks for letting me know. You can do a pull request on it. I believe the OpenEO R client has been updated on CRAN.

aoles commented 1 year ago

Thanks Brain! Indeed, according to release notes login_type argument to login has been removed in openeo v1.2.0.

PondiB commented 1 year ago

Cool, I will also need to investigate the other issues as I mainly used openeo v1.0.0 specifications and extended the exploration earlier done by someone at Institute for Geoinformatics Münster. There were no issues encountered when using R-client 1.1.0