Trailing Space in Folder Name causes Error #175
SteveMattan
started this conversation in
General
Replies: 2 comments 1 reply
-
So the space was in the actual folder name, or in the Bunch reference to it?
- Brett
…On Dec 10, 2021, 10:53 PM -0600, SteveMattan ***@***.***>, wrote:
I was creating my first Bunch and was getting an error when trying to open a folder on an external volume. I could open other folders on the volume without a problem.
It took a while but I finally determined that the issue was that the folder name had a trailing space. Once the space was removed the folder opened without issue.
As I did not see this issue in the trouble shooting section of the documentation, nor did I find it searching the forum, I thought I would note it here.
Cheers.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
That makes sense. Bunch trims whitespace from all lines. Reading whitespace literally would lead to far more errors than the type you're running into.
- Brett
…On Dec 11, 2021, 6:20 PM -0600, SteveMattan ***@***.***>, wrote:
Brett,
The space was in the folder name, "Originals ". I must have fat fingered it when I created the folder.
I used "Get Info" and copied the file path, and then pasted it into the bunch file. I suspect that since whitespace is ignored it was not finding the full name.
Of course the blank was not obvious in the logged messages nor when looking at the the text in the bunch file. It was only when I clicked on the name, to copy it directly, that the space became obvious.
Let me know if you'd like anymore info.
Stay well,
SteveM
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was creating my first Bunch and was getting an error when trying to open a folder on an external volume. I could open other folders on the volume without a problem.
It took a while but I finally determined that the issue was that the folder name had a trailing space. Once the space was removed the folder opened without issue.
As I did not see this issue in the trouble shooting section of the documentation, nor did I find it searching the forum, I thought I would note it here.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions