Skip to content
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

No handler found for the command: 'extension.ftpsyncdownload' #1

Closed
grvpanchal opened this issue Nov 23, 2015 · 11 comments
Closed

No handler found for the command: 'extension.ftpsyncdownload' #1

grvpanchal opened this issue Nov 23, 2015 · 11 comments
Assignees
Labels

Comments

@grvpanchal
Copy link

I am trying to download but I get this error. Please help!

@lukasz-wronski lukasz-wronski self-assigned this Nov 23, 2015
@lukasz-wronski
Copy link
Owner

Hi @grvpanchal! Thanks for reporting an issue. I've checked it. Technically the problem is that not all commands activates the plugin if there is no configuration file. To run the plugin properly configuration file is needed.

Solution for you is to run command: Ftp-sync: Init first, then use download command.
This command will generate configuration file for you - fill it with FTP connection details.

If it will help, then I will try to add information messages instead of this nasty error.

@nasal
Copy link

nasal commented Nov 23, 2015

Hi there, I get the same error even though I have the (configured) ftp-sync.json file inside .vscode.
Running VS Code 0.10.1 on Windows 10 (1511).

@lukasz-wronski
Copy link
Owner

@nasal - are you sure your opened folder is the one that directly contains .vscode folder with ftp-sync.json in it?

@nasal
Copy link

nasal commented Nov 23, 2015

@lukasz-wronski: yes, check the screenshot below.

screen

@lukasz-wronski
Copy link
Owner

Ok. Thanks, I'll check this out.

@lukasz-wronski
Copy link
Owner

@grvpanchal
@nasal

Can you check now? I've published fix.

The problem was that package used in download command was not added to my package.json file (installation without --save option), so it was working fine on debug but was not attached to extension content when published.

@grvpanchal
Copy link
Author

I had same problem as @nasal screenshot. Do I have to reinstall to get the fix?

@grvpanchal
Copy link
Author

Its working now!! Great Extension, Thanks!!

@lukasz-wronski
Copy link
Owner

Thanks for confirmation. Let me know if you'd find any other problems.

@grvpanchal
Copy link
Author

Currently, I was downloading my project and internet got disconnected while downloading. So when I reconnected, I had to begin the downloading from the start. Can you do an auto reconnect from the point where the downloading stopped?

@lukasz-wronski
Copy link
Owner

I will think of it and add possible solution to a roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants