Shinyproxy 1.1.1 on ubuntu 18.04, unresponsive error 500

Hi all,

A fresh install ubuntu 18.04, shinyproxy 1.1.1. run_01_hello() works fine with simple docker run … but with shinyproxy i have error 500 ?

Hi @pobsteta,

Thanks for your question. Did you follow the getting started guide? My first guess would be that it has to do with the Docker startup options (that allow ShinyProxy to establish a connection with Docker).

Hope this helps,
Tobias

I’ve follows the getting started section.
Yeah, that’s what I think too. If I start the docker manually, it says:

docker run docker.io/openanalytics/shinyproxy-demo

R version 3.4.4 (2018-03-15) – “Someone to Lean On”
Copyright © 2018 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

Type ‘q()’ to quit R.

shinyproxy::run_01_hello()
Loading required package: shiny

Listening on http://0.0.0.0:3838

What is 3838 listening for? If I telnet localhost 3838 it gives connection refused while it says it is listenning.

Is this possibly a firewall failing me. I’ve disabled firewalld and verfiied it’s not active.

I come from BSD’s, so linux firewall is new to me.

Any suggesitons welcome.

1 Like

What startup options do you use for Ubuntu 18? The getting started guide only shows up to Ubuntu 16?