Sublime text has all of a sudden started throwing a strange error for me whenever I try to sync Remote > Local with the SFTP package.
I hope someone here can help.
Here are my logs:
Traceback (most recent call last):
File “./sftp/threads.py”, line 16, in run_with_except_hook
File “./sftp/threads.py”, line 119, in handler
File “./sftp/commands.py”, line 355, in run
File “./sftp/commands.py”, line 510, in do_operation
File “./sftp/file_transfer.py”, line 47, in handler
File “./sftp/file_transfer.py”, line 502, in listr
File “./sftp/file_transfer.py”, line 47, in handler
File “./sftp/file_transfer.py”, line 465, in list
File “./sftp/ftp_transport.py”, line 662, in ls
ConnectionError: Connection refused
I get a successful connection message at first before it throws the above error about 2 minutes later.
I’ve tried uninstalling and reinstalling SFTP but hasn’t fixed the problem.