Error when Stopping Shiny

..I continue to get an error when stopping Shiny. I have searched for and tried all of the fixes posted on the web. When I click Stop, I see the following:
Listening on http://1237.0.0.1:6158
Called from: Sys.sleep(0.001)

Thanks.

This is a strange one! Can you try this with a fresh/new R session, using the "demo" Shiny app that you get when navigating to File -> New -> Shiny Web App in the RStudio IDE? It might be worth clearing your environment, too. The little "broom" icon in the Environment pane can help you do that. If you have a spurious function defined, that could cause problems.

It's hard for us to help without a bit more clarifying information / examples :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.