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

SocketException: Broken pipe #56

Open
leon-jakob-schneider opened this issue Apr 26, 2023 · 0 comments
Open

SocketException: Broken pipe #56

leon-jakob-schneider opened this issue Apr 26, 2023 · 0 comments

Comments

@leon-jakob-schneider
Copy link

leon-jakob-schneider commented Apr 26, 2023

On the latest version I get this exception on push and install:

Caused by: java.net.SocketException: Broken pipe
at okio.OutputStreamSink.write(JvmOkio.kt:56)
at okio.AsyncTimeout$sink$1.write(AsyncTimeout.kt:99)
at okio.RealBufferedSink.emitCompleteSegments(RealBufferedSink.kt:255)
at okio.RealBufferedSink.writeIntLe(RealBufferedSink.kt:230)
at dadb.AdbWriter.write(AdbWriter.kt:78)
at dadb.AdbWriter.writeOpen(AdbWriter.kt:52)
at dadb.AdbConnection.open(AdbConnection.kt:47)
at dadb.DadbImpl.open(DadbImpl.kt:31)
at dadb.Dadb$DefaultImpls.openShell(Dadb.kt:43)
at dadb.DadbImpl.openShell(DadbImpl.kt:23)
at dadb.Dadb$DefaultImpls.shell(Dadb.kt:36)
at dadb.DadbImpl.shell(DadbImpl.kt:23)

On 1.2.3 file upload is working, but the installation is hanging endlessly. It seems like #41 solved the broken pipe issue, but a later commit reverted it.

I would really appreciate some help!

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

1 participant