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
Create "SFTP" configuration (using menu item) - fill in request fields (tested to work via WinSCP). This is connecting to a SFTP server in a Docker container, using Ubuntu.
Click on "connect" in side panel with options of "connect", "edit configuration", and "close panel".
I get the following stack trace.
I repeated the above, and this time got "unsupported package type 0". Seems to altinate between "handle is not a buffer" and "unsupported package type 0".
Atom Version: 1.4.1 System: Microsoft Windows 7 Enterprise Thrown From: remote-sync package, v3.5.0
Stack Trace
Uncaught Error: handle is not a Buffer
At C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\SFTP\SFTPv3.js:602
Error: handle is not a Buffer
at SFTP.readdir (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\SFTP\SFTPv3.js:602:11)
at ConnectorSFTP.module.exports.ConnectorSFTP.list (C:\Users\akent\.atom\packages\Remote-FTP\lib\connectors\sftp.js:154:15)
at Client.<anonymous> (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:362:20)
at Client.module.exports.Client._next (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:313:21)
at Client.module.exports.Client._enqueue (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:324:9)
at Client.<anonymous> (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:361:9)
at Client.module.exports.Client.onceConnected (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:128:14)
at Client.module.exports.Client.list (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:360:8)
at Directory.module.exports.Directory.open (C:\Users\akent\.atom\packages\Remote-FTP\lib\directory.js:99:10)
at ConnectorSFTP.<anonymous> (C:\Users\akent\.atom\packages\Remote-FTP\lib\client.js:239:15)
at C:\Users\akent\.atom\packages\Remote-FTP\lib\connectors\sftp.js:56:16
at SFTP.<anonymous> (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\Connection.js:836:9)
at SFTP.g (events.js:260:16)
at emitNone (events.js:67:13)
at SFTP.emit (events.js:166:7)
at SFTP._parse (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\SFTP\SFTPv3.js:955:16)
at ChannelStream.<anonymous> (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\SFTP\SFTPv3.js:49:12)
at emitOne (events.js:77:13)
at ChannelStream.emit (events.js:169:7)
at ChannelStream.emit (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\Channel.js:640:12)
at Parser.<anonymous> (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\Channel.js:95:20)
at emitOne (events.js:77:13)
at Parser.emit (events.js:169:7)
at Parser.parsePacket (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\Parser.js:607:12)
at Parser.execute (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\Parser.js:249:14)
at Socket.<anonymous> (C:\Users\akent\.atom\packages\remote-sync\node_modules\ssh2\lib\Connection.js:523:18)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at TCP.onread (net.js:523:20)
[Enter steps to reproduce below:]
Atom Version: 1.4.1
System: Microsoft Windows 7 Enterprise
Thrown From: remote-sync package, v3.5.0
Stack Trace
Uncaught Error: handle is not a Buffer
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: