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

[Bug]: Recyclebin filename can be too long for the filesystem #604

Closed
m-wynn opened this issue Jul 11, 2024 · 2 comments · Fixed by #666
Closed

[Bug]: Recyclebin filename can be too long for the filesystem #604

m-wynn opened this issue Jul 11, 2024 · 2 comments · Fixed by #666
Assignees
Labels
bug Something isn't working status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@m-wynn
Copy link

m-wynn commented Jul 11, 2024

Describe the Bug

I'm on btrfs which, like many linux filesystems, has a max filename length of 255 bytes. When trying to save torrents with long names to the recyclebin, it often fails opening the file with "Filename too long"

Config

recyclebin:
  enabled: true
  empty_after_x_days: 60
  save_torrents: true
  split_by_category: false

Logs

https://gist.github.com/m-wynn/1cd66a98564f9f54fc083b676461a7dc

Screenshots

No response

Installation

Docker

Version Number

4.1.7

What branch are you on?

master

@m-wynn m-wynn added the bug Something isn't working label Jul 11, 2024
@datcactus
Copy link

@bobokun would it be possible to get an except block or something in to take care of this? This is particularly problematic with anime.

@bobokun bobokun added the status:added-to-develop Feature Request or Bug Fix is in Develop label Oct 2, 2024
@bobokun
Copy link
Collaborator

bobokun commented Oct 2, 2024

This should be fixed now. Please test on develop branch

@bobokun bobokun mentioned this issue Oct 6, 2024
@bobokun bobokun closed this as completed in 08810c5 Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants