Sublime Forum

Connection refused error in ST2

#1

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.

0 Likes

#2

If you send a debug log (https://wbond.net/sublime_packages/sftp/support#Generating_a_Debug_Log) to the support email, I can check and see why this is not being caught and reconnected properly.

0 Likes

#3

Thanks for the reply.

I’ve forwarded to support@wbond.net.

I’ve also tested with a clean install of Sublime 2 and 3.

0 Likes