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
Seen in the field with nova my android video player app reported on my sentry crashnalytics backend (no clue what triggers it). Here is the stacktrace collected:
java.lang.ClassCastException: jcifs.internal.smb1.com.SmbComBlankResponse cannot be cast to jcifs.internal.smb1.AndXServerMessageBlock
at jcifs.smb.SmbTransportImpl.setupResponses(SmbTransportImpl.java:1087)
at jcifs.smb.SmbTransportImpl.sendrecv(SmbTransportImpl.java:927)
at jcifs.smb.SmbTransportImpl.send(SmbTransportImpl.java:1578)
at jcifs.smb.SmbTransportImpl.send(SmbTransportImpl.java:1542)
at jcifs.smb.SmbSessionImpl.logoff(SmbSessionImpl.java:1195)
at jcifs.smb.SmbTransportImpl.getSmbSession(SmbTransportImpl.java:392)
at jcifs.smb.SmbTransportImpl.getSmbSession(SmbTransportImpl.java:106)
at jcifs.smb.SmbTreeConnection.connectHost(SmbTreeConnection.java:566)
at jcifs.smb.SmbTreeConnection.connectHost(SmbTreeConnection.java:489)
at jcifs.smb.SmbTreeConnection.connect(SmbTreeConnection.java:465)
at jcifs.smb.SmbTreeConnection.connectWrapException(SmbTreeConnection.java:426)
at jcifs.smb.SmbFile.ensureTreeConnected(SmbFile.java:559)
at jcifs.smb.SmbEnumerationUtil.doEnum(SmbEnumerationUtil.java:221)
at jcifs.smb.SmbEnumerationUtil.listFiles(SmbEnumerationUtil.java:279)
at jcifs.smb.SmbFile.listFiles(SmbFile.java:1287)
at com.archos.filecorelibrary.jcifs.JcifListingEngine$JcifListingThread.run(JcifListingEngine.java:113)
Seen in the field with nova my android video player app reported on my sentry crashnalytics backend (no clue what triggers it). Here is the stacktrace collected:
jcifs-ng master is used (2684489).
The text was updated successfully, but these errors were encountered: