Submission checklist
Plugin
pass
Plugin version
0.0.1
Bug description
After the cache interval has elapsed (default: 30s) the cache service fails, giving the notification seen in the logs below. The plugin disables itself, so starting the launcher with /pass does not have the intended behavior.
I was thinking that the service was not reading my $PASSWORD_STORE_DIR environment variable correctly, but even after creating a symlink from $PASSWORD_STORE_DIR to the default ~/.password-store , the error remains.
I'm wondering if anyone has general tips for monitoring noctalia plugin service scripts? Is there a way to trigger the luau code independently from the plugin, or set up more verbose logging, or anything like that?
Thanks in advance.
Logs:
emrtnn/pass:cache stopped responding and was disabled. Reload it after fixing the issue.
Steps to reproduce
- Enable the
pass plugin
- Wait for the cache interval to elapse (default, 30s)
- A notification is raised alerting that the cache service has failed, disabling the plugin
Expected behavior
The cache service should not fail and disable the plugin.
Actual behavior
The cache service fails and disables the plugin.
Logs / error output
emrtnn/pass:cache stopped responding and was disabled. Reload it after fixing the issue.
Noctalia version
v5.0.0
Compositor
Niri
Environment information
Additional context
No response
Submission checklist
Plugin
pass
Plugin version
0.0.1
Bug description
After the cache interval has elapsed (default: 30s) the cache service fails, giving the notification seen in the logs below. The plugin disables itself, so starting the launcher with /pass does not have the intended behavior.
I was thinking that the service was not reading my $PASSWORD_STORE_DIR environment variable correctly, but even after creating a symlink from $PASSWORD_STORE_DIR to the default ~/.password-store , the error remains.
I'm wondering if anyone has general tips for monitoring noctalia plugin service scripts? Is there a way to trigger the luau code independently from the plugin, or set up more verbose logging, or anything like that?
Thanks in advance.
Logs:
Steps to reproduce
passpluginExpected behavior
The cache service should not fail and disable the plugin.
Actual behavior
The cache service fails and disables the plugin.
Logs / error output
Noctalia version
v5.0.0
Compositor
Niri
Environment information
Additional context
No response