Skip to content

lsAPIurl problem #3

@pdemaziere

Description

@pdemaziere

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions