How to solve traceback error in pycarm

Traceback (most recent call last):
File “C:\Users\User\PycharmProjects\pythonProject2\fewfe.py”, line 26, in
me.connect()
File “C:\Users\User\PycharmProjects\pythonProject2\venv\Lib\site-packages\djitellopy\enforce_types.py”, line 54, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\User\PycharmProjects\pythonProject2\venv\Lib\site-packages\djitellopy\tello.py”, line 518, in connect
self.send_control_command(“command”)
File “C:\Users\User\PycharmProjects\pythonProject2\venv\Lib\site-packages\djitellopy\enforce_types.py”, line 54, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\User\PycharmProjects\pythonProject2\venv\Lib\site-packages\djitellopy\tello.py”, line 470, in send_control_command
self.raise_result_error(command, response)
File “C:\Users\User\PycharmProjects\pythonProject2\venv\Lib\site-packages\djitellopy\enforce_types.py”, line 54, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\User\PycharmProjects\pythonProject2\venv\Lib\site-packages\djitellopy\tello.py”, line 512, in raise_result_error
raise Exception(“Command ‘{}’ was unsuccessful for {} tries. Latest response:\t’{}'”
Exception: Command ‘command’ was unsuccessful for 4 tries. Latest response: ‘Aborting command ‘command’. Did not receive a response after 7 seconds’

Process finished with exit code 1
How to solve this problem?

Hey Kishan did you check your connection while trying? 4 tries could be a connection issue… also how have you created your tello object?