:~/Desktop/ttlive$ python main.py 127.0.0.1 - - [22/Dec/2024 18:27:39] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [22/Dec/2024 18:27:42] "GET / HTTP/1.1" 200 - 2024-12-22 18:27:43,456 - __main__ - INFO - Session ID wurde gesetzt. 2024-12-22 18:27:43,998 - __main__ - INFO - Gewünschter Client ist live! 127.0.0.1 - - [22/Dec/2024 18:27:45] "GET / HTTP/1.1" 304 - 2024-12-22 18:27:46,272 - __main__ - INFO - Verbunden mit @livehaf.official! 127.0.0.1 - - [22/Dec/2024 18:27:48] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [22/Dec/2024 18:27:51] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [22/Dec/2024 18:27:54] "GET / HTTP/1.1" 304 - 127.0.0.1 - - [22/Dec/2024 18:27:57] "GET / HTTP/1.1" 304 - 127.0.0.1 - - [22/Dec/2024 18:28:00] "GET / HTTP/1.1" 304 - 127.0.0.1 - - [22/Dec/2024 18:28:03] "GET / HTTP/1.1" 304 - Future exception was never retrieved future: , reason=''), False)> websockets.exceptions.ConnectionClosedOK: sent 1000 (OK); then received 1000 (OK) 2024-12-22 18:28:06,382 - __main__ - INFO - Verbindung getrennt! 127.0.0.1 - - [22/Dec/2024 18:28:07] "GET / HTTP/1.1" 304 - 127.0.0.1 - - [22/Dec/2024 18:28:10] "GET / HTTP/1.1" 304 - ^CException in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.10/tkinter/__init__.py", line 1921, in __call__ return self.func(*args) File "/home/kurtmidas/Desktop/ttlive/main.py", line 193, in start_recording self.stop_recording() File "/home/kurtmidas/Desktop/ttlive/main.py", line 228, in stop_recording asyncio.run(self.disconnect_from_live()) File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete self.run_forever() File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever self._run_once() File "/usr/lib/python3.10/asyncio/base_events.py", line 1871, in _run_once event_list = self._selector.select(timeout) File "/usr/lib/python3.10/selectors.py", line 469, in select fd_event_list = self._selector.poll(timeout, max_ev) KeyboardInterrupt /usr/lib/python3.10/tkinter/__init__.py:1458: RuntimeWarning: coroutine 'TikTokRecorderGUI.quit_program' was never awaited self.tk.mainloop(n) RuntimeWarning: Enable tracemalloc to get the object allocation traceback kurtmidas@vserver-21219:~/Desktop/ttlive$