question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Embedded backslash in config dir name breaks Dropbox on Mac

See original GitHub issue

The runner creates a directory, ~/.config/GitHub\ActionsService/ on Mac and Linux. Dropbox chokes on this:

DropboxError

Is the embedded backslash intended? While Dropbox ought to be able to handle it, it seems a little pathological. 😃

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ChristopherHXcommented, Apr 20, 2022

@ruvceskistefan I guess you already wrote an unmerged fix for this issue https://github.com/actions/runner/pull/1617, it just needs to be merged.

1reaction
ruvceskistefancommented, Apr 6, 2022

Hi @dogweather, Thanks for reported issue! Backslash is certainly not intended here, I’ll investigate the cause and we’ll solve the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Use of "/" and other symbols
"Note that on Mac computers only, Dropbox will sync files that include a forward slash in the file name to dropbox.com.
Read more >
Naming Dropbox files and folders
Don't use special characters in file names. Online-only content icon Don't use the following characters in file or folder names: / (forward slash)....
Read more >
Slashes in file names
A lot of the code in OSX is from Unix. Unix does not allow the slash "/" in filenames because it is used...
Read more >
Dropbox modules | Adobe Workfront - Experience League
This action module uploads a file to a folder. You specify information such as the location for the file, the file you want...
Read more >
Strange filenames with embedded slashes - Mac/Windows ...
Assuming you're using the bash shell, cd into the folder with the garbled filepaths, and try this:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found