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

HTML notifications don't seem to work with waitress #134

Open
matt-sd-watson opened this issue Feb 17, 2023 · 0 comments
Open

HTML notifications don't seem to work with waitress #134

matt-sd-watson opened this issue Feb 17, 2023 · 0 comments

Comments

@matt-sd-watson
Copy link

I am using Waitress in my Shiny app with the following start code:

new_waitress <- Waitress$new(theme = "overlay-percent", infinite = TRUE)
new_waitress$start(h3("Generating panel"))

So I would expect to see 'generaing panel' in my waitress progress bar.

However, when the app is running, the following screen is shown and doesn't change until I call new_waitress$close(), so it is basically frozen on 1% progress:

Screenshot from 2023-02-17 10-45-35

Just curious if I am calling any functions or variables incorrectly here.

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

1 participant