This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrei.avk
Recipients andrei.avk, becky07, paul.moore, shreyanavigyan, steve.dower, steven.daprano, tim.golden, zach.ware
Date 2021-05-09.22:24:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAFW+Oq7CsSo=zVUyMh+XBvi4R9VdOsFSJfXcuRrprbCpUE8TGQ@mail.gmail.com>
In-reply-to <1620597869.56.0.426271251915.issue44076@roundup.psfhosted.org>
Content
Hi Mohamed,

From the output it looks like the app is trying to get item at index 28
from assetinfo_list, while that list is of only 17 length. So it seems
likely that either app is not inserting enough items into assetinfo_list,
or you are clicking on treedata.selection at a higher item than there are
assets for in the list, or something is going wrong with associating click
with the selection number.

To get further help, I think you will need to create a minimal runnable
example that shows the issue and upload it here.
History
Date User Action Args
2021-05-09 22:24:15andrei.avksetrecipients: + andrei.avk, paul.moore, tim.golden, steven.daprano, zach.ware, steve.dower, shreyanavigyan, becky07
2021-05-09 22:24:15andrei.avklinkissue44076 messages
2021-05-09 22:24:15andrei.avkcreate