You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ituri any feedback is greatly appreciated! The error you're seeing appears to be specific to how your drives are mounted. While we look for a more permanent fix, here's a quick hack you can do to make sure the code compiles.
Comment out the if condition here and un-indent line 46 and 47, so it looks like this:
(notice the indentation on line 46 and 47)
This essentially skips checking for any additional mounted drives besides the root / and you should be able to build and run it after this modification.
I hope it's okay that I'm flooding the repo with issues. ;) See it as an appreciation of catnap; I just like to get it running on all of my systems.
Right now, I have trouble getting catnap to compile on Debian bookworm:
Is there anything I can do to fix this error?
The text was updated successfully, but these errors were encountered: