-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
when click tray icon, everpad got error;
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 116, in update
status_syncing = self.app.provider.get_status() == STATUS_SYNC
File "/usr/lib/pymodules/python2.7/everpad/tools.py", line 32, in wrapper
return getattr(self.__interface, name)(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/pymodules/python2.7/everpad/provider/service.py", line 575, in get_status
return self.app.sync_thread.status
AttributeError: 'SyncThread' object has no attribute 'status'
on develop branch, 5db96c0
Metadata
Metadata
Assignees
Labels
No labels