hesselbom / vim-hsftp

Vim: Upload and download files through sftp
38 stars 16 forks source link

Error detected while processing function H_UploadFile..H_GetConf: #6

Open yasharma opened 8 years ago

yasharma commented 8 years ago

Error detected while processing function H_UploadFile..H_GetConf: line 33: E713: Cannot use empty key for Dictionary Error detected while processing function H_UploadFile: line 5: E716: Key not present in Dictionary: port E116: Invalid arguments for function printf('expect -c "set timeout 5; spawn sftp -P %s %s@%s; expect \"_assword:\"; send %s\r; expect \"sftp>\"; send \"%s\r\"; expect -re \"100%\"; send \"exit\r\";"', conf['port'], conf['user'], conf['host'], conf['pass'], action) E15: Invalid expression: printf('expect -c "set timeout 5; spawn sftp -P %s %s@%s; expect \"_assword:\"; send %s\r; expect \"sftp>\"; send \"%s\r \"; expect -re \"100%\"; send \"exit\r\";"', conf['port'], conf['user'], conf['host'], conf['pass'], action) line 15: E121: Undefined variable: cmd E15: Invalid expression: '!' . cmd

when i am trying to upload the file using hsu, i am getting that error

bridgesense commented 8 years ago

Sounds like there was an issue with parsing your config file.

hozza commented 5 years ago

Could be a an issue with your vim setup not running the plugin correctly, was this ever resolved? (if not please provide your vim version and setup specifics!)