-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ErrorException: rewind(): stream does not support seeking. Cannot download zip file #2017
Comments
Okay fixed it by downgrading "league/flysystem-aws-s3-v3" to 1.0.25. 1.0.26 broke something I shall file my issue there. |
Even 1.0.28 gives this error. I confirm downgrading to 1.0.25 works. |
Reopening this issue, Frank replied https://github.com/thephpleague/flysystem-aws-s3-v3/issues/212 |
probable upcoming fix from laravel itself: |
Closing this as this bug doesn't originated in this package. |
Since Aug 19, 2020 3:46:54 AM UTC (At least from what I know. So it may be even earlier)
ErrorException: rewind(): stream does not support seeking
My apps have been getting this error when trying to return a MediaStream (that is a zip file download containing multiple files)
Downloading of individual file still work.
The text was updated successfully, but these errors were encountered: