Limesurvey 2 Shiny

87 views
Skip to first unread message

Nico Steckhan

unread,
May 19, 2016, 1:26:11 PM5/19/16
to Shiny - Web Framework for R
Hi,

I am trying to build a shinyapp (via https://www.shinyapps.io) that functions as data monitor for my limesurveys...
Basically I am using the json/RPC interface inside limesurvey for enabling data access.

Using my app.R inside RStudio is working great, but I run into problems when I deploy the app to shinyapps.io.
After loading I get a Disconnected from the server. message

I already tried the  limeR package (https://github.com/andrewheiss/limer)
which uses
#### Access LimeSurvey RemoteControl API with R from https://gist.github.com/andrewheiss/fe64718c41991b1620f5
library(httr)
library(jsonlite)
library(base64enc)

access routines via
library("rjson")
library(RCurl)


somehow the session_key is not available from inside shinyapps.io

Who can help ?



The log says:

Error in curl::curl_fetch_memory: SSL peer certificate or SSH remote key was not OK
Reply all
Reply to author
Forward
0 new messages