bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

Calling activityinfo:::getResource() fails with error #52

Closed akbertram closed 1 year ago

akbertram commented 1 year ago

For example:

activityinfo::getResource("reports")

Results in the error:

Error in sys.call(which = -4) : not that many frames on the stack
6. sys.call(which = -4) at rest.R#47
5. structure(list(message = message, call = call), class = c(http_class, type, "condition"))
4. http_condition(result, type = type, task = task, call = call) at rest.R#47
3. activityInfoAPICondition(result, task = task) at rest.R#75
2. checkForError(result, task = task, requireStatus = requireStatus) at rest.R#105
1. activityinfo:::getResource("reports")