Unexpected error, please restart to continue syncing #489
Unanswered
matesmoliere
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I get te following message from Maestral notifier:
Traceback (most recent call last):
File "/home/admin-root/.local/lib/python3.6/site-packages/maestral/manager.py", line 795, in _handle_sync_thread_errors
yield
File "/home/admin-root/.local/lib/python3.6/site-packages/maestral/manager.py", line 780, in startup_worker
self.sync.upload_local_changes_while_inactive()
File "/home/admin-root/.local/lib/python3.6/site-packages/maestral/sync.py", line 1591, in upload_local_changes_while_inactive
events, local_cursor = self._get_local_changes_while_inactive()
File "/home/admin-root/.local/lib/python3.6/site-packages/maestral/sync.py", line 1689, in _get_local_changes_while_inactive
if is_mignore or not osp.exists(local_path):
File "/usr/lib/python3.6/genericpath.py", line 19, in exists
os.stat(path)
UnicodeEncodeError: 'ascii' codec can't encode character '\xed' in position 55: ordinal not in range(128)
I've tried to stop and start it again, resume syncing, but no way, still messaging the same issue over and over again.
Best regards,
Antonio
Beta Was this translation helpful? Give feedback.
All reactions