Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tray don't show menu #488

Open
miurahr opened this issue May 6, 2016 · 1 comment · May be fixed by #489
Open

Tray don't show menu #488

miurahr opened this issue May 6, 2016 · 1 comment · May be fixed by #489

Comments

@miurahr
Copy link

miurahr commented May 6, 2016

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

@miurahr miurahr linked a pull request Jul 13, 2016 that will close this issue
@miurahr
Copy link
Author

miurahr commented Jul 13, 2016

There are two errors: dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError and AttributeError: 'SyncThread' object has no attribute 'status'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant