SublimeText2-FTPSync
SublimeText2-FTPSync copied to clipboard
Getting 11004 error on upload
I keep getting an 11004 socket error on upload. It was working fine on friday, but this morning it seems to not be working. The error I get is:
FTPSync [default] > Connection failed - [Exception: [Erno 11004] getaddrinfo failed]
I've tried restarting my computer, restarting sublime, reinstalling ftpsync, scanning my system via command prompt as administrator, and multiple rewrites of my ftpsync.settings files. It gives the error even if I get delete the ftpsync.settings file entirely. I didn't change anything until today trying to fix it, so I'm not sure how this issue started.
EDIT:
I just reinstalled Sublime Text 2, it seemed to work for a quick moment and then stopped again. I installed Sublime Text 3 to see if that would help, and it still will not work. So I'm getting the same error for Sublime Text 2 and 3
I am having this same problem on Sublime Text 3
Hi, what OS do you have (either of you)? Do you use a proxy or do you have http_proxy environment variable defined?
I am using Windows currently (unfortunately), using no proxy and no http_proxy environment variable.
And just like @brianbrennan ftpsync was working fine at the end of last week (I installed it in the morning and used it all day), but when I went to use it after opening sublime this morning, it would not work unless I manually choose upload from the ftpsync context menu (so this problem appears to be on upload_on_save).
I do have an upload delay of 1 second to allow for a quick sass compile, but it doesn't change anything if I turn this off.
I wonder if the upload_on_save is somehow using the project_defaults values from the default FTPSync.sublime-settings file, while the manual save uses the correct values? I am noticing that the save_on_default doesn't appear to be activating for all files as it should either (it appears to be only activating for my .scss file, though I haven't ignored any files
Oh, nevermind. somehow my sass subfolder got its own ftpsync.settings file (I must have accidentally hit set up ftpsync in this folder when technically in that folder and not noticed). Once I removed this, everything started working again, so there is no bug on my end. I wonder if @brianbrennan has a similar situation.