-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error: Cannot find progress bar (req_perform_parallel) #594
Comments
Hmmm |
I also have no idea. And here is some more weirdness. I just noticed that it does not happen every time! If I hit Esc too fast, it does not seem to reuse the id??? Screencast_20241211_183723.webm |
@gaborcsardi any idea what's going on here? The progress bar is created in a helper function: Lines 242 to 284 in e972770
Maybe something is going wrong with how I set |
I am not sure, but my guess is that the progress bar's env is already removed, but the curl multi-handle is still alive and you get a final |
Ooooh I bet that's it. |
I think we can fix this by using a separate pool for each |
I think you can also |
When I run a
req_perform_parallel
with a progress bar and abort the operation, every new call toreq_perform_parallel
will error until the R session is restarted. Here is a minimal example:This does not apply to
req_perform_sequential
.The text was updated successfully, but these errors were encountered: