Crash on split panel editing
Reported by Virgil Dupras | January 29th, 2011 @ 05:12 PM
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 2.3.4
Traceback (most recent call last):
File "/Users/me/Applications/Banking/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 414, in savePanel
File "core/gui/base.pyc", line 222, in save
File "core/gui/transaction_panel.pyc", line 105, in _save
File "core/document.pyc", line 63, in wrapper
File "core/document.pyc", line 397, in change_transaction
File "hscommon/notify.pyc", line 19, in notify
File "hscommon/notify.pyc", line 68, in dispatch
File "hscommon/notify.pyc", line 64, in _repeat_message
File "hscommon/notify.pyc", line 19, in notify
File "core/gui/base.pyc", line 254, in dispatch
File "hscommon/notify.pyc", line 68, in dispatch
File "hscommon/notify.pyc", line 64, in _repeat_message
File "hscommon/notify.pyc", line 19, in notify
File "core/gui/base.pyc", line 158, in dispatch
File "hscommon/notify.pyc", line 52, in dispatch
File "core/gui/entry_table.pyc", line 137, in transaction_changed
File "core/gui/table.pyc", line 81, in _item_changed
File "hscommon/gui/table.pyc", line 257, in refresh
File "hscommon/cocoa/inter.pyc", line 56, in refresh
File "hscommon/cocoa/inter.pyc", line 140, in setValue_forColumn_row_
File "hscommon/gui/table.pyc", line 335, in set_cell_value
AttributeError: can't set attribute
Details from user:
I think I was in the Transaction Info window
and editing the Account (to move a transaction to a different register). This is just an example, but it would have been where "pets" appears.
After the error, I was able to continue working, make the edit, and save.
Comments and changes to this ticket
-
Virgil Dupras February 3rd, 2011 @ 01:12 PM
- State changed from new to accepted
I can't reproduce the issue, but I should catch that AttributeError in the code and put extra debugging info there so that the next report is more detailed.
-
Virgil Dupras February 5th, 2011 @ 09:59 AM
- Assigned user set to Virgil Dupras
-
Virgil Dupras February 5th, 2011 @ 10:06 AM
- State changed from accepted to fixed
(from [9b65c0ebe02f]) [#228 state:fixed] Added debugging info on PyTable.setValue_forColumn_row_() https://bitbucket.org/hsoft/moneyguru/changeset/9b65c0ebe02f/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 228 Crash on split panel editing (from [9b65c0ebe02f]) [#228 state:fixed] Added debugging ...