-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to install #72
Comments
Hi and thanks for the bug report. Can you please try to load zjstatus via file? On macOS the https locations sometimes seem to be buggy. |
get the same error on macos, even when i load a file |
Have you also tried to clean the cache? What does the logs of zellij say? |
do you know where the logs are located on macos? i cleared cache and that didnt help |
You'll find the details here: https://zellij.dev/documentation/plugin-api-logging.html?highlight=logs#plugin-api---logging Which version of zjstatus do you use? Unfortunately I cannot reproduce the issue on 2 MacBooks. |
ERROR |zellij_server::plugins | 2024-06-21 14:50:47.736 [wasm ] [zellij-server/src/plugins/mod.rs:784]: Plugin with id: 0 not found |
After you've cleared the cache, does the permission request pop up? Does the error occur before the permissions or after you've granted them? Which zjstatus version are you using? |
layout {
} |
no permission request just error in plugin |
Please do not use https as location. Please download it and use the file location with an absolute path like.
https locations are bugged in zellij on macOS and won't work properly. You're experiencing download issues. |
Switched it now to |
Found another issue within zellij, if multiple tabs are loaded in parallel without a cache zjstatus version. @rafaelrinaldi It would be great if you can confirm that loading the plugin via file works. |
As there's no response, I assume, that there is no further issue, when setting it via the Feel free to add any details in case something is missing. |
@dj95 I was finally able to revisit this and it still doesn't work. I have manually downloaded the
Zellij renders but I see an error message at the bottom that says:
I can't seem to find where these logs are being stored. They're not being piped to stderr. |
Can you see something in zellij log? It's somewhere hidden in /var. Does the error on your side pop up before or after granting permissions to zjstatus? |
Describe the bug
I am unable to install the plugin.
With an empty configuration file, if I just add the default layout file as suggested in the readme, I am unable to open Zellij and see a "Received empty message from server" message.
To Reproduce
Steps to reproduce the behavior:
layouts/default.kdl
zellij -s test
in the terminalExpected behavior
Zellij opens normally and I am able to see a status bar rendered by zjstatus.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Layout
How does the layout look like? Please copy it into a code block.
Additional context
N/A
The text was updated successfully, but these errors were encountered: