/
k3rd0r
/
MindForge
Обзор
Документация
Войти
/
k3rd0r
/
MindForge
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app_errors.log
571 строка
36 KB
Kerdor
5
28 ноя 2025, 23:10
28 ноя 2025, 23:10
c8d9ec4
Код
Авторство
О чём код?
2025-11-26 00:02:11,967 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 712, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:02:12,958 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 712, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:05:35,433 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 712, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:09:04,260 - __main__ - ERROR - Error loading topics: 'NoteTakingApp' object has no attribute 'topics_tree' 2025-11-26 00:09:09,983 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 713, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:10:09,315 - __main__ - ERROR - Error loading topics: 'NoteTakingApp' object has no attribute 'topics_tree' 2025-11-26 00:10:23,634 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 716, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:13:38,046 - __main__ - ERROR - Error loading notes: 'NoteTakingApp' object has no attribute 'notes_listbox' 2025-11-26 00:13:43,194 - __main__ - CRITICAL - Failed to initialize application: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 140, in __init__ self.create_new_note() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 550, in create_new_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:15:22,838 - __main__ - ERROR - Error loading notes: 'NoteTakingApp' object has no attribute 'current_topic_id' 2025-11-26 00:15:27,251 - __main__ - CRITICAL - Failed to initialize application: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 140, in __init__ self.create_new_note() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 550, in create_new_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:16:42,182 - __main__ - ERROR - Error loading notes: 'NoteTakingApp' object has no attribute 'update_status_bar' 2025-11-26 00:16:49,555 - __main__ - CRITICAL - Failed to initialize application: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 141, in __init__ self.create_new_note() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 551, in create_new_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:17:35,261 - __main__ - CRITICAL - Failed to initialize application: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 141, in __init__ self.create_new_note() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 584, in create_new_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:18:15,390 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute 'update_window_title' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 141, in __init__ self.create_new_note() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 605, in create_new_note self.clear_editor() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 1067, in clear_editor self.update_window_title() ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'update_window_title' 2025-11-26 00:19:28,098 - database - ERROR - Error searching notes: DISTINCT aggregates must have exactly one argument 2025-11-26 00:19:29,623 - __main__ - ERROR - �� ������� ������� ����� �������: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 576, in create_new_note self.save_current_note() File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 643, in save_current_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:20:20,424 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 758, in on_closing AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:20:40,589 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 773, in on_closing return ^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:22:03,200 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\bloknot\tkinter_app.py", line 758, in on_closing AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:39:49,997 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window_create' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1523, in load_notes_list self.notes_list.window_create(item_id, 'end', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window_create' 2025-11-26 00:39:54,991 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window_create' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1523, in load_notes_list self.notes_list.window_create(item_id, 'end', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window_create' 2025-11-26 00:40:14,277 - __main__ - ERROR - Error during application shutdown: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 959, in on_closing self.save_current_note() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 852, in save_current_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:40:28,823 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window_create' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1523, in load_notes_list self.notes_list.window_create(item_id, 'end', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window_create' 2025-11-26 00:40:32,958 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window_create' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1523, in load_notes_list self.notes_list.window_create(item_id, 'end', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window_create' 2025-11-26 00:40:34,573 - __main__ - ERROR - Error during application shutdown: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 959, in on_closing self.save_current_note() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 852, in save_current_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:41:18,058 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1524, in load_notes_list self.notes_list.window(item_id, column='delete', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window' 2025-11-26 00:41:30,326 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1524, in load_notes_list self.notes_list.window(item_id, column='delete', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window' 2025-11-26 00:41:36,860 - __main__ - ERROR - Error during application shutdown: string index out of range Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 959, in on_closing self.save_current_note() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 852, in save_current_note topic_id = self.topics_tree.item(selected_topic[0])['values'][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: string index out of range 2025-11-26 00:41:54,152 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1526, in load_notes_list self.notes_list.window(item_id, column='delete', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window' 2025-11-26 00:41:57,842 - __main__ - ERROR - Error loading notes: 'Treeview' object has no attribute 'window' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1526, in load_notes_list self.notes_list.window(item_id, column='delete', window=delete_btn) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Treeview' object has no attribute 'window' 2025-11-26 00:41:59,182 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 969, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:42:50,959 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute 'on_notes_list_click' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 387, in setup_ui self.notes_list.bind('<Button-1>', self.on_notes_list_click) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'on_notes_list_click' 2025-11-26 00:43:30,253 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 998, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:44:16,340 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 998, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:46:10,355 - database - ERROR - Error searching notes: DISTINCT aggregates must have exactly one argument 2025-11-26 00:46:48,880 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 998, in on_closing AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:46:49,483 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute '_create_tooltip' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 377, in setup_ui self._create_tooltip(search_btn, "����� �������") ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute '_create_tooltip' 2025-11-26 00:47:10,128 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute '_create_tooltip' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 384, in setup_ui self._create_tooltip(search_btn, "����� �������") ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute '_create_tooltip' 2025-11-26 00:47:38,134 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute '_create_tooltip' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 386, in setup_ui self._create_tooltip(search_btn, "����� ������� (Ctrl+F)") ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute '_create_tooltip' 2025-11-26 00:48:06,231 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute '_create_tooltip' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 392, in setup_ui self._create_tooltip(search_btn, "����� ������� (Ctrl+F)") ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute '_create_tooltip' 2025-11-26 00:48:26,176 - __main__ - CRITICAL - Failed to initialize application: 'NoteTakingApp' object has no attribute '_create_tooltip' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 391, in setup_ui self._create_tooltip(search_btn, "����� ������� (Ctrl+F)") ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute '_create_tooltip' 2025-11-26 00:52:08,589 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1068, in on_closing AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:53:21,335 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1091, in on_closing # Add results ^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:53:49,716 - database - ERROR - Error searching notes: DISTINCT aggregates must have exactly one argument 2025-11-26 00:55:15,927 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1124, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 00:55:17,892 - __main__ - ERROR - Error during application shutdown: 'DatabaseManager' object has no attribute 'close' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1124, in on_closing self.db.close() ^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'close' 2025-11-26 01:06:27,784 - __main__ - CRITICAL - Fatal error: NoteTakingApp() takes no arguments Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 619, in main app = NoteTakingApp(root) ^^^^^^^^^^^^^^^^^^^ TypeError: NoteTakingApp() takes no arguments 2025-11-26 01:07:16,602 - root - CRITICAL - Fatal error: NoteTakingApp() takes no arguments Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 663, in main app = NoteTakingApp(root) ^^^^^^^^^^^^^^^^^^^ TypeError: NoteTakingApp() takes no arguments 2025-11-26 01:07:36,650 - root - CRITICAL - Fatal error: 'NoteTakingApp' object has no attribute 'notes' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 742, in main app = NoteTakingApp(root) ^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 121, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 137, in setup_ui self._setup_sidebar() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 171, in _setup_sidebar self.render_notes_list(self.notes_frame) File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 239, in render_notes_list for note in self.notes: ^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'notes' 2025-11-26 01:08:13,339 - __main__ - ERROR - Failed to set up sidebar: 'NoteTakingApp' object has no attribute 'render_notes_list' 2025-11-26 01:08:13,339 - __main__ - CRITICAL - UI setup failed: 'NoteTakingApp' object has no attribute 'render_notes_list' 2025-11-26 01:12:03,679 - __main__ - ERROR - Error loading topics: 'NoteTakingApp' object has no attribute 'topics_tree' 2025-11-26 01:12:10,012 - __main__ - ERROR - Error loading initial data: 'DatabaseManager' object has no attribute 'get_notes' 2025-11-26 01:12:58,872 - __main__ - ERROR - Error loading topics: 'NoteTakingApp' object has no attribute 'topics_tree' 2025-11-26 01:13:02,229 - __main__ - ERROR - Error loading initial data: 'DatabaseManager' object has no attribute 'get_notes' 2025-11-26 01:14:59,781 - __main__ - ERROR - Error loading notes: Invalid column index delete Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 769, in load_notes_list self.notes_list.set(item_id, 'delete', '\xd7') # Using \xd7 as delete button text ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\nik_s\AppData\Local\Programs\Python\Python311\Lib\tkinter\ttk.py", line 1434, in set res = self.tk.call(self._w, "set", item, column, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: Invalid column index delete 2025-11-26 01:15:04,560 - __main__ - ERROR - Error loading notes: Invalid column index delete Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 769, in load_notes_list self.notes_list.set(item_id, 'delete', '\xd7') # Using \xd7 as delete button text ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\nik_s\AppData\Local\Programs\Python\Python311\Lib\tkinter\ttk.py", line 1434, in set res = self.tk.call(self._w, "set", item, column, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: Invalid column index delete 2025-11-26 01:15:07,966 - database - ERROR - Error getting notes: no such column: content 2025-11-26 01:15:07,966 - __main__ - ERROR - Error loading initial data: Failed to get notes: no such column: content 2025-11-26 01:16:16,185 - __main__ - ERROR - Error loading notes: 'NoteTakingApp' object has no attribute 'update_status_bar' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 776, in load_notes_list self.update_status_bar(f"�������: {len(notes)}") ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'update_status_bar' 2025-11-26 01:16:22,481 - __main__ - ERROR - Error loading notes: 'NoteTakingApp' object has no attribute 'update_status_bar' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 776, in load_notes_list self.update_status_bar(f"�������: {len(notes)}") ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'update_status_bar' 2025-11-26 01:16:25,694 - __main__ - ERROR - Error loading initial data: 'DatabaseManager' object has no attribute 'get_topics' 2025-11-26 01:25:35,437 - __main__ - ERROR - Error loading initial data: 0 2025-11-26 01:26:07,754 - __main__ - ERROR - Error loading initial data: DatabaseManager.create_note() takes from 2 to 3 positional arguments but 4 were given Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 166, in load_initial_data self.db.create_note("����� ����������", welcome_content, topics[0]['id']) TypeError: DatabaseManager.create_note() takes from 2 to 3 positional arguments but 4 were given 2025-11-26 01:26:34,507 - __main__ - ERROR - Error loading initial data: Note.__init__() got an unexpected keyword argument 'content' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 170, in load_initial_data note = Note( ^^^^^ TypeError: Note.__init__() got an unexpected keyword argument 'content' 2025-11-26 01:26:59,857 - __main__ - ERROR - Error loading notes: Invalid column index delete Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 809, in load_notes_list self.notes_list.set(item_id, 'delete', '\xd7') # Using \xd7 as delete button text ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\nik_s\AppData\Local\Programs\Python\Python311\Lib\tkinter\ttk.py", line 1434, in set res = self.tk.call(self._w, "set", item, column, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: Invalid column index delete 2025-11-26 01:27:04,416 - __main__ - ERROR - Error loading notes: Invalid column index delete Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 809, in load_notes_list self.notes_list.set(item_id, 'delete', '\xd7') # Using \xd7 as delete button text ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\nik_s\AppData\Local\Programs\Python\Python311\Lib\tkinter\ttk.py", line 1434, in set res = self.tk.call(self._w, "set", item, column, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: Invalid column index delete 2025-11-26 09:42:02,199 - __main__ - ERROR - Error saving note before exit: 'DatabaseManager' object has no attribute 'update_note_content' 2025-11-26 22:45:14,168 - __main__ - ERROR - Error renaming topic: 'DatabaseManager' object has no attribute 'rename_topic' 2025-11-26 22:45:35,415 - __main__ - ERROR - Error renaming topic: 'DatabaseManager' object has no attribute 'rename_topic' 2025-11-26 22:50:40,305 - __main__ - ERROR - Error saving note before exit: 'DatabaseManager' object has no attribute 'update_note_content' 2025-11-26 22:52:59,259 - __main__ - CRITICAL - Fatal error: 'NoteTakingApp' object has no attribute 'delete_selected_note' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 632, in main app = NoteTakingApp(root) ^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 128, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 507, in setup_ui command=self.delete_selected_note, ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'delete_selected_note' 2025-11-26 22:53:34,333 - __main__ - CRITICAL - Fatal error: 'NoteTakingApp' object has no attribute 'load_notes' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 656, in main app = NoteTakingApp(root) ^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 128, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 521, in setup_ui command=self.load_notes, ^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'load_notes' 2025-11-26 22:56:05,373 - __main__ - ERROR - Error loading notes: 'NoteTakingApp' object has no attribute 'notes_listbox' 2025-11-26 22:56:08,173 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'notes_listbox' 2025-11-26 22:58:45,867 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'load_notes_list' 2025-11-26 23:00:16,781 - __main__ - ERROR - Error creating note: 'DatabaseManager' object has no attribute 'get_all_notes' 2025-11-26 23:00:57,037 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'load_note' 2025-11-26 23:01:06,893 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'load_note' 2025-11-26 23:01:12,932 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'load_note' 2025-11-26 23:01:56,748 - __main__ - ERROR - Error loading note 10: name 'Note' is not defined 2025-11-26 23:01:56,750 - __main__ - ERROR - Error loading note 10: name 'Note' is not defined 2025-11-26 23:09:58,643 - __main__ - ERROR - Error loading note 11: name 'Note' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 735, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined 2025-11-26 23:09:58,645 - __main__ - ERROR - Error loading note 11: name 'Note' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 735, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 735, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined 2025-11-26 23:10:52,325 - __main__ - ERROR - Error loading note 12: name 'Note' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 736, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined 2025-11-26 23:10:52,328 - __main__ - ERROR - Error loading note 12: name 'Note' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 736, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 736, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined 2025-11-26 23:10:56,601 - __main__ - ERROR - Error loading note 2: name 'Note' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 736, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined 2025-11-26 23:11:01,569 - __main__ - ERROR - Error loading note 1: name 'Note' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 736, in load_note note_data = self.db.get_note(note_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\database.py", line 404, in get_note note = Note( ^^^^ NameError: name 'Note' is not defined 2025-11-26 23:12:08,827 - __main__ - ERROR - Error loading note 13: 'Note' object has no attribute 'get' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 739, in load_note self.note_title_var.set(note_data.get('title', '')) ^^^^^^^^^^^^^ AttributeError: 'Note' object has no attribute 'get' 2025-11-26 23:12:08,829 - __main__ - ERROR - Error loading note 13: 'Note' object has no attribute 'get' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 739, in load_note self.note_title_var.set(note_data.get('title', '')) ^^^^^^^^^^^^^ AttributeError: 'Note' object has no attribute 'get' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 739, in load_note self.note_title_var.set(note_data.get('title', '')) ^^^^^^^^^^^^^ AttributeError: 'Note' object has no attribute 'get' 2025-11-26 23:16:48,748 - __main__ - ERROR - Error creating note: string index out of range 2025-11-26 23:17:02,123 - __main__ - ERROR - Error creating note: string index out of range 2025-11-26 23:17:55,697 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'note_title_entry' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 210, in create_note self.note_title_entry.focus_set() ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoteTakingApp' object has no attribute 'note_title_entry' 2025-11-26 23:17:57,930 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'note_title_entry' 2025-11-26 23:21:25,019 - __main__ - ERROR - Error renaming item: 'DatabaseManager' object has no attribute 'update_note_title' 2025-11-26 23:28:51,920 - __main__ - ERROR - Database error creating note: name 'topic_map' is not defined Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 199, in create_note self.load_tree_data() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 626, in load_tree_data if parent_id not in self.tree.get_children() and note['topic_id'] not in topic_map: ^^^^^^^^^ NameError: name 'topic_map' is not defined 2025-11-26 23:48:50,967 - __main__ - CRITICAL - Fatal error: 'add' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1080, in main app = NoteTakingApp(root) ^^^^^^^^^^^^^^^^^^^ File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 128, in __init__ self.setup_ui() File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 596, in setup_ui label=f"{self.icons['add']} ����� ����", ~~~~~~~~~~^^^^^^^ KeyError: 'add' 2025-11-28 17:57:03,189 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'NoteDialog' 2025-11-28 17:57:06,644 - __main__ - ERROR - Error creating note: 'NoteTakingApp' object has no attribute 'NoteDialog' 2025-11-28 22:43:37,525 - __main__ - ERROR - Error saving note content: 'DatabaseManager' object has no attribute 'update_note_content' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1274, in save_current_note success = self.db.update_note_content(self.current_note_id, content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'update_note_content' 2025-11-28 22:43:38,213 - __main__ - ERROR - Error saving note content: 'DatabaseManager' object has no attribute 'update_note_content' Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1274, in save_current_note success = self.db.update_note_content(self.current_note_id, content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'update_note_content' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1274, in save_current_note success = self.db.update_note_content(self.current_note_id, content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DatabaseManager' object has no attribute 'update_note_content' 2025-11-28 22:43:41,629 - __main__ - ERROR - Error saving note before exit: 'DatabaseManager' object has no attribute 'update_note_content' 2025-11-28 22:54:16,122 - __main__ - CRITICAL - Fatal error: cannot access local variable 'tk' where it is not associated with a value Traceback: Traceback (most recent call last): File "C:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1645, in main root = tk.Tk() ^^ UnboundLocalError: cannot access local variable 'tk' where it is not associated with a value Traceback (most recent call last): File "C:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1645, in main root = tk.Tk() ^^ UnboundLocalError: cannot access local variable 'tk' where it is not associated with a value 2025-11-28 22:54:27,889 - __main__ - CRITICAL - Fatal error: cannot access local variable 'tk' where it is not associated with a value Traceback: Traceback (most recent call last): File "C:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1649, in main root = tk.Tk() ^^ UnboundLocalError: cannot access local variable 'tk' where it is not associated with a value Traceback (most recent call last): File "C:\Users\nik_s\Documents\MindForge\tkinter_app.py", line 1649, in main root = tk.Tk() ^^ UnboundLocalError: cannot access local variable 'tk' where it is not associated with a value