Komodo Edit - Open Remote file error - unable to get path info

Hello there,

I just installed Komodo Edit - to learn some web Python. I’m trying to see if I can work on the the files on the remote app server. I added the server in the preferences and left the default path blank. I’m using FTP. This works fine in Filezilla. But when I try to open remote file - I get the javascript error "Cannot change directory: "

the error log says - the error repeats a bunch of times …
2020-02-23 14:21:49,935] [ERROR] koFTPConnection: Unable to get path info for: /

[2020-02-23 14:21:50,236] [ERROR] koFTPConnection: Unable to get path info for: /

[2020-02-23 14:21:50,486] [ERROR] koFTPConnection: Unable to get path info for: /

[2020-02-23 14:21:50,756] [ERROR] koFTPConnection: Unable to get path info for: /

[2020-02-23 14:21:51,064] [ERROR] koFTPConnection: Unable to get path info for: /

[2020-02-23 14:21:51,450] [ERROR] koFTPConnection: Unable to get path info for: /

I’m using this on a Mac ver 10.14.6

thanks much!

Morning @haranath,

Run the following in the JS console then reproduce the issue:
require("ko/logging").getLogger("koFTPConnection").setLevel(require("ko/logging").getLogger("koFTPConnection").DEBUG)

Please also provide a screenshot of your server configuration in your prefs.

  • Carey

Hello Carey, thanks much for the note, incidentally my mac rebooted yday night and said some updates installed. Not sure if that had to do anything - but this am, I was able to connect and open a remote file - no changes were required :slight_smile: . Thanks much again!

1 Like

That works for me!