You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically the problem occurs when ob_end_clean() is called while ob_get_length() is zero. By checking for a length > 0, we avoid the aforementioned error. When I tested this fix I stopped seeing the error and was able to resume debugging my own application (I was actually supposed to see a whoops page for something different.
Hello, occasionally I experience this error when I should not be seeing any whoops-related pages.
Uncaught Whoops\Exception\ErrorException: ob_end_clean(): failed to discard buffer of zlib output compression (1)
I've identified the issue is caused by
Run.php
line 396:I am also submitting a PR with a very simple fix
The text was updated successfully, but these errors were encountered: