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

Hangs on long file names in Ubuntu #32

Closed
commander-flatus opened this issue Jun 21, 2018 · 3 comments
Closed

Hangs on long file names in Ubuntu #32

commander-flatus opened this issue Jun 21, 2018 · 3 comments
Labels

Comments

@commander-flatus
Copy link

commander-flatus commented Jun 21, 2018

Thanks for the application. I’m having this issue on Ubuntu where a long title.

We just hang with Errno 36 filename too long and do nothing. I'm downloading to a share on my network from a Ubuntu host.

Is there a fix for this?

@shadowmoose
Copy link
Owner

Hmm, this shouldn't be happening since a few releases ago, where RMD was modified to shrink filenames.

Can you post the output pattern you're using, if it's different from the default? Also, an example of the post throwing the issue would be helpful, if you know which one is triggering it.

@shadowmoose
Copy link
Owner

Actually, I think I see the issue. I was under the (incorrect) assumption that Linux supported longer filenames, but I think RMD is hitting a filesystem limitation there.

I'll roll out a fix in the next update. In the meantime, you can manually fix it by editing one line in /classes/util/stringutil.py. Simply change max_len = 1000 to max_len = 230.

@commander-flatus
Copy link
Author

Thanks for looking into this. My problem appears to be fixed.

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

2 participants