- Joined
- Feb 17, 2024
- Messages
- 1
- Reaction score
- 0
Hi, I have been getting this error for quite some time and I am struggling to find a solution. My camera works very well for the first 30ish seconds of flight but then I get these errors:
Exception ignored in: <function Variable.__del__ at 0x74ff8a325fc0>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 388, in __del__
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
[INFO] tello.py - 462 - Response forward 25: 'ok'
Exception ignored in: <function Variable.__del__ at 0x74ff8a325fc0>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 388, in __del__
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
I am still able to send commands to the drone, but then I get this error that follows when looking at the camera again:
Exception ignored in: <function Variable.__del__ at 0x74ff8a325fc0>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 388, in __del__
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
Exception ignored in: <function Image.__del__ at 0x74ff8a191750>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 4056, in __del__
self.tk.call('image', 'delete', self.name)
RuntimeError: main thread is not in main loop
I'm not well educated on the multi-threading aspects of python, so I'm don't know where to begin debugging this problem. Any and all suggestions are greatly appreciated. Thank you!
Exception ignored in: <function Variable.__del__ at 0x74ff8a325fc0>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 388, in __del__
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
[INFO] tello.py - 462 - Response forward 25: 'ok'
Exception ignored in: <function Variable.__del__ at 0x74ff8a325fc0>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 388, in __del__
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
I am still able to send commands to the drone, but then I get this error that follows when looking at the camera again:
Exception ignored in: <function Variable.__del__ at 0x74ff8a325fc0>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 388, in __del__
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
Exception ignored in: <function Image.__del__ at 0x74ff8a191750>
Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/__init__.py", line 4056, in __del__
self.tk.call('image', 'delete', self.name)
RuntimeError: main thread is not in main loop
I'm not well educated on the multi-threading aspects of python, so I'm don't know where to begin debugging this problem. Any and all suggestions are greatly appreciated. Thank you!