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
I am trying to disconnect the last connection when starting a new one, but it still came out error:
SshPlugin.java:600
java.lang.NullPointerException: Attempt to read from field 'com.jcraft.jsch.ChannelSftp sq.flutter.ssh.SshPlugin$SSHClient._sftpSession' on a null object reference
I want to make sure I disconnect the last connection when I am starting a new one. How do I do it?
The text was updated successfully, but these errors were encountered:
I am trying to disconnect the last connection when starting a new one, but it still came out error:
SshPlugin.java:600
java.lang.NullPointerException: Attempt to read from field 'com.jcraft.jsch.ChannelSftp sq.flutter.ssh.SshPlugin$SSHClient._sftpSession' on a null object reference
I want to make sure I disconnect the last connection when I am starting a new one. How do I do it?
The text was updated successfully, but these errors were encountered: