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

Copying thumbnails causes OS error 1 over SMB #23

Open
DrowningWhale opened this issue May 6, 2024 · 0 comments
Open

Copying thumbnails causes OS error 1 over SMB #23

DrowningWhale opened this issue May 6, 2024 · 0 comments

Comments

@DrowningWhale
Copy link

Hi,
I'm running red_oxide v0.8.2 on WSL Ubuntu with a SMB share drive mounted. All of my directories are on the shared drive.
The transcoding finishes on all of the files, but the program stops with OS error 1.
I have identified that fs::copy in src/transcode/util.rs is causing the error when it tries to copy the thumbnail to the new transcoded folder.
Using a drop-in copy function from ChatGPT that doesn't use fs::copy works, but I'm not sure how you would want to fix it. I can do a PR with the change that works for me if you would like.

Thanks!

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

No branches or pull requests

1 participant