You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to download a file it stays at 0% for some time, then a toast appears with an error along the lines of:
error downloading file: java.lang.nullpointerException: unable to acquire connection
or something about illegal argument exception, depending on which file I select (both in the same directory).
The linked log is produced by running logcat via adb, starting just before tapping on a file to start downloading it. I repeated it several times to trigger both exceptions.
The text was updated successfully, but these errors were encountered:
Great to hear from you and thanks for looking into this!
In that case there is also something wrong with the connection. Both devices were in the same subnet and should connect locally (the original Syncthing app does).
I lost my phone in the meantime and my old device is way too weak for syncthing, so until I have a replacement I can't test this anymore.
When I try to download a file it stays at 0% for some time, then a toast appears with an error along the lines of:
error downloading file: java.lang.nullpointerException: unable to acquire connection
or something about illegal argument exception, depending on which file I select (both in the same directory).
The linked log is produced by running logcat via adb, starting just before tapping on a file to start downloading it. I repeated it several times to trigger both exceptions.
The text was updated successfully, but these errors were encountered: