[R] Shiny error: connection reset by peer

Rmh rmh at temple.edu
Wed Sep 11 16:15:37 CEST 2013


shiny uses browser features that internet explorer doesn't have.

use either firefox or chrome.
enter
http://localhost:8100

to quit shiny, enter the escspe key in the R gui

Sent from my iPhone

On Sep 11, 2013, at 9:59, Dimitri Liakhovitski <dimitri.liakhovitski at gmail.com> wrote:

> Hello!
> 
> I am learning Shiny via tutorial (
> http://rstudio.github.io/shiny/tutorial/#hello-shiny)
> 
> I am trying to recreate the first 2 lines:
> 
> library(shiny)
> runExample("01_hello")
> 
> 
> An IE window opens - it has the slider but does not have the histogram.
> And my R is stuck. I am seeing the following at the prompt:
> 
> Listening on port 8100
> ERROR: [uv_write] connection reset by peer
> ERROR: [on_request_read] connection reset by peer
> ERROR: [on_request_read] connection reset by peer
> ERROR: [on_request_read] connection reset by peer
> ERROR: [on_request_read] connection reset by peer
> 
> 
> In order to stop it I have to hit Escape. The same thing happens in R gui
> and in R studio.
> Any advice on what settings I should ask our IT to change in order for it
> to work?
> 
> Thank you very much!
> 
> -- 
> Dimitri Liakhovitski
> 
>   [[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list