-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenEOClient$connect ignores host set by OpenEOClient$new #100
Milestone
Comments
flahn
added a commit
that referenced
this issue
Dec 2, 2021
Thanks for spotting this. The parameter |
Doesn't work for me yet, I'm getting: > library(openeo)
> x = OpenEOClient$new(host = "https://openeo.cloud")
> x$getHost()
[1] "https://openeo.cloud"
> x$connect()
Argument "url" fehlt (ohne Standardwert) I'm on R 4.0.2 |
flahn
added a commit
that referenced
this issue
Jan 14, 2022
flahn
added a commit
that referenced
this issue
Jan 14, 2022
Weird, after updating to the latest commit I get: > library(openeo)
> x = OpenEOClient$new(host = "https://openeo.cloud")
> x$getHost()
[1] "https://openeo.cloud"
> x$connect()
host must be a single element of type 'character' |
m-mohr
added a commit
that referenced
this issue
Jan 18, 2022
Fix for the issue above in PR #100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I just noticed that the
connect
method returns an error when I set the url vianew
. I tested with openeo 1.1.0Created on 2021-12-01 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: