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
Sorry, unsure of what's causing the crash and my debugging skills are very limited.
To Reproduce Mon Dec 30 23:11:08 UTC 2024 (maestral-venv) alton@zangief:~$ maestral start -f -v /home/alton/maestral-venv/lib64/python3.6/site-packages/secretstorage/util.py:23: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes 2024-12-30 23:11:29 daemon INFO: Starting daemon 2024-12-30 23:11:29 manager INFO: Connected 2024-12-30 23:11:30 sync INFO: Fetching remote changes 2024-12-30 23:11:31 sync INFO: Indexing local changes... 2024-12-30 23:11:33 manager ERROR: Unexpected error Traceback (most recent call last): File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/manager.py", line 806, in _handle_sync_thread_errors yield File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/manager.py", line 791, in startup_worker self.sync.upload_local_changes_while_inactive() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/sync.py", line 1671, in upload_local_changes_while_inactive events, local_cursor = self._get_local_changes_while_inactive() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/sync.py", line 1767, in _get_local_changes_while_inactive is_mignore = self._is_mignore_path(entry.dbx_path_cased, entry.is_directory) File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/sync.py", line 1500, in _is_mignore_path relative_path = dbx_path.lstrip("/") TypeError: a bytes-like object is required, not 'str' 2024-12-30 23:11:33 manager INFO: Shutting down threads... 2024-12-30 23:11:33 sync INFO: Sync aborted 2024-12-30 23:11:33 manager INFO: Paused Notification failed Traceback (most recent call last): File "/home/alton/maestral-venv/lib64/python3.6/site-packages/desktop_notifier/base.py", line 204, in send platform_nid = await self._send(notification, notification_to_replace) File "/home/alton/maestral-venv/lib64/python3.6/site-packages/desktop_notifier/dbus.py", line 113, in _send self.interface = await self._init_dbus() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/desktop_notifier/dbus.py", line 80, in _init_dbus "org.freedesktop.Notifications", "/org/freedesktop/Notifications" File "/home/alton/maestral-venv/lib64/python3.6/site-packages/dbus_next/aio/message_bus.py", line 216, in introspect return await asyncio.wait_for(future, timeout=timeout) File "/usr/lib64/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/dbus_next/message_bus.py", line 195, in reply_notify BaseMessageBus._check_method_return(reply, err, 's') File "/home/alton/maestral-venv/lib64/python3.6/site-packages/dbus_next/message_bus.py", line 615, in _check_method_return raise DBusError._from_message(msg) dbus_next.errors.DBusError: The name org.freedesktop.Notifications was not provided by any .service files ^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^C2024-12-30 23:14:40 sync INFO: Sync aborted 2024-12-30 23:14:40 manager INFO: Paused
Expected behaviour
It used to work. I'm unsure of what happened after some power outages.
System:
Maestral version: 1.5.3
Python version: 3.6
OS: Oracle Linux Server 8.8
Desktop environment: none
PyQt version (for Linux GUI):
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Sorry, unsure of what's causing the crash and my debugging skills are very limited.
To Reproduce
Mon Dec 30 23:11:08 UTC 2024 (maestral-venv) alton@zangief:~$ maestral start -f -v /home/alton/maestral-venv/lib64/python3.6/site-packages/secretstorage/util.py:23: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes 2024-12-30 23:11:29 daemon INFO: Starting daemon 2024-12-30 23:11:29 manager INFO: Connected 2024-12-30 23:11:30 sync INFO: Fetching remote changes 2024-12-30 23:11:31 sync INFO: Indexing local changes... 2024-12-30 23:11:33 manager ERROR: Unexpected error Traceback (most recent call last): File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/manager.py", line 806, in _handle_sync_thread_errors yield File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/manager.py", line 791, in startup_worker self.sync.upload_local_changes_while_inactive() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/sync.py", line 1671, in upload_local_changes_while_inactive events, local_cursor = self._get_local_changes_while_inactive() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/sync.py", line 1767, in _get_local_changes_while_inactive is_mignore = self._is_mignore_path(entry.dbx_path_cased, entry.is_directory) File "/home/alton/maestral-venv/lib64/python3.6/site-packages/maestral/sync.py", line 1500, in _is_mignore_path relative_path = dbx_path.lstrip("/") TypeError: a bytes-like object is required, not 'str' 2024-12-30 23:11:33 manager INFO: Shutting down threads... 2024-12-30 23:11:33 sync INFO: Sync aborted 2024-12-30 23:11:33 manager INFO: Paused Notification failed Traceback (most recent call last): File "/home/alton/maestral-venv/lib64/python3.6/site-packages/desktop_notifier/base.py", line 204, in send platform_nid = await self._send(notification, notification_to_replace) File "/home/alton/maestral-venv/lib64/python3.6/site-packages/desktop_notifier/dbus.py", line 113, in _send self.interface = await self._init_dbus() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/desktop_notifier/dbus.py", line 80, in _init_dbus "org.freedesktop.Notifications", "/org/freedesktop/Notifications" File "/home/alton/maestral-venv/lib64/python3.6/site-packages/dbus_next/aio/message_bus.py", line 216, in introspect return await asyncio.wait_for(future, timeout=timeout) File "/usr/lib64/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() File "/home/alton/maestral-venv/lib64/python3.6/site-packages/dbus_next/message_bus.py", line 195, in reply_notify BaseMessageBus._check_method_return(reply, err, 's') File "/home/alton/maestral-venv/lib64/python3.6/site-packages/dbus_next/message_bus.py", line 615, in _check_method_return raise DBusError._from_message(msg) dbus_next.errors.DBusError: The name org.freedesktop.Notifications was not provided by any .service files ^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^C2024-12-30 23:14:40 sync INFO: Sync aborted 2024-12-30 23:14:40 manager INFO: Paused
Expected behaviour
It used to work. I'm unsure of what happened after some power outages.
System:
Additional context
The text was updated successfully, but these errors were encountered: