You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating a local file with unicode characters in the name that are 'exotic' such as é or ä or emojis, Maestral will crash with a segfault on macOS. Linux is not affected.
To Reproduce
See above.
System:
Maestral version: 1.4.0 and higher
OS: macOS
Additional context
The underlying issue lies with the path handling in the watchdog dependency, as described in gorakhargosh/watchdog#763. Until an update with a fix is released, the only work around is to use the app bundle on macOS which has been updated to contain a patched version of watchdog.
Once a fix has been released, please update watchdog with pip3 install -U watchdog.
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a local file with unicode characters in the name that are 'exotic' such as é or ä or emojis, Maestral will crash with a segfault on macOS. Linux is not affected.
To Reproduce
See above.
System:
Additional context
The underlying issue lies with the path handling in the watchdog dependency, as described in gorakhargosh/watchdog#763. Until an update with a fix is released, the only work around is to use the app bundle on macOS which has been updated to contain a patched version of watchdog.
Once a fix has been released, please update watchdog with
pip3 install -U watchdog.
The text was updated successfully, but these errors were encountered: