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

Empty trash not working in Windows #1806

Open
5 tasks done
molitar opened this issue Dec 27, 2024 · 1 comment
Open
5 tasks done

Empty trash not working in Windows #1806

molitar opened this issue Dec 27, 2024 · 1 comment
Labels

Comments

@molitar
Copy link

molitar commented Dec 27, 2024

Steps to reproduce

  1. Added library
  2. Deleted a file from folder
  3. Empty Trash (file never deletes from library at all)

Expected behavior

Empty trash should delete unavailable files but it is NOT working

Actual behavior

File remains and unable to delete from library with log stating that the file does not exist

Logs

komga.log

Komga version

1.15.1

Operating system

Windows 10

Installation method

jar

Other details

It can add to database.sqlite so it should not be a windows permission issue it just won't delete from database.

Acknowledgements

  • I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have checked the FAQ.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@molitar molitar added the triage label Dec 27, 2024
@molitar
Copy link
Author

molitar commented Dec 28, 2024

OK I think I figured out the problem still verifying but it seems SQLite does NOT LIKE junctions. I have a junction where some of my library is stored since it's stored on a different drive.

Root Folder - c:\downloads (actually a hard junction to F:=Linked Folders=\Downloads)
sub-folder - c:\downloads<name>
sub-folder - c:\downloads<name>
sub-folder - c:\downloads<name>

It seems that the junction breaks komga and it can no longer empty the file from database for some reason. Still trying to determine why this is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant