wdlRunR icon indicating copy to clipboard operation
wdlRunR copied to clipboard

cromwellStats status?

Open vortexing opened this issue 5 years ago • 0 comments

FYI, currently cromwellStats() returns this magic:

> cromwellStats()
Error: 

Package wdlRunR version 0.5.2 in R version 3.5.2 (2018-12-20)

Looks like locally when I use the Swagger API interface, for my cromwell server, I get this as the error for the cromwell stats option:

{
  "status": "fail",
  "message": "The /stats endpoint is currently disabled."
}

But this error message didn't show up in R.

vortexing avatar Feb 06 '19 02:02 vortexing