Getting this error *UNEXPECTED_ERROR*6/22/2020 16:...
# suitescript
g
Getting this error *UNEXPECTED_ERROR*6/22/2020 165554.059 {"type":"error.SuiteScriptError","name":"UNEXPECTED_ERROR","message":null,"stack":["createConnection(N/sftp.js)","upload_to_sftp(ShippingConfirmation.js$228914$debugger.user:128)","execute(ShippingConfirmation.js$228914$debugger.user:123)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:27)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:19)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:35)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:1)"],"cause":{"type":"internal error","code":"UNEXPECTED_ERROR","details":null,"userEvent":null,"stackTrace":["createConnection(N/sftp.js)","upload_to_sftp(ShippingConfirmation.js$228914$debugger.user:128)","execute(ShippingConfirmation.js$228914$debugger.user:123)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:27)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:19)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:35)","<anonymous>(ShippingConfirmation.js$228914$debugger.wrap:1)"],"notifyOff":false},"id":"9873a468-5a1d-40c2-9cbc-3ee81f8afd3b-2d323032302e30362e3232","notifyOff":false,"userFacing":false}
Copy code
from this piece of code: 
var connection = sftp.createConnection({
        username: 'computer1',
        passwordGuid: 'myGUID',
        url: 'my IP',
        hostKey: 'myhostkey'
    });
Anyone have a minute to loook at give me a suggestion as where to start