syncthing-lite icon indicating copy to clipboard operation
syncthing-lite copied to clipboard

BlockPusher is broken/ file uploading does not work

Open l-jonas opened this issue 6 years ago • 5 comments

Problem: BlockPusher.DataSource closes the inputstream during the constructer with use but tries to read the blocks later from it

l-jonas avatar Nov 06 '18 14:11 l-jonas

I'm not sure if this is the same issue, but I'm unable to upload files too.

It either:

  • Crashes the app, restarting it, or
  • Get's stuck at 0%.

vext01 avatar Jun 11 '19 09:06 vext01

Here's the log:

java.io.IOException: Stream Closed
 at java.io.FileInputStream.read(FileInputStream.java:300)
 at android.os.ParcelFileDescriptor$AutoCloseInputStream.read(ParcelFileDescriptor.java:942)
 at org.a.a.b.b.a(IOUtils.java:2909)
 at org.a.a.b.b.b(IOUtils.java:3015)
 at org.a.a.b.b.a(IOUtils.java:3035)
 at net.syncthing.a.a.e$b.a(BlockPusher.kt:277)
 at net.syncthing.a.a.e$f$1.c_(BlockPusher.kt:92)
 at a.c.b.a.a.b(ContinuationImpl.kt:32)
 at kotlinx.coroutines.az$a.a(Dispatched.kt:235)
 at kotlinx.coroutines.aw.run(Dispatched.kt:81)
 at kotlinx.coroutines.c.i.run(Tasks.kt:94)
 at kotlinx.coroutines.c.a.a(CoroutineScheduler.kt:586)
 at kotlinx.coroutines.c.a.a(CoroutineScheduler.kt:60)
 at kotlinx.coroutines.c.a$b.run(CoroutineScheduler.kt:732)

Is this project still active?

vext01 avatar Jun 11 '19 10:06 vext01

@vext01

Is this project still active?

I am not satisfied with the communication with the Syncthing project and due to that I don't continue the development of Syncthing Lite.

l-jonas avatar Jun 11 '19 13:06 l-jonas

I see.

That's a real shame, as I think your project could be very useful.

Thanks for the reply, anyway.

vext01 avatar Jun 11 '19 13:06 vext01

@vext01

Is this project still active?

I am not satisfied with the communication with the Syncthing project and due to that I don't continue the development of Syncthing Lite.

I am sorry to hear that! But thank you for all your work!!

Pazuu avatar Jun 12 '19 14:06 Pazuu