-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Error
I've installed the Docker container, verified that I can ping it, and have downloaded a local climate file (as in the rpecanapi vignette). I wanted to test running out a workflow. When I run the following:
res <- submit.workflow(
server,
model_id = '1000000014',
site_id = '772',
pfts = c("temperate.coniferous"),
start_date = "2000-01-01",
end_date = "2002-12-31",
inputs = list(
met = list(id = "5000000006")
)
)
NOTE: the met = list(id = "5000000006") is different from the instructions, but was verified with
res3 <- search.inputs(server, model_id="1000000022", site_id="772")
The message I get is the following:
Error in submit.workflow(server, model_id = "1000000014", site_id = "772", :
Internal server error:
500 - Internal server error
Error: $ operator is invalid for atomic vectors
Expected behavior
Submitting an xml or json file was not successful either
Machine (please complete the following information):
- Server [Docker]
- OS: [e.g.Mac Ventura 13.5.2, Apple M2]
If this is related to my docker installation / setup, I can also probe deeper into that as well.