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

Plugin not working Error: Config Not Found. #512

Open
1 of 2 tasks
Slender4fun opened this issue Sep 23, 2024 · 0 comments
Open
1 of 2 tasks

Plugin not working Error: Config Not Found. #512

Slender4fun opened this issue Sep 23, 2024 · 0 comments

Comments

@Slender4fun
Copy link

Do you read the FAQ?

Describe the bug
the plugin can not handle äöü as folder names.
Whenever the plugin tries to auto upload ("uploadOnSave": true) then the console throws an error: [09-23 17:07:52] [error] Error: Config Not Found. (file:///Users/XYZ/Library/CloudStorage/OneDrive-Persönlich/jada/jada/index.html)

the comand: sync loval -> remote or any other variant works. Just the automation does not function with the ö in the path

To Reproduce
Steps to reproduce the behavior:

  1. use plugin anywhere functioning.
  2. change folder name to something with ä

Expected behavior
it should handle standard utf-8

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Mac ventura 13.6.7
  • cursor 0.41.2 & vscode 1.93.1
  • Extension Version 1.16.3

Extension Logs from Startup - required
[09-23 17:21:55] [debug] register command "Cancel All Transfer" from "./commandCancelAllTransfer.ts"
[09-23 17:21:55] [debug] register command "Config" from "./commandConfig.ts"
[09-23 17:21:55] [debug] register command "List Active Folder" from "./commandListActiveFolder.ts"
[09-23 17:21:55] [debug] register command "Open Ssh Connection" from "./commandOpenSshConnection.ts"
[09-23 17:21:55] [debug] register command "Set Profile" from "./commandSetProfile.ts"
[09-23 17:21:55] [debug] register command "Toggle Output Panel" from "./commandToggleOutputPanel.ts"
[09-23 17:21:55] [debug] register command "Upload Changed Files" from "./commandUploadChangedFiles.ts"
[09-23 17:21:55] [debug] register command "Create File" from "./fileCommandCreateFile.ts"
[09-23 17:21:55] [debug] register command "Create Folder" from "./fileCommandCreateFolder.ts"
[09-23 17:21:55] [debug] register command "Delete Remote" from "./fileCommandDeleteRemote.ts"
[09-23 17:21:55] [debug] register command "Diff" from "./fileCommandDiff.ts"
[09-23 17:21:55] [debug] register command "Diff Active File" from "./fileCommandDiffActiveFile.ts"
[09-23 17:21:55] [debug] register command "Download" from "./fileCommandDownload.ts"
[09-23 17:21:55] [debug] register command "Download Active File" from "./fileCommandDownloadActiveFile.ts"
[09-23 17:21:55] [debug] register command "Download Active Folder" from "./fileCommandDownloadActiveFolder.ts"
[09-23 17:21:55] [debug] register command "Download File" from "./fileCommandDownloadFile.ts"
[09-23 17:21:55] [debug] register command "Download Folder" from "./fileCommandDownloadFolder.ts"
[09-23 17:21:55] [debug] register command "Download Force" from "./fileCommandDownloadForce.ts"
[09-23 17:21:55] [debug] register command "Download Project" from "./fileCommandDownloadProject.ts"
[09-23 17:21:55] [debug] register command "Edit In Local" from "./fileCommandEditInLocal.ts"
[09-23 17:21:55] [debug] register command "List" from "./fileCommandList.ts"
[09-23 17:21:55] [debug] register command "List All" from "./fileCommandListAll.ts"
[09-23 17:21:55] [debug] register command "Reveal In Explorer" from "./fileCommandRevealInExplorer.ts"
[09-23 17:21:55] [debug] register command "Reveal In Remote Explorer" from "./fileCommandRevealInRemoteExplorer.ts"
[09-23 17:21:55] [debug] register command "Sync Both Directions" from "./fileCommandSyncBothDirections.ts"
[09-23 17:21:55] [debug] register command "Sync Local To Remote" from "./fileCommandSyncLocalToRemote.ts"
[09-23 17:21:55] [debug] register command "Sync Remote To Local" from "./fileCommandSyncRemoteToLocal.ts"
[09-23 17:21:55] [debug] register command "Upload" from "./fileCommandUpload.ts"
[09-23 17:21:55] [debug] register command "Upload Active File" from "./fileCommandUploadActiveFile.ts"
[09-23 17:21:55] [debug] register command "Upload Active Folder" from "./fileCommandUploadActiveFolder.ts"
[09-23 17:21:55] [debug] register command "Upload File" from "./fileCommandUploadFile.ts"
[09-23 17:21:55] [debug] register command "Upload Folder" from "./fileCommandUploadFolder.ts"
[09-23 17:21:55] [debug] register command "Upload Force" from "./fileCommandUploadForce.ts"
[09-23 17:21:55] [debug] register command "Upload Project" from "./fileCommandUploadProject.ts"
[09-23 17:21:55] [debug] register command "Upload Active File To All Profiles" from "./fileMultiCommandUploadActiveFileToAllProfiles.ts"
[09-23 17:21:55] [debug] register command "Upload Active Folder To All Profiles" from "./fileMultiCommandUploadActiveFolderToAllProfiles.ts"
[09-23 17:21:55] [debug] register command "Upload File To All Profiles" from "./fileMultiCommandUploadFileToAllProfiles.ts"
[09-23 17:21:55] [debug] register command "Upload Folder To All Profiles" from "./fileMultiCommandUploadFolderToAllProfiles.ts"
[09-23 17:21:55] [debug] register command "Upload Force To All Profiles" from "./fileMultiCommandUploadForceToAllProfiles.ts"
[09-23 17:21:55] [debug] register command "Upload Project To All Profiles" from "./fileMultiCommandUploadProjectToAllProfiles.ts"
[09-23 17:21:55] [debug] register command "Upload To All Profiles" from "./fileMultiCommandUploadToAllProfiles.ts"
[09-23 17:21:55] [info] config at ........
[09-23 17:22:20] [info] [file-save] /Users/asd/Library/CloudStorage/OneDrive-Persönlich/asd/asd/index.html
[09-23 17:22:20] [error] Error: Config Not Found. (file:///Users/asd/Library/CloudStorage/OneDrive-Persönlich/asd/asd/index.html)
at l (/Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:296202)
at Object. (/Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:296960)
at Generator.next ()
at /Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:295920
at new Promise ()
at n (/Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:295665)
at Object. (/Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:296899)
at /Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:324013
at Generator.next ()
at s (/Users/asd/.cursor/extensions/natizyskunk.sftp-1.16.3/dist/extension.js:2:323056) download /Users/asd/Library/CloudStorage/OneDrive-Persönlich/Website/asd/index.html

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

No branches or pull requests

1 participant