Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Non escaped special characters in file path causes sync to fail #1

Description

@k-sym

Sync doesn't appear to work if there is a space in the filepath (directory names).

Possible fix: If filepath strings are backslash escaped.

From error modal:
Cannot find /Users/xxxxxx/Music/Library/Mobile Documents/comappleCloudDocs/Music/1970s/10cc - Dreadlock Holiday (Extended Tech Edit) (Clean).mp3

This is a correct response as far as the terminal is concerned.
e.g. /Users/k-sym/Music/Library/Mobile Documents/com~apple~CloudDocs/Music/1970s/10cc - Dreadlock Holiday (Extended Tech Edit) (Clean).mp3 : No such file or directory (os error 2)

However, file is found one spaces are escaped:
e.g. /Users/xxxxxx/Library/Mobile\ Documents/com\~apple\~CloudDocs/Music/1970s/10cc\ -\ Dreadlock\ Holiday\ \(Extended\ Tech\ Edit\)\ \(Clean\).mp3 - file found

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions