Immanuel Martini
Immanuel Martini
@zhanghai Thank you for the quick response. I did more testing. The first exception seems to occur only when the MuPDF-library is involved. The other one occurs with all document...
I forgot to mention: Sporadically I get this `ArrayIndexOutOfBoundsException` and the SFTP is completely inaccessible. Then I have to restart MaterialFiles such that it restarts a connection to the server.
> What is the app version you are using? Is it from Play or F-Droid? F-Droid
I did retrace the stacktrace. I think it is a known issue: https://github.com/hierynomus/sshj/issues/532 The root cause could be the same as in #704.
I started looking into this issue again. I managed to reproduce it in android studio. The first exception actually happens in fetching the file attributes: `client.stat(path.remotePath)` in `Client.kt`. I tried...
Same issue here. It constantly blinks and it happens in any folder - no matter what kind of files are inside.
@kkovaletp no problem, I know I could have asked beforehand. It just makes more fun to provide a clean solution. I can still do a quick fix in the meantime.
@kkovaletp Thanks for your quick reply. So far I did not see anything else. I will try to create a PR.