Skip to content
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

Locations not showing files until focus swiched / Trying to read nonexistent device #2837

Open
2 tasks done
killi1812 opened this issue Dec 19, 2024 · 1 comment
Open
2 tasks done
Labels
kind/bug Something isn't working status/needs-triage

Comments

@killi1812
Copy link

Check for other issues

  • I've checked for other issues, and none exist.

Issue description

When accessing location folders and subfolders there seems to be and infinite loading time (no icons are shown) until the focus is switched. When launching the app in terminal this is the error that is printed after the focus is regained.

  2024-12-19T11:18:20.862671Z ERROR sd_core::volume: Failed to canonicalize disk path;, disk_name: "/dev/sde3", e: Os { code: 2, kind: NotFound, message: "No such file or directory" }
    at core/src/volume/mod.rs:146

I also get an error

 2024-12-19T11:46:57.531742Z ERROR sd_core::location: Shallow media processor errors;, e: MediaProcessor(Thumbnailer(FormatImage("/home/fran/Downloads/M1_exercise.pdf", "error with pdfium: LoadLibraryError(\n    DlOpen {\n        desc: \"libpdfium.so: cannot open shared object file: No such file or directory\",\n    },\n)")))
    at core/src/location/mod.rs:623
    in sd_core::location::light_scan_location with library_id=b17d80cd-33c1-4273-8c3b-2a6c5108459d location_id=1 sub_path=

ls -alh /dev/ |grep sde
There is not device sde3

Steps to reproduce

  1. Open program
  2. Navigate to any location

Platform and versions

  • OS: Manjaro Linux x86_64
    Kernel: 6.11.11-1-MANJARO

  • Spacedrive: v0.4.2 - 0af8dbf
    pnpm 9.14.4
    cargo 1.83.0 (5ffbef321 2024-10-29)
    rustc 1.83.0 (90b35a623 2024-11-26) (Arch Linux rust 1:1.83.0-1)

Stack trace

No response

Additional context

No response

Code of Conduct

  • I agree to follow the Code of Conduct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant