Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Community Edition Version 6.2.5
Own server or LimeSurvey hosting: own
Survey theme/template: note relevant
==================
I am trying to use the package `limonaid` but I always get the same error.
``` r
library(limonaid)
options(lime_api = '
url.com/index.php/admin/remotecontrol
')
options(lime_username = 'user')
options(lime_password = 'password')
get_session_key()
#> Error: Argument 'txt' must be a JSON string, URL or file.
```
<sup>Created on 2023-10-17 with [reprex v2.0.2.9000](
reprex.tidyverse.org
)
My LimeSurvey "interface" options:
i.stack.imgur.com/9sDOX.png
It was working with limesurvey 2.xx but since the update to the 6.xx version, it is not working.
Thank you.