rootkiwi / an2linuxserver

Sync Android notifications encrypted to a Linux desktop
Other
402 stars 43 forks source link

no notifications displayed #4

Closed euri10 closed 7 years ago

euri10 commented 7 years ago

I got this error Error TCPHandler/handle g-io-error-quark: Timeout was reached (24)

I tried to debug it and cam to the conclusion it's in self.notif.show() that the timeout happens, but I couldn't dig further

rootkiwi commented 7 years ago

Hmm, do you have all dependencies installed? What distro are you using?

euri10 commented 7 years ago

all deps mentioned in the readme are installed, I am on debian testing, I use enlightenment. May I miss some gnome dependencies not mentioned ? Just asking because a simple example like

from gi.repository import Notify
Notify.init('example')
notif = Notify.Notification.new(
  'Title', 
  'Longer message', 
  'dialog-information'
)
notif.show()

return the very same message : GLib.GError: g-io-error-quark: Timeout was reached (24)

euri10 commented 7 years ago

mmm close that, I was in a weird session without dbus apparently, works fine now, great tool