Skip to content

unsure of error in submit.workflow function #23

Description

@jmzobitz

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

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions