Closed alekgr closed 3 months ago
Do you get the problem with the stable version (2.4.0) instead of git version?
I also get this sometimes, it seems to work as expected but throws such errors isn't it? EDIT: please use --debug /path/to/log/file.log and send the generated log file...
Would be interesting to see if we also have a line such as:
2024-08-15 14:53:36,502 [DEBUG] pyprland :: [30;1mevent_activewindowv2('',)[0m :: command.py:202
When the bug happens again... also the full log file will allow seeing eventual previous problems.
Can you try the latest git version, I think the code was too optimistic, it should work better now.
@fdev31 I am using git version, actually all my hyprland using git update verseion. I see you remove the assert ha. I'll see if I get the error again or not. On top of the ticket there is pypr_sample.log with defugging enabled
I am not seeing any error messages since the patch. Closing ticket ticket
Pyprland version 2.4.-0-47
Describe the bug Sometimes I get pypr integrity check failed
To Reproduce Steps to reproduce the behavior: Most of time it doesn't happen but sometimes I get the notification I am not seeing an rythm or reason for it Looks like it is being generated from command.py
Configuration (provide following files/samples when relevant):
[workspaces_follow_focus] max_workspaces = 10
[expose] include_special = false
[scratchpads.stb] animation = "fromBottom" command = "kitty --class kitty-stb sstb" class = "kitty-stb" lazy = true size = "50% 40%"
[scratchpads.stb-logs] animation = "fromTop" command = "kitty --class kitty-stb-logs stbLog" class = "kitty-stb-logs" lazy = true size = "50% 40%"
[scratchpads.term] animation = "fromTop" command = "kitty --class kitty-dropterm" class = "kitty-dropterm" size = "60% 50%" max_size = "100% 100%"
[scratchpads.ncmpcpp] animation = "fromTop" command = "kitty --class kitty-ncmpcpp ncmpcpp" class = "kitty-ncmpcpp" size = "90% 80%" max_size = "100% 100%"
[scratchpads.neomutt1] animation = "fromTop" command = "kitty --class='neomutt1' neomutt" class = "neomutt1" size = "60% 80%" max_size = "100% 100%"
[scratchpads.ranger] animation = "fromTop" command = "kitty --class ranger ranger" class = "ranger"
Additional context Here is a sample of pypr.log with defugging pypr_sample.log