kebhr / scratch3-tello

Let's fly Tello with Scratch 3.0 !
https://scratch3-tello.app/
Other
86 stars 34 forks source link

Installation issues on Ubuntu #6

Closed David4631 closed 3 years ago

David4631 commented 3 years ago

I'm a teacher in an association and I learn to code to children on Tello drone.

I have compile scratch3-tello on Ubuntu 21.04 on a raspberry pi and also on Lubuntu 20.04.3 on PC. The result of this compilation is OK on the 2 platforms. But when I launch scratch3-tello with "npm start", I obtain this 2 debug windows, same error messages in the console : Capture d’écran du 2021-09-22 19-51-31 But I still can command Tello with Scratch.

And making the package with "npm run dist:dir" doesn't work : Capture d’écran du 2021-09-22 20-04-47

The version of node and npm are the same in the 2 platforms : Capture d’écran du 2021-09-22 20-16-19

Thanks for this good job kebhr

kebhr commented 3 years ago

Hello. Thanks for the report.

About the message "Failed to fetch extension"

Don't worry about this error. This error is not related to operate scratch3-tello. In-text "extension" means Chrome extension named React/Redux Developer Tools. These extension are for developing Scratch Desktop and they installed via Chrome Webstore only when app starts by "npm start". This error occurs because the Internet connection is disconnected in order to communicate with Tello.

About the error with making the package with "npm run dist:dir"

I've confirmed that this problem is reproduced. I'll work on fixing this problem.

I hope this software will be useful in educating children. Thanks.

kebhr commented 3 years ago

This issue was solved at fbd0cd0 . Thanks for reporting.