IndexError in general ledger
Reported by Virgil Dupras | January 3rd, 2011 @ 11:20 AM
I'm often getting these reports:
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 2.3.4
Traceback (most recent call last):
File "/Applications/Desk Drawer/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 581, in isAccountRow_
File "hscommon/gui/table.pyc", line 39, in __getitem__
IndexError: list index out of range
...but I can't figure out how it can happen.
IndexError
should be caught in table data fetching and
debug information should be logged.
Comments and changes to this ticket
-
Virgil Dupras February 5th, 2011 @ 03:45 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras February 5th, 2011 @ 04:01 PM
- State changed from accepted to fixed
(from [82553ec3324f]) [#217 state:fixed] Wrapped General ledger row fetching in a try..except + logging. https://bitbucket.org/hsoft/moneyguru/changeset/82553ec3324f/
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
- 217 IndexError in general ledger (from [82553ec3324f]) [#217 state:fixed] Wrapped General ...