Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsAPIurl problem #3

Open
pdemaziere opened this issue Apr 27, 2018 · 0 comments
Open

lsAPIurl problem #3

pdemaziere opened this issue Apr 27, 2018 · 0 comments

Comments

@pdemaziere
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant