Handle paths where waycast has no permission #12
Labels
No labels
bug
chore
CI/CD
Code Cleanup
duplicate
DX
enhancement
help wanted
invalid
packaging
question
UI
UX
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
waycasthq/waycast#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
in src/daemon/scanners/mod.rs:
figure out a way to gracefully return something valid when we can't open the dir
error:
thread 'tokio-runtime-worker' (878499) panicked at src/daemon/scanners/mod.rs:91:68:
called
Option::unwrap()on aNonevaluenote: run with
RUST_BACKTRACE=1environment variable to display a backtrace2026-07-02T01:51:48.002952Z ERROR tokei::utils::fs: Permission denied (os error 13) reading /home/xbazzi/repos/gios/gios-project1/mtgf/courses
2026-07-02T01:51:49.805457Z ERROR tokei::utils::fs: Permission denied (os error 13) reading /home/xbazzi/repos/gios/gios-project1/mtgf/courses
Fixed by #20