-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ftp failed to work with .sock
file
#308
Comments
Full logs, please. |
Sorry, forgot to reload VSCode, here you are:
Please be aware that the folder /var/www/mywebsite.com is already present on remote server, wonder why the script is trying to create it. |
It can't create Please check your permission since you've confirmed that the folder |
Further informations:
Why the script assumes the folder does not exists? Is my server wrongly configured? |
Please try debug-pacakge. |
Installed debug-package, but the console log is the same:
The output seems the same, don't know I I should see something different. |
Please try debug-pacakge again. Remember to reload vscode after the installation. |
How can I ensure to have the correctly debug-package and configuration? Is there some log message stating the version used? I suppose to have all correctly configured, but the log is same to the ones posted above. |
@mattiagalati Please redownload the debug-pacakge and try again. |
Just installed the debug package v1.5.7, here are the logs:
Compared logs for same and previous version, which uploads files to another server, just after the
it proceed with STORE command and correctly uploads file. Tried another FTP upload extension (FTP-Sync) and works as expected. |
@mattiagalati This is not the debug package! Don not upgrade after install debug package. I've changed the debug version name. So It will not conflict with the normal one. Download the new debug-pacakge and Install it after uninstall |
Sorry, my fault. Don't know why my VSCode falled back into classical version instead of debug one.
|
Great! I've had some clues from the log. There are some errors occurring when parsing the response of |
Here you are.
|
So the problem is the |
The fix package resolve the problem. Please just keep in mind that the file you mentioned "wsgi.sock" does not show in remote explorer sidebar when I expand the root. |
.sock
file
Fixed in v1.5.8. |
@liximomo Unfortunately I faced the same issue. Steps to reproduce
Extension Logs
Specifications
Additional NotesI've fixed the coding style for about 200+ files and tried to sync the local changes to the remote host, but getting the mentioned above error. I suppose, that the fix should already be in the 1.12.2, but maybe that doesn't work for Linux. |
@liximomo i have same error only for one folder with 1.12.9 version
|
Expected Behavior
Upload file with no issues
Actual Behavior
File is not uploaded due to error in subject
Steps to Reproduce the Problem
Requisites (important to diagnose the problem!)
Extension Logs
Specifications
The text was updated successfully, but these errors were encountered: