Skip to content
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

Warning: fwrite(): SSL: Broken pipe #7

Open
JarJak opened this issue Feb 16, 2018 · 2 comments
Open

Warning: fwrite(): SSL: Broken pipe #7

JarJak opened this issue Feb 16, 2018 · 2 comments

Comments

@JarJak
Copy link

JarJak commented Feb 16, 2018

I am connecting to Google Drive API with Flysystem and trying to stream files directly to it.

I'm trying to use your code but I'm getting:

Warning: fwrite(): SSL: Broken pipe
in vendor/twistor/flysystem-stream-wrapper/src/FlysystemStreamWrapper.php at line 661

this line is:
https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/FlysystemStreamWrapper.php#L661

Any ideas how to fix this error?

@JarJak
Copy link
Author

JarJak commented Feb 16, 2018

After adding @ to fwrite I get:

Warning: fseek(): stream does not support seeking
in vendor/twistor/flysystem-stream-wrapper/src/FlysystemStreamWrapper.php at line 421

https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/FlysystemStreamWrapper.php#L421

@Lewiscowles1986
Copy link

What in your consuming code is trying to fseek? I think that is the problem to solve here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants