-
Notifications
You must be signed in to change notification settings - Fork 63
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
Dbee ui toggle throws error #58
Comments
Health check shows the following error even after clean plugin install
|
I looked over the breaking changes but I don't see anything that would affect me since I'm using a very simple base config. Maybe I'm missing something? return {
"kndndrj/nvim-dbee",
dependencies = {
"MunifTanjim/nui.nvim",
},
build = function()
require("dbee").install()
end,
config = function()
require("dbee").setup( --[[optional config]]
)
end,
} |
hmm thats strange. can you try opening a fresh nvim session and running and after that oh, and maybe chek the contents of |
I am getting similar error after a clean install.
Subsequently running .open() again getting :
|
I tkink i might know what the problem is. I'm not able to fix it rn, but do you have any connections specified? If not, please try specifying them and try again. The backend is working, because the function You tried to call is not the first one to be called. These seems to just be an unhandled nil somewhere in there. I'll get back to you once i look further into this. |
I have a connection setup using env vars. same error |
Can you paste the whole panic message please? e.g. the rest of this:
|
I believe this is it:
|
This fixed it for me |
A recently introduced change has broken my ability to open the ui tray. An attempts result in the following error
The text was updated successfully, but these errors were encountered: