damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Bitahsni opened this issue · comments

commented

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.

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?