damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!
MIT License
1.24k stars 490 forks source link

[ERROR] tello.py - 442 - 'utf-8' #214

Open Bitahsni opened 9 months ago

Bitahsni commented 9 months ago

Hello, I have recently updated the Tello firmware version to 01.04.92.01, but after this update, when running some programs, I get this error: [ERROR] tello.py - 442 - 'utf-8' codec can't decode byte 0xcc in position 0: invalid continuation byte

Also, after this error, Tello does not perform commands correctly. Will this problem be solved by updating to the latest version of firmware ? Or is the problem elsewhere? Thank you for helping me to solve this problem.

M4GNV5 commented 9 months ago

If I recall correctly this error sometimes happens when the tello sends non ascii/utf8 characters. Usually when first running a program. From my experience this problem goes away, when running a program a second time without restarting the drone. Does this help?