samschott / maestral

Open-source Dropbox client for macOS and Linux
https://maestral.app
MIT License
3.12k stars 64 forks source link

unexpected error and sync stops #890

Closed kurokirasama closed 8 months ago

kurokirasama commented 1 year ago

Describe the bug

Since a while now I'm getting a notification with the message:

Unexpected error
Please restart to continue syncing

Which I did and it usually goes away, but since today the problem persists.

To Reproduce

I'm using maestral gui, so that's why I have a notification

Expected behaviour

It hould synchronize without stopping System:

Additional context

log attached. log.txt

samschott commented 8 months ago

Thanks for the report, and sorry for the slow response time! It appears that the issue lies with trying not to follow symlinks. The file system API used for this doesn't seem to be available on your system.

I'll update this for Maestral to fall back to non-symlink aware calls in such cases.