Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #240

Open
mithoon19 opened this issue Jul 4, 2024 · 0 comments
Open

IndexError: list index out of range #240

mithoon19 opened this issue Jul 4, 2024 · 0 comments

Comments

@mithoon19
Copy link

Hi, I get below error and due to which sheet does not show updated values in cells. But, data is getting populated in backend when I check in Logs. Data refreshes in cell only if I click on it.

Sorry, I could not recreate exactly when this issue comes.

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Aeron\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\Aeron\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 839, in callit
func(*args)
File "C:\Users\Aeron\OneDrive\main\lib\site-packages\tksheet\sheet.py", line 5324, in after_redraw
self.MT.main_table_redraw_grid_and_text(redraw_header=True, redraw_row_index=True)
File "C:\Users\Aeron\OneDrive\main\lib\site-packages\tksheet\main_table.py", line 5579, in main_table_redraw_grid_and_text
rbotgridln = self.row_positions[r + 1]
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant