-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi,
Can anyone help, as something has changed I guess in the LimeRick code. I'm still running the code I used to do, but now I always get the same error. When I run e.g.
questionList <- lsList(action = "questions", surveyID = surveyID, lsAPIurl = getOption("lsAPIurl"), sessionKey = key)
I always got this error:
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to odgar.pl port 80: Connection refused Request failed [ERROR]. Retrying in 1 seconds...
The call
key <- lsSessionKey(action = "set", lsAPIurl = getOption("lsAPIurl"), user = getOption("lsUser"), pass = getOption("lsPass"), verbose = TRUE, sessionType = "global")
does work as it should and returns indeed a key.
Is is possible that he always uses the default values instead of trying first the given ones.
Many thanks for any help/corrections
Patrick