-
Notifications
You must be signed in to change notification settings - Fork 126
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
Analysing dataError: premature close #436
Comments
Unfortunately, this is a known issue in the end-of-stream library, while it wasn't fixed yet I suggest:
and collect more data before closing the process. |
I encountered the same problem on clinic v11.1.2 and bubbleprof v8.0.1. cleaning the directory does not work. I have patched end-of-stream with mafintosh/end-of-stream#13 and the premature close error is fixed. but when I load generated HTML, It is stuck in the loading state. |
@eyousefifar I've got the same problem here. I thought it was taking too long because of my computer, but it looks like it hangs no matter what... |
Same here 😢 Can't use bubbleprof. Cleaning as suggested. Running autocannon for 5 minutes, no matter what. |
Same problem here with
|
My script had a lot of promises that were not I was able to fix it by collecting all my promises in an array, and then running I'm not sure how this solution would apply to non-script cases like a webserver, but hopefully it helps some of you. |
I have a problem rendering the results in a big proyect. I'm using node version
16.15.1
Comand run:
Error:
Any idea if there is an alternative solution for this problem?
Thanks
The text was updated successfully, but these errors were encountered: