IndexError: list index out of range #263
Unanswered
NyamdavaaAyush
asked this question in
Q&A
Replies: 3 comments 2 replies
|
Hello, It is indeed a bug. You're seeing this error because when you click on the "Open" button, the program can't find the selected item in the list. This might be due to a bug in the UI library, which is still in beta. I'm behind on several versions, and these versions have introduced breaking changes. Could you let me know your :
Regardless, this bug may be challenging to replicate. The best approach might be for me to simply update my TUI library. In the meantime, you can likely use version 1. The functionalities were the same, but the UI was a bit more basic.
|
1 reply
|
IndexError: list index out of range I get this error when I changed pictures in Avatarify |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
after the search, it found about 30 results, but there was no result list in left side and when i clicked buttons Open, the program breaks down with following error.
Any idea?
/usr/local/lib/python3.8/dist-packages/recoverpy/ui/screens/screen_search.py:97 in on_button_pressed │ ❱ 97 │ │ │ │ │ self._grep_result_list.grep_resultsAll reactions