-
Notifications
You must be signed in to change notification settings - Fork 33
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
org-web-tools-archive-attach fails: Cannot open: File name too long #74
Comments
Most filesystems have very long filename length limits. What filesystem are you trying to save it on? |
I guess the problem does not depend on the filesystem, rather on tar limiting filenames in archive to 256 bytes |
I think we need to start over. Please provide an exact copy of the error message. |
org-web-tools version: 1.3 Warnings buffer:
tar version: tar (GNU tar) 1.35
|
Thanks, I also get the same error when calling This package has been around for a number of years without that bug having been reported, so I guess it isn't common, but I guess we should implement some kind of fix or workaround for it. I probably won't have time to work on this soon, so patches welcome. |
Hi, I was trying to archive this page and org-web tools-archive-attach failed: https://wasaiya.com/%e6%b5%b4%e8%a1%a3%e3%81%ae%e4%bb%95%e7%ab%8b%e3%81%a6%e3%80%80%e5%8d%98%e8%a1%a3%e3%81%ae%e4%bb%95%e7%ab%8b%e3%81%a6%e2%91%a4/
The problem is, it's trying to compress this folder whose name is too long: /tmp/org-web-tools-archive-9SciAV/https%3A%2F%2Fwasaiya.com%2F%25e6%25b5%25b4%25e8%25a1%25a3%25e3%2581%25ae%25e4%25bb%2595%25e7%25ab%258b%25e3%2581%25a6%25e3%2580%2580%25e5%258d%2598%25e8%25a1%25a3%25e3%2581%25ae%25e4%25bb%2595%25e7%25ab%258b%25e3%2581%25a6%25e2%2591%25a4%2F--9SciAV.tar.xz
my workaround was to modify
org-web-tools-archive--wget-tar
and with(30 is just a short number I decided to try, as 100 was still too much)
The text was updated successfully, but these errors were encountered: