dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

Cant open Recent Projects

Open ItzDabbzz opened this issue 1 year ago • 5 comments

Describe the bug A clear and concise description of what the bug is.

 Error 5:26:03 PM msg_show.lua_error E5108: Error executing lua: vim/_editor.lua:431: nvim_exec2(): Vim:Error executing Lua callback: ...a/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:10: 'find_files' extension doesn't exist or isn't installed: module 'telescope._extensions.find_files' not found: no field package.preload['telescope._extensions.find_files'] cache_loader: module telescope._extensions.find_files not found cache_loader_lib: module telescope._extensions.find_files not found no file '.\telescope\_extensions\find_files.lua' no file 'C:\Tools\neovim\nvim-win64\bin\lua\telescope\_extensions\find_files.lua' no file 'C:\Tools\neovim\nvim-win64\bin\lua\telescope\_extensions\find_files\init.lua' no file 'C:\Dev\Lua\5.1\lua\telescope\_extensions\find_files.luac' no file '.\telescope\_extensions\find_files.dll' no file 'C:\Tools\neovim\nvim-win64\bin\telescope\_extensions\find_files.dll' no file 'C:\Tools\neovim\nvim-win64\bin\loadall.dll' no file '.\telescope.dll' no file 'C:\Tools\neovim\nvim-win64\bin\telescope.dll' no file 'C:\Tools\neovim\nvim-win64\bin\loadall.dll' stack traceback: [C]: in function 'error' ...a/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:10: in function 'load_extension' ...a/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:17: in function '__index' .../nvim-data/lazy/telescope.nvim/lua/telescope/command.lua:183: in function 'run_command' .../nvim-data/lazy/telescope.nvim/lua/telescope/command.lua:259: in function 'load_command' ...Local/nvim-data/lazy/telescope.nvim/plugin/telescope.lua:108: in function <...Local/nvim-data/lazy/telescope.nvim/plugin/telescope.lua:107> [C]: in function 'nvim_exec2' vim/_editor.lua:431: in function 'cmd' ...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:305: in function <...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:282> stack traceback: [C]: in function 'nvim_exec2' vim/_editor.lua:431: in function 'cmd' ...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:305: in function <...m-data/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:282>

To Reproduce Steps to reproduce the behavior:

  1. Go to Dashboard
  2. Click on A Recent Project
  3. See error

Expected behavior A clear and concise description of what you expected to happen. Using nvim 10.0, latest branch of all plugins as well.

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

ItzDabbzz avatar May 16 '24 22:05 ItzDabbzz

Does putting Telescope as a dependency for Dashboard resolve the issue?

gary-dev-aus avatar Jun 11 '24 23:06 gary-dev-aus

Noticed the same behavior on my machine, but it only effects some projects. I think it has to do with there being a space in the path. (Noticed that the original poster had one in theirs as well.)

I added Telescope as a dependency and it didn't change anything.

franck-noahk avatar Sep 24 '24 19:09 franck-noahk

Noticed the same behavior on my machine, but it only effects some projects. I think it has to do with there being a space in the path. (Noticed that the original poster had one in theirs as well.)

I added Telescope as a dependency and it didn't change anything.

I have the very same problem opening projects whenever there's a space in the path name.

dc-jbw avatar Nov 04 '24 21:11 dc-jbw

It seems to genuinely hate spaces and brackets, I work a lot in fivem server development, and most of our folders have spaces and brackets and it refuses to like it.

mstsc_Zxv8CAaTxG

ItzDabbzz avatar Nov 07 '24 19:11 ItzDabbzz

You might want to update your plugins, @ItzDabbzz, because it seems to have stopped dying on me. Maybe I just haven't been working with paths with spaces recently, but I've appreciated the "peace and quiet" for a change :)

JohnWilliston avatar Nov 07 '24 20:11 JohnWilliston