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

PSA: Beware httpuv 1.6.10 #3822

Closed
jcheng5 opened this issue May 12, 2023 · 0 comments
Closed

PSA: Beware httpuv 1.6.10 #3822

jcheng5 opened this issue May 12, 2023 · 0 comments

Comments

@jcheng5
Copy link
Member

jcheng5 commented May 12, 2023

(This issue is just a PSA, we can close it in a few days)

If you hit any of the following issues, starting from earlier this week to now:

  1. On closing a Shiny app, RStudio session crashes
  2. On closing a Shiny app, R exits with the message "uv__finish_close: Assertion `handle->flags & UV_HANDLE_CLOSING' failed"
  3. On loading a deployed app, Shiny apps frequently load without CSS styles and fail to start showing outputs; the browser console reveals tons of failed requests

It is likely because of a crashing bug in httpuv 1.6.10. Please upgrade to httpuv 1.6.11!

If you're on Windows or Mac, and install.packages("httpuv") gives you 1.6.10, please try install.packages("httpuv", type="source") (requires Windows users to have RTools installed, and Mac users to have build tools installed). Or wait a couple of days for the CRAN binaries to be updated, and try again.

Sorry for the inconvenience!

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

2 participants