Inbox messages are not being displayed #544

Closed
opened 2013-11-04 11:44:30 +01:00 by themighty1 · 2 comments
themighty1 commented 2013-11-04 11:44:30 +01:00 (Migrated from github.com)

(on v.0.4.1 Ubuntu 12.10)
I get the following error msg in the console when a new message gets into my Inbox:

Traceback (most recent call last):
File "/home/default2/PyBitmessage/src/bitmessageqt/init.py", line 1797, in displayNewInboxMessage
self.notifierShow(unicode(_translate("MainWindow",'New Message').toUtf8(),'utf-8'), unicode(_translate("MainWindow",'From ').toUtf8(),'utf-8') + unicode(fromAddress, 'utf-8'), self.SOUND_UNKNOWN, None)
File "/home/default2/PyBitmessage/src/bitmessageqt/init.py", line 1083, in notifierShow
n.show()
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 47, in function
return info.invoke(_args, *_kwargs)
gi._glib.GError: GDBus.Error:org.freedesktop.Notifications.MaxNotificationsExceeded: Exceeded maximum number of notifications

When I click the new message in the Inbox tab, I get:

Traceback (most recent call last):
File "/home/default2/PyBitmessage/src/bitmessageqt/init.py", line 2707, in tableWidgetInboxItemClicked
currentRow, 1).data(Qt.UserRole).toPyObject())
AttributeError: 'NoneType' object has no attribute 'data'

The message itself will not be displayed when I click it.
Only the "To" field contains info, "From","Subject","Received" are blank

(on v.0.4.1 Ubuntu 12.10) I get the following error msg in the console when a new message gets into my Inbox: Traceback (most recent call last): File "/home/default2/PyBitmessage/src/bitmessageqt/**init**.py", line 1797, in displayNewInboxMessage self.notifierShow(unicode(_translate("MainWindow",'New Message').toUtf8(),'utf-8'), unicode(_translate("MainWindow",'From ').toUtf8(),'utf-8') + unicode(fromAddress, 'utf-8'), self.SOUND_UNKNOWN, None) File "/home/default2/PyBitmessage/src/bitmessageqt/__init__.py", line 1083, in notifierShow n.show() File "/usr/lib/python2.7/dist-packages/gi/types.py", line 47, in function return info.invoke(_args, *_kwargs) gi._glib.GError: GDBus.Error:org.freedesktop.Notifications.MaxNotificationsExceeded: Exceeded maximum number of notifications When I click the new message in the Inbox tab, I get: Traceback (most recent call last): File "/home/default2/PyBitmessage/src/bitmessageqt/**init**.py", line 2707, in tableWidgetInboxItemClicked currentRow, 1).data(Qt.UserRole).toPyObject()) AttributeError: 'NoneType' object has no attribute 'data' The message itself will not be displayed when I click it. Only the "To" field contains info, "From","Subject","Received" are blank
themighty1 commented 2013-11-04 11:53:12 +01:00 (Migrated from github.com)

Screenshot attached.
The first three messages are the "broken" ones. When I click on them, the text below does not change. The text below is from message 4.
I have to restart Bitmessage in order to make the first 3 messages appear normal.

screen

Screenshot attached. The first three messages are the "broken" ones. When I click on them, the text below does not change. The text below is from message 4. I have to restart Bitmessage in order to make the first 3 messages appear normal. ![screen](https://f.cloud.github.com/assets/555272/1464096/0a76ad0e-453f-11e3-8c92-5ba1b6bfdf1c.png)
Atheros1 commented 2013-11-04 21:44:57 +01:00 (Migrated from github.com)

The first traceback caused the second one because the code the displayNewInboxMessage function didn't finish running and filling in the table. The first traceback, as far as it appears, was triggered when too many operating system pop-up notifications were being displayed at the same time. I can add exception handling within notifierShow to handle this case easily. Thank you for reporting the problem!

The first traceback caused the second one because the code the displayNewInboxMessage function didn't finish running and filling in the table. The first traceback, as far as it appears, was triggered when too many operating system pop-up notifications were being displayed at the same time. I can add exception handling within notifierShow to handle this case easily. Thank you for reporting the problem!
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#544
No description provided.