Resume icon indicating copy to clipboard operation
Resume copied to clipboard

getting php error on closing of download

Open heffthedev opened this issue 4 years ago • 0 comments

I'm using your class to resume an audio stream. When I close the stream, cancelling the running download, I get the following error: PHP Fatal error: Uncaught TypeError: fclose() expects parameter 1 to be resource, int given in [....]vendor/daverandom/resume/src/FileResource.php:114 I'm running PHP 7.4.16. Did I implement your class wrong or is this something that shouldn't happen? Thanks for your amazing work on this!

heffthedev avatar Mar 31 '21 22:03 heffthedev