-
Notifications
You must be signed in to change notification settings - Fork 0
Description
from google'ing around it looks like a known issue, i didn't see any solutions so far but if there is a way to close or clear the queue that might work?? not really sure
Traceback (most recent call last):
File "/home/pi/projects/pibooth/master/notify_screen.py", line 3, in
countdown_notify()
File "/home/pi/projects/pibooth/master/pibooth_notifications.py", line 26, in countdown_notify
notify2.Notification(str(x),cdtext).show()
File "/usr/lib/python2.7/dist-packages/notify2.py", line 188, in show
self.timeout, # expire_timeout
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.Notifications.MaxNotificationsExceeded: Exceeded maximum number of notifications
^CTraceback (most recent call last):
File "./buttonboothtest.py", line 52, in
time.sleep(0.05)
KeyboardInterrup
possible helpful links include but aren't limited to:
https://notify2.readthedocs.org/en/latest/ <--docs for the notify2 library
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648378
http://dbus.freedesktop.org/doc/dbus-daemon.1.html
http://forums.debian.net/viewtopic.php?f=6&t=67703