IndexError: list index out of range #263
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.
|
Beta Was this translation helpful? Give feedback.
-
IndexError: list index out of range I get this error when I changed pictures in Avatarify |
Beta Was this translation helpful? Give feedback.
-
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_results
Beta Was this translation helpful? Give feedback.
All reactions